Home
last modified time | relevance | path

Searched refs:unlink_free (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/usb/usbip/
Dstub.h45 struct list_head unlink_free; member
Dstub_dev.c167 list_for_each_entry_safe(unlink, tmp, &sdev->unlink_free, in stub_shutdown_connection()
251 INIT_LIST_HEAD(&sdev->unlink_free); in stub_device_alloc()
Dstub_tx.c351 list_move_tail(&unlink->list, &sdev->unlink_free); in dequeue_from_unlink_tx()
407 list_for_each_entry_safe(unlink, tmp, &sdev->unlink_free, list) { in stub_send_ret_unlink()