Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Dpm.c65 local->quiescing = true; in __ieee80211_suspend()
118 local->quiescing = false; in __ieee80211_suspend()
180 local->quiescing = false; in __ieee80211_suspend()
H A Dieee80211_i.h1489 * quiescing is true during the suspend process _only_ to
1492 bool quiescing;
2563 * If quiescing is set, we are racing with __ieee80211_suspend. in ieee80211_can_run_worker()
2564 * __ieee80211_suspend flushes the workers after setting quiescing, in ieee80211_can_run_worker()
2565 * and we check quiescing / suspended before enqueuing new workers. in ieee80211_can_run_worker()
2568 if (local->quiescing) in ieee80211_can_run_worker()
2575 * if (local->quiescing) in ieee80211_can_run_worker()
2577 * local->quiescing = true; in ieee80211_can_run_worker()
2581 * local->quiescing = false; in ieee80211_can_run_worker()
1494 bool quiescing; global() member
H A Dmesh_plink.c670 if (sta->sdata->local->quiescing) in mesh_plink_timer()
H A Dmesh_hwmp.c1302 if (sdata->local->quiescing) in mesh_path_timer()
H A Dsta_info.c1606 if (local->quiescing) in sta_info_cleanup()
H A Drx.c5442 if (unlikely(local->quiescing || local->suspended)) in ieee80211_rx_list()
H A Dtx.c219 if (local->quiescing) in ieee80211_tx_h_dynamic_ps()
/linux/drivers/md/dm-vdo/
H A Dadmin-state.h21 bool quiescing; member
131 return vdo_get_admin_state_code(state)->quiescing; in vdo_is_state_quiescing()
H A Dadmin-state.c92 .quiescing = true,
117 .quiescing = true,
129 .quiescing = true,
/linux/drivers/usb/core/
H A Dhub.h62 unsigned quiescing:1; member
H A Dhub.c513 if (hdev->state != USB_STATE_CONFIGURED || hub->quiescing) in led_work()
685 if (hub->quiescing) { in hub_resubmit_irq_urb()
1330 hub->quiescing = 0; in hub_activate()
1398 hub->quiescing = 1; in hub_quiesce()
5918 if (hub->quiescing) in hub_event()