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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/core/
H A Duverbs.h83 int is_async; member in struct:ib_uverbs_event_file
149 int is_async);
H A Duverbs_main.c290 if (file->is_async)
357 if (file->is_async) {
488 int is_async)
503 ev_file->is_async = is_async;
532 if (ev_file->is_async) {
487 ib_uverbs_alloc_event_file(struct ib_uverbs_file *uverbs_file, int is_async) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Ddirect-io.c111 int is_async; /* is IO async ? */ member in struct:dio
221 static int dio_complete(struct dio *dio, loff_t offset, int ret, bool is_async) argument
251 dio->map_bh.b_private, ret, is_async);
252 } else if (is_async) {
321 if (dio->is_async)
342 if (dio->is_async)
369 if (dio->is_async && dio->rw == READ)
440 if (dio->is_async && dio->rw == READ) {
1109 if (dio->is_async && ret == 0 && dio->result &&
1249 dio->is_async
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/whci/
H A Dwhcd.h116 * @is_async: the URB belongs to async sheduler or not.
123 bool is_async; member in struct:whc_urb
H A Dasl.c335 wurb->is_async = true;
H A Dpzl.c364 wurb->is_async = false;
H A Dqset.c395 if (wurb->is_async == true)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/base/power/
H A Dmain.c581 static bool is_async(struct device *dev) function
609 if (is_async(dev)) {
618 if (dev->power.status >= DPM_OFF && !is_async(dev)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_aops.c1435 bool is_async)
1451 if (is_async) {
1429 xfs_end_io_direct_write( struct kiocb *iocb, loff_t offset, ssize_t size, void *private, int ret, bool is_async) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Daops.c573 bool is_async)
588 if (is_async)
568 ocfs2_dio_end_io(struct kiocb *iocb, loff_t offset, ssize_t bytes, void *private, int ret, bool is_async) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dinode.c3795 bool is_async)
3816 if (is_async)
3823 if (is_async) {
3793 ext4_end_io_dio(struct kiocb *iocb, loff_t offset, ssize_t size, void *private, int ret, bool is_async) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dfs.h407 bool is_async);

Completed in 271 milliseconds