Searched refs:SLIST_EMPTY (Results 26 - 50 of 71) sorted by relevance

123

/freebsd-13-stable/contrib/libevent/compat/sys/
H A Dqueue.h108 #define SLIST_EMPTY(head) (SLIST_FIRST(head) == SLIST_END(head)) macro
/freebsd-13-stable/contrib/openbsm/compat/
H A Dqueue.h156 #define SLIST_EMPTY(head) ((head)->slh_first == NULL) macro
/freebsd-13-stable/contrib/ntp/sntp/libevent/compat/sys/
H A Dqueue.h108 #define SLIST_EMPTY(head) (SLIST_FIRST(head) == SLIST_END(head)) macro
/freebsd-13-stable/sys/kern/
H A Dkern_event.c540 if (SLIST_EMPTY(&list->kl_list))
2437 return (SLIST_EMPTY(&knl->kl_list));
2606 if (!SLIST_EMPTY(&knl->kl_list)) {
2724 if (!SLIST_EMPTY(list))
H A Dkern_mbuf.c661 if (!(flags & MB_DTOR_SKIP) && (m->m_flags & M_PKTHDR) && !SLIST_EMPTY(&m->m_pkthdr.tags))
H A Dkern_thread.c1054 MPASS(SLIST_EMPTY(&td->td_epochs));
/freebsd-13-stable/usr.sbin/config/
H A Dmain.c239 if (SLIST_EMPTY(&cputype)) {
/freebsd-13-stable/usr.sbin/newsyslog/
H A Dnewsyslog.c338 if (!SLIST_EMPTY(&swhead)) {
359 if (!SLIST_EMPTY(&zwhead)) {
362 while (!SLIST_EMPTY(&zwhead)) {
370 while (!SLIST_EMPTY(&swhead)) {
/freebsd-13-stable/usr.sbin/pmc/
H A Dcmd_pmc_stat.c384 if (SLIST_EMPTY(&pmc_args.pa_targets))
/freebsd-13-stable/share/man/man3/
H A DMakefile208 queue.3 SLIST_EMPTY.3 \
/freebsd-13-stable/stand/libsa/zfs/
H A Dzfs.c1789 while (!SLIST_EMPTY(&zfs_be_head)) {
1849 while (!SLIST_EMPTY(&zfs_be_head)) {
/freebsd-13-stable/sbin/ggate/ggated/
H A Dggated.c240 while (!SLIST_EMPTY(&exports)) {
/freebsd-13-stable/sys/netgraph/
H A Dng_bridge.c1134 while (!SLIST_EMPTY(oldList)) {
/freebsd-13-stable/sys/dev/qlxgbe/
H A Dql_isr.c740 while ((!SLIST_EMPTY(&lro->lro_active))) {
/freebsd-13-stable/sys/sys/
H A Dqueue.h229 #define SLIST_EMPTY(head) ((head)->slh_first == NULL) macro
H A Dmbuf.h1428 return (SLIST_EMPTY(&m->m_pkthdr.tags) ? (struct m_tag *)NULL :
/freebsd-13-stable/usr.sbin/pmcstat/
H A Dpmcstat.c1262 if (SLIST_EMPTY(&args.pa_targets))
/freebsd-13-stable/contrib/bsnmp/snmpd/
H A Dmain.c386 if (SLIST_EMPTY(&vacm_contextlist) ||
2820 if (SLIST_EMPTY(&user->group->group_users)) {
/freebsd-13-stable/sys/dev/sound/pcm/
H A Ddsp.c2901 if ((sg != NULL) && SLIST_EMPTY(&sg->members)) {
2971 KASSERT(!SLIST_EMPTY(&sg->members), ("found empty syncgroup"));
/freebsd-13-stable/sys/dev/ixl/
H A Dif_iavf.c2146 while (!SLIST_EMPTY(sc->mac_filters)) {
2152 while (!SLIST_EMPTY(sc->vlan_filters)) {
/freebsd-13-stable/sys/dev/lge/
H A Dif_lge.c815 while (!SLIST_EMPTY(&sc->lge_jfree_listhead)) {
/freebsd-13-stable/sys/amd64/vmm/
H A Dvmm_dev.c1154 if (SLIST_EMPTY(&head))
/freebsd-13-stable/sys/powerpc/aim/
H A Dmmu_oea64.c2724 while (!SLIST_EMPTY(&tofree)) {
2785 while (!SLIST_EMPTY(&tofree)) {
3588 while (!SLIST_EMPTY(tofree)) {
/freebsd-13-stable/sys/i386/i386/
H A Dpmap.c2354 SLIST_EMPTY(&free))) {
2459 if (m_pc == NULL && pv_vafree != 0 && SLIST_EMPTY(&free)) {
3996 KASSERT(SLIST_EMPTY(&free),
/freebsd-13-stable/sys/netinet/
H A Dtcp_log_buf.c353 KASSERT(SLIST_EMPTY(&tlb->tlb_head),

Completed in 485 milliseconds

123