Searched defs:is_async (Results 1 - 5 of 5) sorted by relevance

/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
/drivers/base/power/
H A Dmain.c525 static bool is_async(struct device *dev) function
566 if (is_async(dev)) {
578 if (!is_async(dev)) {
688 if (is_async(dev)) {
700 if (!is_async(dev)) {
882 if (is_async(dev)) {
891 if (!is_async(dev)) {
/drivers/infiniband/core/
H A Duverbs.h101 int is_async; member in struct:ib_uverbs_event_file
180 int is_async);
H A Duverbs_main.c338 if (file->is_async)
405 if (file->is_async) {
541 int is_async)
556 ev_file->is_async = is_async;
584 if (ev_file->is_async) {
540 ib_uverbs_alloc_event_file(struct ib_uverbs_file *uverbs_file, int is_async) argument
/drivers/staging/android/
H A Dbinder.c649 size_t offsets_size, int is_async)
674 if (is_async &&
742 buffer->async_transaction = is_async;
743 if (is_async) {
647 binder_alloc_buf(struct binder_proc *proc, size_t data_size, size_t offsets_size, int is_async) argument

Completed in 125 milliseconds