Home
last modified time | relevance | path

Searched refs:CK_SLIST_EMPTY (Results 1 – 15 of 15) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_intr.c171 if (CK_SLIST_EMPTY(&ie->ie_handlers)) in ithread_update()
512 if (!CK_SLIST_EMPTY(&ie->ie_handlers)) { in intr_event_destroy()
602 if (!CK_SLIST_EMPTY(&ie->ie_handlers)) { in intr_event_add_handler()
957 if (ie == NULL || CK_SLIST_EMPTY(&ie->ie_handlers) || in intr_event_schedule_thread()
1335 if (ie == NULL || CK_SLIST_EMPTY(&ie->ie_handlers)) in intr_event_handle()
1574 if (!all && CK_SLIST_EMPTY(&ie->ie_handlers)) in DB_SHOW_COMMAND()
H A Dvfs_cache.c1659 if (CK_SLIST_EMPTY(NCHHASH(hash))) in cache_remove_cnp()
2797 if (CK_SLIST_EMPTY(NCHHASH(hash))) in cache_validate()
/f-stack/freebsd/mips/mips/
H A Dintr_machdep.c282 if (!event || CK_SLIST_EMPTY(&event->ie_handlers)) { in cpu_intr()
/f-stack/freebsd/netpfil/ipfw/nat64/
H A Dnat64lsn.c1378 while (!CK_SLIST_EMPTY(&ji->hosts)) { in nat64lsn_job_destroy()
1391 while (!CK_SLIST_EMPTY(&ji->portgroups)) { in nat64lsn_job_destroy()
1744 while (!CK_SLIST_EMPTY(&alias->portgroups)) { in nat64lsn_destroy_alias()
1765 while (!CK_SLIST_EMPTY(&host->aliases)) { in nat64lsn_destroy_host()
1794 while (!CK_SLIST_EMPTY(&cfg->hosts_hash[i])) { in nat64lsn_destroy_instance()
/f-stack/freebsd/contrib/ck/include/
H A Dck_queue.h142 #define CK_SLIST_EMPTY(head) \ macro
/f-stack/freebsd/mips/atheros/
H A Dapb.c384 if (!event || CK_SLIST_EMPTY(&event->ie_handlers)) { in apb_filter()
H A Dqca955x_pci.c542 if (!event || CK_SLIST_EMPTY(&event->ie_handlers)) { in qca955x_pci_intr()
H A Dar724x_pci.c606 if (!event || CK_SLIST_EMPTY(&event->ie_handlers)) { in ar724x_pci_intr()
H A Dar71xx_pci.c632 if (!event || CK_SLIST_EMPTY(&event->ie_handlers)) { in ar71xx_pci_intr()
/f-stack/freebsd/mips/atheros/ar531x/
H A Dapb.c508 if (!event || CK_SLIST_EMPTY(&event->ie_handlers)) { in apb_filter()
/f-stack/freebsd/mips/malta/
H A Dgt_pci.c234 if (!event || CK_SLIST_EMPTY(&event->ie_handlers)) in gt_pci_intr()
/f-stack/freebsd/net/
H A Dif_lagg.c773 if (CK_SLIST_EMPTY(&sc->sc_ports)) { in lagg_port_create()
828 if (CK_SLIST_EMPTY(&sc->sc_ports)) { in lagg_port_create()
837 if (CK_SLIST_EMPTY(&sc->sc_ports)) in lagg_port_create()
H A Dif_vlan.c372 KASSERT(CK_SLIST_EMPTY(&trunk->hash[i]), in vlan_freehash()
/f-stack/freebsd/mips/mediatek/
H A Dmtk_pcie.c764 if (!event || CK_SLIST_EMPTY(&event->ie_handlers)) { in mtk_pci_intr()
/f-stack/freebsd/arm/mv/
H A Dgpio.c542 CK_SLIST_EMPTY(&isrc.isrc_event->ie_handlers)) in mv_gpio_intr_handler()