Home
last modified time | relevance | path

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

/openbmc/linux/drivers/target/iscsi/cxgbit/
H A Dcxgbit_main.c100 bool wakeup_thread = false; in cxgbit_close_conn() local
111 wakeup_thread = true; in cxgbit_close_conn()
114 if (wakeup_thread) { in cxgbit_close_conn()
116 wakeup_thread = false; in cxgbit_close_conn()
342 bool wakeup_thread = false; in cxgbit_queue_lro_skb() local
347 wakeup_thread = true; in cxgbit_queue_lro_skb()
350 if (wakeup_thread) in cxgbit_queue_lro_skb()
544 bool wakeup_thread = false; in cxgbit_update_dcb_priority() local
576 wakeup_thread = true; in cxgbit_update_dcb_priority()
579 if (wakeup_thread) { in cxgbit_update_dcb_priority()
[all …]
H A Dcxgbit_cm.c1729 bool wakeup_thread = false; in cxgbit_abort_req_rss() local
1749 wakeup_thread = true; in cxgbit_abort_req_rss()
1774 if (wakeup_thread) { in cxgbit_abort_req_rss()
/openbmc/u-boot/drivers/usb/gadget/
H A Df_mass_storage.c451 static void wakeup_thread(struct fsg_common *common) in wakeup_thread() function
503 wakeup_thread(common); in bulk_in_complete()
522 wakeup_thread(common); in bulk_out_complete()