Home
last modified time | relevance | path

Searched refs:READ_SIZE (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
H A Dllvm-utils.c111 #define READ_SIZE 4096 macro
133 if (buf_sz - read_sz < READ_SIZE + 1) { in read_from_pipe()
136 buf_sz = read_sz + READ_SIZE + 1; in read_from_pipe()
147 read_sz += fread(buf + read_sz, 1, READ_SIZE, file); in read_from_pipe()
/kernel/linux/linux-5.10/include/linux/
H A Dzswapd.h18 READ_SIZE, enumerator
/kernel/linux/linux-5.10/drivers/block/zram/zram_group/
H A Dgroup_writeback.c631 else if (type == READ_SIZE) in group_obj_stats()
/kernel/linux/linux-6.6/drivers/block/zram/zram_group/
H A Dgroup_writeback.c631 else if (type == READ_SIZE) in group_obj_stats()

Completed in 4 milliseconds