Searched refs:SIMPLE_ATTR_SIZE (Results 1 – 1 of 1) sorted by relevance
42 #define SIMPLE_ATTR_SIZE 4096 macro79 BUG_ON(count > (ssize_t)SIMPLE_ATTR_SIZE); in fill_read_buffer()147 if (count >= SIMPLE_ATTR_SIZE) in fill_write_buffer()148 count = SIMPLE_ATTR_SIZE - 1; in fill_write_buffer()