Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/function/
H A Df_printer.c716 int tx_list_empty; in printer_fsync() local
727 tx_list_empty = (likely(list_empty(&dev->tx_reqs))); in printer_fsync()
730 if (!tx_list_empty) { in printer_fsync()