Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/gadget/function/
Df_printer.c666 int tx_list_empty; in printer_fsync() local
670 tx_list_empty = (likely(list_empty(&dev->tx_reqs))); in printer_fsync()
673 if (!tx_list_empty) { in printer_fsync()