Home
last modified time | relevance | path

Searched refs:is_async (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/fs/
Ddirect-io.c121 int is_async; /* is IO async ? */ member
225 bool is_async) in dio_complete() argument
259 if (is_async) { in dio_complete()
347 if (dio->is_async) in dio_end_io()
369 if (dio->is_async) in dio_bio_alloc()
396 if (dio->is_async && dio->rw == READ) in dio_bio_submit()
467 if (dio->is_async && dio->rw == READ) { in dio_bio_complete()
1179 dio->is_async = false; in do_blockdev_direct_IO()
1182 dio->is_async = false; in do_blockdev_direct_IO()
1184 dio->is_async = true; in do_blockdev_direct_IO()
[all …]
/linux-4.1.27/drivers/base/power/
Dmain.c518 static bool is_async(struct device *dev) in is_async() function
559 if (is_async(dev)) { in dpm_resume_noirq()
571 if (!is_async(dev)) { in dpm_resume_noirq()
681 if (is_async(dev)) { in dpm_resume_early()
693 if (!is_async(dev)) { in dpm_resume_early()
851 if (is_async(dev)) { in dpm_resume()
860 if (!is_async(dev)) { in dpm_resume()
1085 if (is_async(dev)) { in device_suspend_noirq()
1230 if (is_async(dev)) { in device_suspend_late()
1481 if (is_async(dev)) { in device_suspend()
/linux-4.1.27/drivers/infiniband/core/
Duverbs.h102 int is_async; member
181 int is_async);
Duverbs_main.c353 if (file->is_async) in ib_uverbs_event_read()
420 if (file->is_async) { in ib_uverbs_event_close()
556 int is_async) in ib_uverbs_alloc_event_file() argument
571 ev_file->is_async = is_async; in ib_uverbs_alloc_event_file()
599 if (ev_file->is_async) { in ib_uverbs_lookup_comp_file()
/linux-4.1.27/drivers/usb/host/whci/
Dwhcd.h123 bool is_async; member
Dasl.c335 wurb->is_async = true; in asl_urb_dequeue()
Dpzl.c364 wurb->is_async = false; in pzl_urb_dequeue()
Dqset.c403 if (wurb->is_async == true) in urb_dequeue_work()
/linux-4.1.27/net/sunrpc/
Dsched.c814 bool is_async = RPC_IS_ASYNC(task); in rpc_execute() local
818 if (!is_async) in rpc_execute()
/linux-4.1.27/drivers/android/
Dbinder.c652 size_t offsets_size, int is_async) in binder_alloc_buf() argument
677 if (is_async && in binder_alloc_buf()
745 buffer->async_transaction = is_async; in binder_alloc_buf()
746 if (is_async) { in binder_alloc_buf()