Searched refs:IBUF_SIZE (Results 1 – 1 of 1) sorted by relevance
59 #define IBUF_SIZE 0x1000 macro398 this_read = (count >= IBUF_SIZE) ? IBUF_SIZE : count; in read_rio()489 if (!(rio->ibuf = kmalloc(IBUF_SIZE, GFP_KERNEL))) { in probe_rio()