Home
last modified time | relevance | path

Searched refs:zram_block_path (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/ltp/testcases/kernel/device-drivers/zram/
H A Dzram03.c32 static char zram_block_path[100], zram_dev_path[100]; variable
41 sprintf(disksize_path, "%s/disksize", zram_block_path); in set_disksize()
97 sprintf(reset_path, "%s/reset", zram_block_path); in reset_zram()
105 tst_res(TINFO, "%s", zram_block_path); in print()
106 sprintf(filename, "%s/%s", zram_block_path, string); in print()
222 sprintf(zram_block_path, "/sys/block/zram%d", dev_num); in setup()