Home
last modified time | relevance | path

Searched refs:priv_free (Results 1 – 4 of 4) sorted by relevance

/drivers/usb/usbip/
Dstub.h55 struct list_head priv_free; member
Dstub_tx.c152 list_move_tail(&priv->list, &sdev->priv_free); in dequeue_from_priv_tx()
294 list_for_each_entry_safe(priv, tmp, &sdev->priv_free, list) { in stub_send_ret_submit()
Dstub_main.c242 priv = stub_priv_pop_from_listhead(&sdev->priv_free); in stub_priv_pop()
Dstub_dev.c289 INIT_LIST_HEAD(&sdev->priv_free); in stub_device_alloc()