priv_free 41 drivers/usb/usbip/stub.h struct list_head priv_free; priv_free 250 drivers/usb/usbip/stub_dev.c INIT_LIST_HEAD(&sdev->priv_free); priv_free 343 drivers/usb/usbip/stub_main.c priv = stub_priv_pop_from_listhead(&sdev->priv_free); priv_free 140 drivers/usb/usbip/stub_tx.c list_move_tail(&priv->list, &sdev->priv_free); priv_free 335 drivers/usb/usbip/stub_tx.c list_for_each_entry_safe(priv, tmp, &sdev->priv_free, list) {