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

/linux-master/drivers/usb/usbip/
H A Dstub_main.c276 static struct stub_priv *stub_priv_pop_from_listhead(struct list_head *listhead) function
331 priv = stub_priv_pop_from_listhead(&sdev->priv_init);
335 priv = stub_priv_pop_from_listhead(&sdev->priv_tx);
339 priv = stub_priv_pop_from_listhead(&sdev->priv_free);

Completed in 108 milliseconds