Home
last modified time | relevance | path

Searched refs:SLIST_EMPTY (Results 1 – 25 of 30) sorted by relevance

12

/f-stack/freebsd/netgraph/
H A Dng_pptpgre.c730 while (!SLIST_EMPTY(q)) { in ng_pptpgre_sendq()
980 while (!SLIST_EMPTY(&hpriv->roq)) { in ng_pptpgre_rcvdata_lower()
1015 while (!SLIST_EMPTY(&hpriv->roq)) { in ng_pptpgre_rcvdata_lower()
1032 if (SLIST_EMPTY(&hpriv->roq)) { in ng_pptpgre_rcvdata_lower()
1040 if (SLIST_EMPTY(&sendq)) { in ng_pptpgre_rcvdata_lower()
1177 if (SLIST_EMPTY(&hpriv->roq)) { /* should not happen */ in ng_pptpgre_reorder_timeout()
1188 while (!SLIST_EMPTY(&hpriv->roq)) { in ng_pptpgre_reorder_timeout()
1201 if (!SLIST_EMPTY(&hpriv->roq)) in ng_pptpgre_reorder_timeout()
1264 while (!SLIST_EMPTY(&hpriv->roq)) { in ng_pptpgre_reset()
H A Dng_bridge.c965 while (!SLIST_EMPTY(oldList)) { in ng_bridge_rehash()
/f-stack/freebsd/kern/
H A Dkern_et.c86 if (SLIST_EMPTY(&eventtimers) || in et_register()
H A Dkern_event.c539 if (SLIST_EMPTY(&list->kl_list)) in knote_fork()
2354 return (SLIST_EMPTY(&knl->kl_list)); in knlist_empty()
2523 if (!SLIST_EMPTY(&knl->kl_list)) { in knlist_cleardel()
2641 if (!SLIST_EMPTY(list)) in knote_drop_detached()
H A Duipc_mbuf.c331 !SLIST_EMPTY(&m->m_pkthdr.tags)) { in m_sanity()
397 KASSERT(SLIST_EMPTY(&to->m_pkthdr.tags), in m_move_pkthdr()
439 KASSERT(SLIST_EMPTY(&to->m_pkthdr.tags), ("m_dup_pkthdr: to has tags")); in m_dup_pkthdr()
H A Dkern_thread.c1023 MPASS(SLIST_EMPTY(&td->td_epochs)); in thread_unlink()
H A Dkern_mbuf.c666 if (!(flags & MB_DTOR_SKIP) && (m->m_flags & M_PKTHDR) && !SLIST_EMPTY(&m->m_pkthdr.tags)) in mb_dtor_mbuf()
H A Dvfs_mount.c2417 while (!SLIST_EMPTY(&ma->list)) { in free_mntarg()
/f-stack/tools/compat/include/sys/
H A Devent.h178 #define KNLIST_EMPTY(list) SLIST_EMPTY(&(list)->kl_list)
H A Dqueue.h187 #define SLIST_EMPTY(head) ((head)->slh_first == NULL) macro
H A Dmbuf.h1167 return (SLIST_EMPTY(&m->m_pkthdr.tags) ? (struct m_tag *)NULL : in m_tag_find()
/f-stack/freebsd/sys/
H A Devent.h244 #define KNLIST_EMPTY(list) SLIST_EMPTY(&(list)->kl_list)
H A Dqueue.h228 #define SLIST_EMPTY(head) ((head)->slh_first == NULL) macro
H A Dmbuf.h1408 return (SLIST_EMPTY(&m->m_pkthdr.tags) ? (struct m_tag *)NULL : in m_tag_find()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dvdev_geom.c137 if (SLIST_EMPTY(priv)) in vdev_geom_attrchanged()
158 if (SLIST_EMPTY(priv)) in vdev_geom_resize()
182 if (SLIST_EMPTY(priv)) in vdev_geom_orphan()
/f-stack/freebsd/net/
H A Dif_tuntap.c422 KASSERT(!SLIST_EMPTY(&V_tuntap_driver_cloners), in tuntap_name2info()
464 KASSERT(!SLIST_EMPTY(&V_tuntap_driver_cloners), in tuntap_driver_from_flags()
690 while (!SLIST_EMPTY(&V_tuntap_driver_cloners)) { in vnet_tun_uninit()
/f-stack/dpdk/drivers/net/qede/
H A Dqede_filter.c1033 while (!SLIST_EMPTY(&qdev->arfs_info.arfs_list_head)) { in qede_flow_flush()
/f-stack/dpdk/lib/librte_eal/windows/include/sys/
H A Dqueue.h198 #define SLIST_EMPTY(head) ((head)->slh_first == NULL) macro
/f-stack/freebsd/amd64/vmm/
H A Dvmm_dev.c1142 if (SLIST_EMPTY(&head)) in vmmdev_cleanup()
/f-stack/freebsd/i386/i386/
H A Dpmap.c2354 SLIST_EMPTY(&free))) { in pmap_pv_reclaim()
2459 if (m_pc == NULL && pv_vafree != 0 && SLIST_EMPTY(&free)) { in pmap_pv_reclaim()
3996 KASSERT(SLIST_EMPTY(&free), in pmap_enter_pde()
/f-stack/freebsd/netinet/
H A Dtcp_log_buf.c353 KASSERT(SLIST_EMPTY(&tlb->tlb_head), in tcp_log_remove_bucket()
H A Din_mcast.c255 if (SLIST_EMPTY(inmh)) in inm_release_list_deferred()
/f-stack/freebsd/arm64/arm64/
H A Dpmap.c2322 SLIST_EMPTY(&free)) { in reclaim_pv_chunk()
2459 if (m_pc == NULL && !SLIST_EMPTY(&free)) { in reclaim_pv_chunk()
4312 KASSERT(SLIST_EMPTY(&free), in pmap_enter_l2()
/f-stack/freebsd/netinet6/
H A Din6_mcast.c526 if (SLIST_EMPTY(inmh)) in in6m_release_list_deferred()
/f-stack/freebsd/arm/arm/
H A Dpmap-v6.c2846 SLIST_EMPTY(&free))) { in pmap_pv_reclaim()
2948 if (m_pc == NULL && pv_vafree != 0 && SLIST_EMPTY(&free)) { in pmap_pv_reclaim()

12