Home
last modified time | relevance | path

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

/drivers/infiniband/core/
Duverbs.h102 int is_async; member
181 int is_async);
Duverbs_main.c350 if (file->is_async) in ib_uverbs_event_read()
417 if (file->is_async) { in ib_uverbs_event_close()
553 int is_async) in ib_uverbs_alloc_event_file() argument
568 ev_file->is_async = is_async; in ib_uverbs_alloc_event_file()
596 if (ev_file->is_async) { in ib_uverbs_lookup_comp_file()
/drivers/staging/android/
Dbinder_alloc.c335 int is_async) in binder_alloc_new_buf_locked() argument
368 if (is_async && in binder_alloc_new_buf_locked()
472 buffer->async_transaction = is_async; in binder_alloc_new_buf_locked()
474 if (is_async) { in binder_alloc_new_buf_locked()
508 int is_async) in binder_alloc_new_buf() argument
514 extra_buffers_size, is_async); in binder_alloc_new_buf()
Dbinder_alloc.h130 int is_async);
/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()
682 if (is_async(dev)) { in dpm_resume_early()
694 if (!is_async(dev)) { in dpm_resume_early()
852 if (is_async(dev)) { in dpm_resume()
861 if (!is_async(dev)) { in dpm_resume()
/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()