Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/
H A Dhook.c590 !TAILQ_EMPTY(&hks->hks_nhead)) in hook_stack_remove()
970 if (!SLIST_EMPTY(&hfi->hfi_head) || !TAILQ_EMPTY(&hfi->hfi_nhead)) { in hook_family_remove()
1254 SLIST_EMPTY(&hfi->hfi_head) && TAILQ_EMPTY(&hfi->hfi_nhead)) { in hook_family_notify_unregister()
1457 if (!TAILQ_EMPTY(&hei->hei_head) || !TAILQ_EMPTY(&hei->hei_nhead)) { in hook_event_remove()
1472 TAILQ_EMPTY(&hfi->hfi_nhead)) in hook_event_remove()
1568 TAILQ_EMPTY(&hfi->hfi_nhead)) { in hook_event_free()
1794 TAILQ_EMPTY(&hei->hei_head) && TAILQ_EMPTY(&hei->hei_nhead)) { in hook_event_notify_unregister()
2189 if (TAILQ_EMPTY(&hei->hei_head)) { in hook_unregister()
2196 if (hei->hei_condemned && TAILQ_EMPTY(&hei->hei_nhead)) in hook_unregister()
/titanic_44/usr/src/uts/common/io/drm/
H A Ddrm_fops.c125 priv->master = TAILQ_EMPTY(&dev->files); in drm_open_helper()
H A Dqueue.h436 if (!TAILQ_EMPTY(head) && \
466 if (!TAILQ_EMPTY(head2)) { \
476 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) macro
/titanic_44/usr/src/uts/common/klm/
H A Dnlm_rpc_handle.c77 if (TAILQ_EMPTY(&hostp->nh_rpchc)) in get_nlm_rpc_fromcache()
H A Dnlm_impl.c1086 ASSERT(TAILQ_EMPTY(&nvp->nv_slreqs)); in nlm_vhold_dtor()
1161 ASSERT(TAILQ_EMPTY(&hostp->nh_vholds_list)); in nlm_host_destroy()
1172 ASSERT(TAILQ_EMPTY(&hostp->nh_vholds_list)); in nlm_host_destroy()
1420 if (!TAILQ_EMPTY(&hostp->nh_vholds_list)) in nlm_host_has_srv_locks()
2450 ASSERT(TAILQ_EMPTY(&g->nlm_slocks)); in nlm_svc_stopping()
H A Dnlm_service.c1057 while (!TAILQ_EMPTY(&host_list)) { in nlm_do_free_all()
/titanic_44/usr/src/uts/intel/io/ipmi/
H A Dipmi.c194 while (!sc->ipmi_detaching && TAILQ_EMPTY(&sc->ipmi_pending_requests)) in ipmi_dequeue_request()
H A Dipmi_main.c459 if (!TAILQ_EMPTY(&dev->ipmi_completed_requests)) in ipmi_poll()
/titanic_44/usr/src/cmd/ssh/include/
H A Dsys-queue.h101 #undef TAILQ_EMPTY
404 #define TAILQ_EMPTY(head) \ macro
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/vrrpd/
H A Dvrrpd.c433 while (!TAILQ_EMPTY(&intf->vvi_iplist)) { in vrrpd_delete_if()
863 assert(TAILQ_EMPTY(&vrrp_vr_list)); in vrrpd_fini()
864 assert(TAILQ_EMPTY(&vrrp_intf_list)); in vrrpd_fini()
877 while (!TAILQ_EMPTY(&vrrp_vr_list)) { in vrrpd_cleanup()
882 while (!TAILQ_EMPTY(&vrrp_intf_list)) { in vrrpd_cleanup()
1770 if (TAILQ_EMPTY(&intf->vvi_iplist)) { in vrrpd_update_ipcache()
1853 if (TAILQ_EMPTY(&intf->vvi_iplist)) { in vrrpd_update_ipcache()
4414 if (!checkonly && TAILQ_EMPTY(&vif->vvi_iplist)) { in vrrpd_virtualip_update()
/titanic_44/usr/src/cmd/ndmpd/tlm/
H A Dtlm_bitmap.c462 while (!TAILQ_EMPTY(hp)) { in hash_free()
1090 while (!TAILQ_EMPTY(headp)) { in dbm_chunks_free()
/titanic_44/usr/src/uts/common/sys/
H A Dqueue.h551 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) macro
/titanic_44/usr/src/cmd/fwflash/common/
H A Dfwflash.c495 if ((plugdir == NULL) && TAILQ_EMPTY(fw_pluginlist)) { in flash_load_plugins()
/titanic_44/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c2017 if (!TAILQ_EMPTY(&sc->sfl) != 0) in refill_sfl()
2028 if (TAILQ_EMPTY(&sc->sfl) != 0) { in add_fl_to_sfl()