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