Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/usbip/
H A Dstub.h45 struct list_head unlink_free; member
H A 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()
H A Dstub_dev.c203 list_for_each_entry_safe(unlink, tmp, &sdev->unlink_free, in stub_shutdown_connection()
288 INIT_LIST_HEAD(&sdev->unlink_free); in stub_device_alloc()