Home
last modified time | relevance | path

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

/linux-4.4.14/fs/
Ddirect-io.c123 int is_async; /* is IO async ? */ member
228 bool is_async) in dio_complete() argument
262 if (is_async) { in dio_complete()
350 if (dio->is_async) in dio_end_io()
372 if (dio->is_async) in dio_bio_alloc()
399 if (dio->is_async && dio->rw == READ && dio->should_dirty) in dio_bio_submit()
474 if (dio->is_async && dio->rw == READ && dio->should_dirty) { in dio_bio_complete()
1189 dio->is_async = false; in do_blockdev_direct_IO()
1192 dio->is_async = false; in do_blockdev_direct_IO()
1194 dio->is_async = true; in do_blockdev_direct_IO()
[all …]
/linux-4.4.14/drivers/base/power/
Dmain.c519 static bool is_async(struct device *dev) in is_async() function
560 if (is_async(dev)) { in dpm_resume_noirq()
572 if (!is_async(dev)) { in dpm_resume_noirq()
683 if (is_async(dev)) { in dpm_resume_early()
695 if (!is_async(dev)) { in dpm_resume_early()
853 if (is_async(dev)) { in dpm_resume()
862 if (!is_async(dev)) { in dpm_resume()
1087 if (is_async(dev)) { in device_suspend_noirq()
1233 if (is_async(dev)) { in device_suspend_late()
1484 if (is_async(dev)) { in device_suspend()
Ddomain.c297 static int genpd_poweroff(struct generic_pm_domain *genpd, bool is_async) in genpd_poweroff() argument
328 if (not_suspended > 1 || (not_suspended == 1 && is_async)) in genpd_poweroff()
/linux-4.4.14/drivers/infiniband/core/
Duverbs.h106 int is_async; member
189 int is_async);
Duverbs_main.c373 if (file->is_async) in ib_uverbs_event_read()
444 if (file->is_async) in ib_uverbs_event_close()
590 int is_async) in ib_uverbs_alloc_event_file() argument
619 if (is_async) { in ib_uverbs_alloc_event_file()
631 ev_file->is_async = 1; in ib_uverbs_alloc_event_file()
665 if (ev_file->is_async) { in ib_uverbs_lookup_comp_file()
1209 if (event_file->is_async) { in ib_uverbs_free_hw_resources()
/linux-4.4.14/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.4.14/net/sunrpc/
Dsched.c814 bool is_async = RPC_IS_ASYNC(task); in rpc_execute() local
818 if (!is_async) in rpc_execute()
/linux-4.4.14/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()