Lines Matching refs:STAILQ_EMPTY
391 if (!STAILQ_EMPTY(&dev_sc->to_notify_queue)) { in hv_vss_notified()
598 if (!STAILQ_EMPTY(&dev_sc->to_notify_queue)) in hv_vss_dev_daemon_poll()
678 if (!STAILQ_EMPTY(&dev_sc->to_notify_queue)) in hv_appvss_dev_poll()
739 if (!STAILQ_EMPTY(&sc->daemon_sc.to_notify_queue) || in hv_vss_get_new_req_locked()
740 !STAILQ_EMPTY(&sc->daemon_sc.to_ack_queue) || in hv_vss_get_new_req_locked()
741 !STAILQ_EMPTY(&sc->app_sc.to_notify_queue) || in hv_vss_get_new_req_locked()
742 !STAILQ_EMPTY(&sc->app_sc.to_ack_queue)) { in hv_vss_get_new_req_locked()
942 while (!STAILQ_EMPTY(&sc->daemon_sc.to_notify_queue)) { in hv_vss_destroy_send_receive_queue()
948 while (!STAILQ_EMPTY(&sc->daemon_sc.to_ack_queue)) { in hv_vss_destroy_send_receive_queue()
954 while (!STAILQ_EMPTY(&sc->app_sc.to_notify_queue)) { in hv_vss_destroy_send_receive_queue()
960 while (!STAILQ_EMPTY(&sc->app_sc.to_ack_queue)) { in hv_vss_destroy_send_receive_queue()