Searched refs:daemon_sc (Results 1 – 1 of 1) sorted by relevance
232 struct hv_vss_dev_sc daemon_sc; member266 return (!sc->register_done && sc->daemon_sc.proc_task); in hv_vss_is_daemon_killed_after_launch()278 if (sc->register_done || sc->daemon_sc.proc_task) { in hv_vss_callback()369 SEARCH_REMOVE_REQ_LOCKED(reqp, &sc->daemon_sc.to_notify_queue, in hv_vss_drain_req_queue_locked()372 SEARCH_REMOVE_REQ_LOCKED(reqp, &sc->daemon_sc.to_ack_queue, in hv_vss_drain_req_queue_locked()506 hv_vss_notify(&dev_sc->sc->daemon_sc, reqp); in hv_vss_app_acked()738 if (!STAILQ_EMPTY(&sc->daemon_sc.to_notify_queue) || in hv_vss_get_new_req_locked()739 !STAILQ_EMPTY(&sc->daemon_sc.to_ack_queue) || in hv_vss_get_new_req_locked()777 hv_vss_notify(&sc->daemon_sc, reqp); in hv_vss_start_notify()782 hv_vss_notify(&sc->daemon_sc, reqp); in hv_vss_start_notify()[all …]