Home
last modified time | relevance | path

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

/openbmc/linux/net/mac80211/
H A Dpm.c66 local->quiescing = true; in __ieee80211_suspend()
119 local->quiescing = false; in __ieee80211_suspend()
181 local->quiescing = false; in __ieee80211_suspend()
H A Dieee80211_i.h1395 bool quiescing; member
2403 if (local->quiescing) in ieee80211_can_run_worker()
H A Dmesh_plink.c664 if (sta->sdata->local->quiescing) in mesh_plink_timer()
H A Dmesh_hwmp.c1289 if (sdata->local->quiescing) in mesh_path_timer()
H A Dsta_info.c1540 if (local->quiescing) in sta_info_cleanup()
H A Dutil.c896 if (local->quiescing || (local->suspended && !local->resuming)) { in ieee80211_can_queue_work()
H A Drx.c5304 if (unlikely(local->quiescing || local->suspended)) in ieee80211_rx_list()
H A Dtx.c233 if (local->quiescing) in ieee80211_tx_h_dynamic_ps()
/openbmc/qemu/include/qemu/
H A Dvhost-user-server.h48 bool quiescing; member
/openbmc/qemu/block/export/
H A Dvhost-user-blk-server.c285 vexp->vu_server.quiescing = true; in vu_blk_drained_begin()
293 vexp->vu_server.quiescing = false; in vu_blk_drained_end()
/openbmc/linux/drivers/usb/core/
H A Dhub.h61 unsigned quiescing:1; member
H A Dhub.c509 if (hdev->state != USB_STATE_CONFIGURED || hub->quiescing) in led_work()
653 if (hub->quiescing) { in hub_resubmit_irq_urb()
1297 hub->quiescing = 0; in hub_activate()
1346 hub->quiescing = 1; in hub_quiesce()
5848 if (hub->quiescing) in hub_event()
/openbmc/qemu/util/
H A Dvhost-user-server.c216 if (server->quiescing) { in vu_client_trip()
443 assert(!server->quiescing); in vhost_user_server_attach_aio_context()
/openbmc/qemu/nbd/
H A Dserver.c144 bool quiescing; /* protected by lock */ member
1473 if (client->quiescing) { in nbd_read_eof()
1663 if (client->quiescing && client->nb_requests == 0) { in nbd_request_put()
1710 client->quiescing = true; in nbd_drained_begin()
1724 client->quiescing = false; in nbd_drained_end()
3074 if (client->quiescing) { in nbd_trip()
3096 } while (ret == -EAGAIN && !client->quiescing); in nbd_trip()
3189 !client->quiescing) { in nbd_client_receive_next_request()