Searched refs:PROC_BLOCK_SIZE (Results 1 – 4 of 4) sorted by relevance
41 #define PROC_BLOCK_SIZE (3*1024) macro85 if (count > PROC_BLOCK_SIZE) in proc_scsi_write_proc()
39 #define PROC_BLOCK_SIZE (PAGE_SIZE - 1024) macro70 count = min_t(size_t, PROC_BLOCK_SIZE, nbytes); in __proc_file_read()
745 #define PROC_BLOCK_SIZE (3*1024) /* 4K page size but our output routines use some slack for overru… macro759 if (count > PROC_BLOCK_SIZE) in proc_info_read()760 count = PROC_BLOCK_SIZE; in proc_info_read()
142 #define PROC_BLOCK_SIZE (3*1024) macro