Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/target/iscsi/cxgbit/
H A Dcxgbit_main.c93 bool wakeup_thread = false; in cxgbit_close_conn() local
104 wakeup_thread = true; in cxgbit_close_conn()
107 if (wakeup_thread) { in cxgbit_close_conn()
109 wakeup_thread = false; in cxgbit_close_conn()
335 bool wakeup_thread = false; in cxgbit_queue_lro_skb() local
340 wakeup_thread = true; in cxgbit_queue_lro_skb()
343 if (wakeup_thread) in cxgbit_queue_lro_skb()
537 bool wakeup_thread = false; in cxgbit_update_dcb_priority() local
569 wakeup_thread = true; in cxgbit_update_dcb_priority()
572 if (wakeup_thread) { in cxgbit_update_dcb_priority()
[all …]
H A Dcxgbit_cm.c1731 bool wakeup_thread = false; in cxgbit_abort_req_rss() local
1751 wakeup_thread = true; in cxgbit_abort_req_rss()
1776 if (wakeup_thread) { in cxgbit_abort_req_rss()
/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Df_fastboot.c238 static void wakeup_thread(void) in wakeup_thread() function
325 wakeup_thread(); in fastboot_complete()
1678 wakeup_thread(); in tx_handler_ul()
H A Df_mass_storage.c453 static void wakeup_thread(struct fsg_common *common) in wakeup_thread() function
505 wakeup_thread(common); in bulk_in_complete()
524 wakeup_thread(common); in bulk_out_complete()