Home
last modified time | relevance | path

Searched refs:LIST_EMPTY (Results 1 – 25 of 87) sorted by relevance

1234

/f-stack/dpdk/lib/librte_eal/freebsd/
H A Deal_alarm.c101 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 Dmac_internal.h297 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 Dcc_data.c74 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 Dkern_lockf.c372 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 Dsubr_hash.c99 KASSERT(LIST_EMPTY(hp), ("%s: hashtbl %p not empty " in hashdestroy()
H A Dsubr_turnstile.c775 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 Dkern_rctl.c2063 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 Dtty_info.c318 if (LIST_EMPTY(&tp->t_pgrp->pg_members)) { in tty_info()
H A Dsubr_rtc.c229 if (LIST_EMPTY(&rtc_list)) { in clock_register_flags()
H A Dkern_conf.c1131 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 Dsubr_sleepqueue.c352 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 Dsubr_taskqueue.c215 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 Dkern_procctl.c87 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 Djail.h292 ((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 Deal_alarm.c100 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 Dng_hci_misc.c146 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 Dcoresight_cmd.c62 if (LIST_EMPTY(&event->endplist)) { in coresight_next_device()
/f-stack/dpdk/drivers/net/ionic/
H A Dionic_rx_filter.c57 while (!LIST_EMPTY(&lif->rx_filters.by_id[i])) { in ionic_rx_filters_deinit()
/f-stack/tools/libmemstat/
H A Dmemstat_malloc.c98 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 Dmemstat_uma.c95 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 Dspl_zone.c144 if (LIST_EMPTY(head)) in zone_dataset_detach()
H A Dspl_kmem.c338 if (LIST_EMPTY(&kmem_items)) in kmem_show()
/f-stack/lib/
H A Dff_kern_subr.c101 KASSERT(LIST_EMPTY(hp), ("%s: hashtbl %p not empty " in hashdestroy()
/f-stack/freebsd/netgraph/bluetooth/l2cap/
H A Dng_l2cap_main.c737 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 Dif_clone.c457 while (!LIST_EMPTY(&ifc->ifc_iflist)) in if_clone_detach()
467 KASSERT(LIST_EMPTY(&ifc->ifc_iflist), in if_clone_free()

1234