Searched refs:is_async (Results 1 - 3 of 3) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/core/
H A Duverbs.h87 int is_async; member in struct:ib_uverbs_event_file
150 int is_async, int *fd);
H A Duverbs_main.c287 if (file->is_async)
364 if (file->is_async) {
494 int is_async, int *fd)
510 ev_file->is_async = is_async;
567 if (ev_file->is_async) {
493 ib_uverbs_alloc_event_file(struct ib_uverbs_file *uverbs_file, int is_async, int *fd) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Ddirect-io.c131 int is_async; /* is IO async ? */ member in struct:dio
330 if (dio->is_async)
357 if (dio->is_async && dio->rw == READ)
423 if (dio->is_async && dio->rw == READ) {
1088 if (dio->is_async && ret == 0 && dio->result &&
1236 dio->is_async = !is_sync_kiocb(iocb) && !((rw & WRITE) &&

Completed in 88 milliseconds