Lines Matching refs:app_sc

230 	struct hv_vss_dev_sc			app_sc;  member
375 SEARCH_REMOVE_REQ_LOCKED(reqp, &sc->app_sc.to_notify_queue, in hv_vss_drain_req_queue_locked()
378 SEARCH_REMOVE_REQ_LOCKED(reqp, &sc->app_sc.to_ack_queue, slink, in hv_vss_drain_req_queue_locked()
413 &dev_sc->sc->app_sc == dev_sc ? "app" : "daemon"); in hv_vss_notify()
457 hv_vss_notify(&dev_sc->sc->app_sc, reqp); in hv_vss_daemon_acked()
740 !STAILQ_EMPTY(&sc->app_sc.to_notify_queue) || in hv_vss_get_new_req_locked()
741 !STAILQ_EMPTY(&sc->app_sc.to_ack_queue)) { in hv_vss_get_new_req_locked()
775 hv_vss_notify(&sc->app_sc, reqp); in hv_vss_start_notify()
917 STAILQ_INIT(&sc->app_sc.to_notify_queue); in hv_vss_init_send_receive_queue()
918 STAILQ_INIT(&sc->app_sc.to_ack_queue); in hv_vss_init_send_receive_queue()
953 while (!STAILQ_EMPTY(&sc->app_sc.to_notify_queue)) { in hv_vss_destroy_send_receive_queue()
954 reqp = STAILQ_FIRST(&sc->app_sc.to_notify_queue); in hv_vss_destroy_send_receive_queue()
955 STAILQ_REMOVE_HEAD(&sc->app_sc.to_notify_queue, slink); in hv_vss_destroy_send_receive_queue()
959 while (!STAILQ_EMPTY(&sc->app_sc.to_ack_queue)) { in hv_vss_destroy_send_receive_queue()
960 reqp = STAILQ_FIRST(&sc->app_sc.to_ack_queue); in hv_vss_destroy_send_receive_queue()
961 STAILQ_REMOVE_HEAD(&sc->app_sc.to_ack_queue, slink); in hv_vss_destroy_send_receive_queue()
1017 sc->hv_appvss_dev->si_drv1 = &sc->app_sc; in hv_vss_attach()
1018 sc->app_sc.sc = sc; in hv_vss_attach()
1033 if (sc->app_sc.proc_task != NULL) { in hv_vss_detach()
1034 PROC_LOCK(sc->app_sc.proc_task); in hv_vss_detach()
1035 kern_psignal(sc->app_sc.proc_task, SIGKILL); in hv_vss_detach()
1036 PROC_UNLOCK(sc->app_sc.proc_task); in hv_vss_detach()