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

/drivers/staging/usbip/
H A Dstub.h49 * priv_free: linked to this after the sending of the result.
56 struct list_head priv_free; member in struct:stub_device
H A Dstub_tx.c145 list_move_tail(&priv->list, &sdev->priv_free);
281 list_for_each_entry_safe(priv, tmp, &sdev->priv_free, list) {
H A Dstub_main.c217 priv = stub_priv_pop_from_listhead(&sdev->priv_free);
H A Dstub_dev.c305 INIT_LIST_HEAD(&sdev->priv_free);

Completed in 58 milliseconds