Searched refs:PROC_READ_BUFFER_SIZE (Results 1 – 2 of 2) sorted by relevance
101 #define PROC_READ_BUFFER_SIZE 131072 /* size of the buffer to allocate to macro
1052 int remaining_bytes = PROC_READ_BUFFER_SIZE; in info_debugfs_read()1056 debug_buf = vmalloc(PROC_READ_BUFFER_SIZE); in info_debugfs_read()