Searched refs:CK_LIST_EMPTY (Results 1 - 11 of 11) sorted by relevance

/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dhashtable.h111 if (!CK_LIST_EMPTY(&ht[x].head))
/freebsd-current/sys/netlink/
H A Dnetlink_module.c201 if (!CK_LIST_EMPTY(&ctl->ctl_pcb_head)) {
/freebsd-current/sys/net/
H A Dbpf.h442 return (!CK_LIST_EMPTY(&ext->bif_dlist));
H A Dif_bridge.c994 if (CK_LIST_EMPTY(&sc->sc_iflist)) {
1172 if (CK_LIST_EMPTY(&sc->sc_iflist)) {
1319 if (CK_LIST_EMPTY(&sc->sc_iflist))
1352 if (V_bridge_inherit_mac && CK_LIST_EMPTY(&sc->sc_iflist) &&
2855 if (CK_LIST_EMPTY(&sc->sc_spanlist))
3921 if (!CK_LIST_EMPTY(&sc->sc_iflist) && !hasls) {
H A Dif_gre.c412 if ((gs = sc->gre_so) != NULL && CK_LIST_EMPTY(&gs->list)) {
/freebsd-current/sys/contrib/ck/include/
H A Dck_queue.h379 #define CK_LIST_EMPTY(head) (CK_LIST_FIRST(head) == NULL) macro
/freebsd-current/sys/netinet6/
H A Dip6_gre.c264 if (CK_LIST_EMPTY(&gs->list)) {
/freebsd-current/sys/netinet/
H A Dip_gre.c269 if (CK_LIST_EMPTY(&gs->list)) {
H A Din_pcb.c2479 } else if (!CK_LIST_EMPTY(pcbhash) &&
2525 } else if (!CK_LIST_EMPTY(pcbhash) &&
/freebsd-current/sys/netpfil/pf/
H A Dpflow.c196 MPASS(CK_LIST_EMPTY(&V_pflowif_list));
441 if (CK_LIST_EMPTY(&V_pflowif_list))
/freebsd-current/sys/dev/hwpmc/
H A Dhwpmc_mod.c5760 KASSERT(CK_LIST_EMPTY(&pmc_ss_owners),

Completed in 404 milliseconds