Home
last modified time | relevance | path

Searched refs:async_completed (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/base/test/
Dtest_async_driver_probe.c21 static atomic_t warnings, errors, timeout, async_completed; variable
53 atomic_inc(&async_completed); in test_probe()
246 if (atomic_read(&async_completed) != async_id) { in test_async_probe_init()
/Linux-v5.4/drivers/usb/core/
Ddevio.c66 struct list_head async_completed; member
434 if (!list_empty(&ps->async_completed)) { in async_getcompleted()
435 as = list_entry(ps->async_completed.next, struct async, in async_getcompleted()
591 static void async_completed(struct urb *urb) in async_completed() function
602 list_move_tail(&as->asynclist, &ps->async_completed); in async_completed()
1021 INIT_LIST_HEAD(&ps->async_completed); in usbdev_open()
1774 as->urb->complete = async_completed; in proc_do_submiturb()
2708 if (file->f_mode & FMODE_WRITE && !list_empty(&ps->async_completed)) in usbdev_poll()