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

/linux-4.4.14/fs/
H A Ddirect-io.c123 int is_async; /* is IO async ? */ member in struct:dio
228 bool is_async) dio_complete()
262 if (is_async) { dio_complete()
350 if (dio->is_async) dio_end_io()
372 if (dio->is_async) dio_bio_alloc()
399 if (dio->is_async && dio->rw == READ && dio->should_dirty) dio_bio_submit()
474 if (dio->is_async && dio->rw == READ && dio->should_dirty) { dio_bio_complete()
1189 dio->is_async = false; do_blockdev_direct_IO()
1192 dio->is_async = false; do_blockdev_direct_IO()
1194 dio->is_async = true; do_blockdev_direct_IO()
1203 if (dio->is_async && iov_iter_rw(iter) == WRITE && do_blockdev_direct_IO()
1308 if (dio->is_async && retval == 0 && dio->result && do_blockdev_direct_IO()
227 dio_complete(struct dio *dio, loff_t offset, ssize_t ret, bool is_async) dio_complete() argument
/linux-4.4.14/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; asl_urb_dequeue()
H A Dpzl.c364 wurb->is_async = false; pzl_urb_dequeue()
H A Dqset.c403 if (wurb->is_async == true) urb_dequeue_work()
/linux-4.4.14/drivers/infiniband/core/
H A Duverbs.h106 int is_async; member in struct:ib_uverbs_event_file
189 int is_async);
H A Duverbs_main.c373 if (file->is_async) ib_uverbs_event_read()
444 if (file->is_async) ib_uverbs_event_close()
590 int is_async) ib_uverbs_alloc_event_file()
619 if (is_async) { ib_uverbs_alloc_event_file()
631 ev_file->is_async = 1; ib_uverbs_alloc_event_file()
665 if (ev_file->is_async) { ib_uverbs_lookup_comp_file()
1209 if (event_file->is_async) { ib_uverbs_free_hw_resources()
588 ib_uverbs_alloc_event_file(struct ib_uverbs_file *uverbs_file, struct ib_device *ib_dev, int is_async) ib_uverbs_alloc_event_file() argument
/linux-4.4.14/drivers/base/power/
H A Dmain.c519 static bool is_async(struct device *dev) is_async() function
560 if (is_async(dev)) { dpm_resume_noirq()
572 if (!is_async(dev)) { dpm_resume_noirq()
683 if (is_async(dev)) { dpm_resume_early()
695 if (!is_async(dev)) { dpm_resume_early()
853 if (is_async(dev)) { dpm_resume()
862 if (!is_async(dev)) { dpm_resume()
1087 if (is_async(dev)) { device_suspend_noirq()
1233 if (is_async(dev)) { device_suspend_late()
1484 if (is_async(dev)) { device_suspend()
H A Ddomain.c292 * @is_async: PM domain is powered down from a scheduled work
297 static int genpd_poweroff(struct generic_pm_domain *genpd, bool is_async) genpd_poweroff() argument
328 if (not_suspended > 1 || (not_suspended == 1 && is_async)) genpd_poweroff()
/linux-4.4.14/net/sunrpc/
H A Dsched.c814 bool is_async = RPC_IS_ASYNC(task); rpc_execute() local
818 if (!is_async) rpc_execute()
/linux-4.4.14/drivers/android/
H A Dbinder.c652 size_t offsets_size, int is_async) binder_alloc_buf()
677 if (is_async && binder_alloc_buf()
745 buffer->async_transaction = is_async; binder_alloc_buf()
746 if (is_async) { binder_alloc_buf()
650 binder_alloc_buf(struct binder_proc *proc, size_t data_size, size_t offsets_size, int is_async) binder_alloc_buf() argument

Completed in 377 milliseconds