Home
last modified time | relevance | path

Searched refs:quiescing (Results 1 - 20 of 20) sorted by relevance

/kernel/linux/linux-5.10/net/mac80211/
H A Dpm.c59 local->quiescing = true; in __ieee80211_suspend()
60 /* make quiescing visible to timers everywhere */ in __ieee80211_suspend()
112 local->quiescing = false; in __ieee80211_suspend()
187 /* need suspended to be visible before quiescing is false */ in __ieee80211_suspend()
189 local->quiescing = false; in __ieee80211_suspend()
H A Dieee80211_i.h1238 * quiescing is true during the suspend process _only_ to
1241 bool quiescing; member
2125 * If quiescing is set, we are racing with __ieee80211_suspend. in ieee80211_can_run_worker()
2126 * __ieee80211_suspend flushes the workers after setting quiescing, in ieee80211_can_run_worker()
2127 * and we check quiescing / suspended before enqueing new workers. in ieee80211_can_run_worker()
2130 if (local->quiescing) in ieee80211_can_run_worker()
2137 * if (local->quiescing) in ieee80211_can_run_worker()
2139 * local->quiescing = true; in ieee80211_can_run_worker()
2143 * local->quiescing = false; in ieee80211_can_run_worker()
H A Dmesh_hwmp.c1261 if (sdata->local->quiescing) in mesh_path_timer()
H A Dmesh_plink.c650 if (sta->sdata->local->quiescing) in mesh_plink_timer()
H A Dsta_info.c1168 if (local->quiescing) in sta_info_cleanup()
H A Dutil.c908 * of this function if we are already quiescing / suspended,
911 * and suspending / quiescing was set after the rx path checked
916 if (local->quiescing || (local->suspended && !local->resuming)) { in ieee80211_can_queue_work()
H A Drx.c4763 if (unlikely(local->quiescing || local->suspended)) in ieee80211_rx_list()
H A Dtx.c241 if (local->quiescing) in ieee80211_tx_h_dynamic_ps()
/kernel/linux/linux-6.6/net/mac80211/
H A Dpm.c66 local->quiescing = true; in __ieee80211_suspend()
67 /* make quiescing visible to timers everywhere */ in __ieee80211_suspend()
119 local->quiescing = false; in __ieee80211_suspend()
179 /* need suspended to be visible before quiescing is false */ in __ieee80211_suspend()
181 local->quiescing = false; in __ieee80211_suspend()
H A Dieee80211_i.h1392 * quiescing is true during the suspend process _only_ to
1395 bool quiescing; member
2398 * If quiescing is set, we are racing with __ieee80211_suspend. in ieee80211_can_run_worker()
2399 * __ieee80211_suspend flushes the workers after setting quiescing, in ieee80211_can_run_worker()
2400 * and we check quiescing / suspended before enqueing new workers. in ieee80211_can_run_worker()
2403 if (local->quiescing) in ieee80211_can_run_worker()
2410 * if (local->quiescing) in ieee80211_can_run_worker()
2412 * local->quiescing = true; in ieee80211_can_run_worker()
2416 * local->quiescing = false; in ieee80211_can_run_worker()
H A Dmesh_hwmp.c1289 if (sdata->local->quiescing) in mesh_path_timer()
H A Dmesh_plink.c664 if (sta->sdata->local->quiescing) in mesh_plink_timer()
H A Dsta_info.c1518 if (local->quiescing) in sta_info_cleanup()
H A Dutil.c874 * of this function if we are already quiescing / suspended,
877 * and suspending / quiescing was set after the rx path checked
882 if (local->quiescing || (local->suspended && !local->resuming)) { in ieee80211_can_queue_work()
H A Drx.c5296 if (unlikely(local->quiescing || local->suspended)) in ieee80211_rx_list()
H A Dtx.c233 if (local->quiescing) in ieee80211_tx_h_dynamic_ps()
/kernel/linux/linux-5.10/drivers/usb/core/
H A Dhub.h61 unsigned quiescing:1; member
H A Dhub.c497 if (hdev->state != USB_STATE_CONFIGURED || hub->quiescing) in led_work()
641 if (hub->quiescing) { in hub_resubmit_irq_urb()
1285 hub->quiescing = 0; in hub_activate()
1334 hub->quiescing = 1; in hub_quiesce()
5782 if (hub->quiescing) in hub_event()
/kernel/linux/linux-6.6/drivers/usb/core/
H A Dhub.h61 unsigned quiescing:1; member
H A Dhub.c504 if (hdev->state != USB_STATE_CONFIGURED || hub->quiescing) in led_work()
648 if (hub->quiescing) { in hub_resubmit_irq_urb()
1292 hub->quiescing = 0; in hub_activate()
1341 hub->quiescing = 1; in hub_quiesce()
5815 if (hub->quiescing) in hub_event()

Completed in 72 milliseconds