Searched refs:OBUF_SIZE (Results 1 – 1 of 1) sorted by relevance
61 #define OBUF_SIZE 0x10000 macro302 (count >= OBUF_SIZE) ? OBUF_SIZE : count; in write_rio()480 if (!(rio->obuf = kmalloc(OBUF_SIZE, GFP_KERNEL))) { in probe_rio()