Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/usbip/
Dstub.h60 struct list_head unlink_free; member
Dstub_tx.c297 list_move_tail(&unlink->list, &sdev->unlink_free); in dequeue_from_unlink_tx()
353 list_for_each_entry_safe(unlink, tmp, &sdev->unlink_free, list) { in stub_send_ret_unlink()
Dstub_dev.c219 list_for_each_entry_safe(unlink, tmp, &sdev->unlink_free, in stub_shutdown_connection()
306 INIT_LIST_HEAD(&sdev->unlink_free); in stub_device_alloc()