Searched refs:async_completed (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/base/test/ |
H A D | test_async_driver_probe.c | 21 static atomic_t warnings, errors, timeout, async_completed; variable 54 atomic_inc(&async_completed); in test_probe() 247 if (atomic_read(&async_completed) != async_id) { in test_async_probe_init()
|
/kernel/linux/linux-6.6/drivers/base/test/ |
H A D | test_async_driver_probe.c | 21 static atomic_t warnings, errors, timeout, async_completed; variable 54 atomic_inc(&async_completed); in test_probe() 243 if (atomic_read(&async_completed) != async_id) { in test_async_probe_init()
|
/kernel/linux/linux-5.10/drivers/usb/core/ |
H A D | devio.c | 67 struct list_head async_completed; member 452 if (!list_empty(&ps->async_completed)) { in async_getcompleted() 453 as = list_entry(ps->async_completed.next, struct async, in async_getcompleted() 609 static void async_completed(struct urb *urb) in async_completed() function 620 list_move_tail(&as->asynclist, &ps->async_completed); in async_completed() 1054 INIT_LIST_HEAD(&ps->async_completed); in usbdev_open() 1894 as->urb->complete = async_completed; in proc_do_submiturb() 2814 if (file->f_mode & FMODE_WRITE && !list_empty(&ps->async_completed)) in usbdev_poll()
|
/kernel/linux/linux-6.6/drivers/usb/core/ |
H A D | devio.c | 67 struct list_head async_completed; member 463 if (!list_empty(&ps->async_completed)) { in async_getcompleted() 464 as = list_entry(ps->async_completed.next, struct async, in async_getcompleted() 620 static void async_completed(struct urb *urb) in async_completed() function 631 list_move_tail(&as->asynclist, &ps->async_completed); in async_completed() 1065 INIT_LIST_HEAD(&ps->async_completed); in usbdev_open() 1909 as->urb->complete = async_completed; in proc_do_submiturb() 2829 if (file->f_mode & FMODE_WRITE && !list_empty(&ps->async_completed)) in usbdev_poll()
|
Completed in 8 milliseconds