| /f-stack/dpdk/lib/librte_eal/freebsd/ |
| H A D | eal_alarm.c | 101 if (LIST_EMPTY(&alarm_list)) in eal_alarm_get_timeout_ns() 117 if (!LIST_EMPTY(&alarm_list)) { in unregister_current_callback() 135 if (!LIST_EMPTY(&alarm_list)) { in register_first_callback() 207 if (LIST_EMPTY(&alarm_list)) in rte_eal_alarm_set() 308 if (LIST_EMPTY(&alarm_list)) in rte_eal_alarm_cancel()
|
| /f-stack/freebsd/security/mac/ |
| H A D | mac_internal.h | 297 if (!LIST_EMPTY(&mac_policy_list)) { \ 319 if (!LIST_EMPTY(&mac_policy_list)) { \ 350 if (!LIST_EMPTY(&mac_policy_list)) { \ 380 if (!LIST_EMPTY(&mac_policy_list)) { \ 400 if (!LIST_EMPTY(&mac_policy_list)) { \ 506 if (!LIST_EMPTY(&mac_policy_list)) { \ 523 if (!LIST_EMPTY(&mac_policy_list)) { \
|
| /f-stack/freebsd/contrib/ngatm/netnatm/api/ |
| H A D | cc_data.c | 74 while (!LIST_EMPTY(&cc->user_list)) in cc_reset() 80 while (!LIST_EMPTY(&cc->orphaned_conns)) in cc_reset() 83 CCASSERT(LIST_EMPTY(&cc->user_list), in cc_reset() 85 CCASSERT(LIST_EMPTY(&cc->orphaned_conns), in cc_reset()
|
| /f-stack/freebsd/kern/ |
| H A D | kern_lockf.c | 372 KASSERT(LIST_EMPTY(&lock->lf_outedges), in lf_free_lock() 374 KASSERT(LIST_EMPTY(&lock->lf_inedges), in lf_free_lock() 785 KASSERT(LIST_EMPTY(&state->ls_pending), in lf_purgelocks() 831 KASSERT(LIST_EMPTY(&state->ls_pending), in lf_purgelocks() 1060 if (LIST_EMPTY(&state->ls_pending)) in lf_add_incoming() 1098 if (LIST_EMPTY(&state->ls_active)) { in lf_insert_lock() 1223 while (!LIST_EMPTY(&granted)) { in lf_activate_lock() 1367 while (!LIST_EMPTY(&granted)) { in lf_cancel_lock() 1504 if (LIST_EMPTY(&lock->lf_outedges)) { in lf_setlock() 2514 if (!LIST_EMPTY(&lock->lf_outedges)) in lf_print() [all …]
|
| H A D | subr_hash.c | 99 KASSERT(LIST_EMPTY(hp), ("%s: hashtbl %p not empty " in hashdestroy()
|
| H A D | subr_turnstile.c | 775 KASSERT(LIST_EMPTY(&ts->ts_free), in turnstile_wait() 862 MPASS(LIST_EMPTY(&ts->ts_free)); in turnstile_signal() 910 if (LIST_EMPTY(&ts->ts_free)) { in turnstile_broadcast() 1256 if ((TD_ON_LOCK(td) && LIST_EMPTY(&td->td_contested)) in DB_SHOW_ALL_COMMAND()
|
| H A D | kern_rctl.c | 2063 while (!LIST_EMPTY(&p->p_racct->r_rule_links)) { in rctl_proc_ucred_changed() 2076 while (!LIST_EMPTY(&newrules)) { in rctl_proc_ucred_changed() 2095 while (!LIST_EMPTY(&newrules)) { in rctl_proc_ucred_changed() 2152 while (!LIST_EMPTY(&child->p_racct->r_rule_links)) { in rctl_proc_fork() 2173 while (!LIST_EMPTY(&racct->r_rule_links)) { in rctl_racct_release()
|
| H A D | tty_info.c | 318 if (LIST_EMPTY(&tp->t_pgrp->pg_members)) { in tty_info()
|
| H A D | subr_rtc.c | 229 if (LIST_EMPTY(&rtc_list)) { in clock_register_flags()
|
| H A D | kern_conf.c | 1131 while (!LIST_EMPTY(&dev->si_children)) in destroy_devl() 1181 if (LIST_EMPTY(&csw->d_devs)) { in destroy_devl() 1406 while (!LIST_EMPTY(&cd->head)) { in clone_cleanup() 1502 while (!LIST_EMPTY(&csw->d_devs)) { in destroy_dev_drain()
|
| H A D | subr_sleepqueue.c | 352 KASSERT(LIST_EMPTY(&sq->sq_free), in sleepq_add() 824 if (LIST_EMPTY(&sq->sq_free)) { in sleepq_remove_thread() 1146 if (LIST_EMPTY(&sc->sc_queues)) { in sleepq_chains_remove_matching()
|
| H A D | subr_taskqueue.c | 215 KASSERT(LIST_EMPTY(&queue->tq_active), ("Tasks still running?")); in taskqueue_free() 404 if (LIST_EMPTY(&queue->tq_active)) in taskqueue_drain_tq_active()
|
| H A D | kern_procctl.c | 87 if (!LIST_EMPTY(&p->p_children)) in protect_setchildren() 184 if (!LIST_EMPTY(&reap->p_reaplist)) { in reap_status()
|
| /f-stack/freebsd/sys/ |
| H A D | jail.h | 292 ((cpr) = (((descend) && !LIST_EMPTY(&(cpr)->pr_children)) \ 308 ((cpr) = (((descend) && !LIST_EMPTY(&(cpr)->pr_children)) \ 325 ((cpr) = (((descend) && !LIST_EMPTY(&(cpr)->pr_children)) \
|
| /f-stack/dpdk/lib/librte_eal/linux/ |
| H A D | eal_alarm.c | 100 if (!LIST_EMPTY(&alarm_list)) { in eal_alarm_callback() 148 if (LIST_EMPTY(&alarm_list)) in rte_eal_alarm_set()
|
| /f-stack/freebsd/netgraph/bluetooth/hci/ |
| H A D | ng_hci_misc.c | 146 while (!LIST_EMPTY(&unit->con_list)) { in ng_hci_unit_clean() 210 while (!LIST_EMPTY(&unit->neighbors)) in ng_hci_flush_neighbor_cache()
|
| /f-stack/freebsd/arm64/coresight/ |
| H A D | coresight_cmd.c | 62 if (LIST_EMPTY(&event->endplist)) { in coresight_next_device()
|
| /f-stack/dpdk/drivers/net/ionic/ |
| H A D | ionic_rx_filter.c | 57 while (!LIST_EMPTY(&lif->rx_filters.by_id[i])) { in ionic_rx_filters_deinit()
|
| /f-stack/tools/libmemstat/ |
| H A D | memstat_malloc.c | 98 hint_dontsearch = LIST_EMPTY(&list->mtl_list); in memstat_sysctl_malloc() 337 hint_dontsearch = LIST_EMPTY(&list->mtl_list); in memstat_kvm_malloc()
|
| H A D | memstat_uma.c | 95 hint_dontsearch = LIST_EMPTY(&list->mtl_list); in memstat_sysctl_uma() 336 hint_dontsearch = LIST_EMPTY(&list->mtl_list); in memstat_kvm_uma()
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | spl_zone.c | 144 if (LIST_EMPTY(head)) in zone_dataset_detach()
|
| H A D | spl_kmem.c | 338 if (LIST_EMPTY(&kmem_items)) in kmem_show()
|
| /f-stack/lib/ |
| H A D | ff_kern_subr.c | 101 KASSERT(LIST_EMPTY(hp), ("%s: hashtbl %p not empty " in hashdestroy()
|
| /f-stack/freebsd/netgraph/bluetooth/l2cap/ |
| H A D | ng_l2cap_main.c | 737 while (!LIST_EMPTY(&l2cap->con_list)) { in ng_l2cap_cleanup() 757 while (!LIST_EMPTY(&l2cap->chan_list)) in ng_l2cap_destroy_channels()
|
| /f-stack/freebsd/net/ |
| H A D | if_clone.c | 457 while (!LIST_EMPTY(&ifc->ifc_iflist)) in if_clone_detach() 467 KASSERT(LIST_EMPTY(&ifc->ifc_iflist), in if_clone_free()
|