Searched refs:ioc_batching (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/block/
H A Dll_rw_blk.c2001 * ioc_batching returns true if the ioc is a valid batching request and
2004 static inline int ioc_batching(request_queue_t *q, struct io_context *ioc) function
2027 if (!ioc || ioc_batching(q, ioc))
2100 && !ioc_batching(q, ioc)) {
2157 * ioc may be NULL here, and ioc_batching will be false. That's
2162 if (ioc_batching(q, ioc))
2207 * See ioc_batching, ioc_set_batching

Completed in 98 milliseconds