| /f-stack/dpdk/lib/librte_eal/windows/include/sys/ |
| H A D | queue.h | 451 if (LIST_FIRST((head)) != NULL && \ 453 &LIST_FIRST((head))) \ 488 if ((LIST_FIRST(head1) = LIST_FIRST(head2)) != NULL) { \ 490 &LIST_FIRST((head1)); \ 504 #define LIST_FIRST(head) ((head)->lh_first) macro 507 for ((var) = LIST_FIRST((head)); \ 517 for ((var) = LIST_FIRST((head)); \ 527 LIST_FIRST((head)) = NULL; \ 551 LIST_FIRST((head)) = (elm); \ 577 LIST_FIRST((head1)) = LIST_FIRST((head2)); \ [all …]
|
| /f-stack/freebsd/sys/ |
| H A D | queue.h | 480 if (LIST_FIRST((head)) != NULL && \ 482 &LIST_FIRST((head))) \ 517 if ((LIST_FIRST(head1) = LIST_FIRST(head2)) != NULL) { \ 519 &LIST_FIRST((head1)); \ 533 #define LIST_FIRST(head) ((head)->lh_first) macro 536 for ((var) = LIST_FIRST((head)); \ 546 for ((var) = LIST_FIRST((head)); \ 556 LIST_FIRST((head)) = NULL; \ 580 LIST_FIRST((head)) = (elm); \ 606 LIST_FIRST((head1)) = LIST_FIRST((head2)); \ [all …]
|
| H A D | jail.h | 293 ? LIST_FIRST(&(cpr)->pr_children) \ 309 ? LIST_FIRST(&(cpr)->pr_children) \ 326 ? (level++, LIST_FIRST(&(cpr)->pr_children)) \
|
| /f-stack/tools/compat/include/sys/ |
| H A D | queue.h | 428 if (LIST_FIRST((head)) != NULL && \ 429 LIST_FIRST((head))->field.le_prev != \ 430 &LIST_FIRST((head))) \ 453 #define LIST_FIRST(head) ((head)->lh_first) macro 456 for ((var) = LIST_FIRST((head)); \ 466 for ((var) = LIST_FIRST((head)); \ 476 LIST_FIRST((head)) = NULL; \ 500 LIST_FIRST((head)) = (elm); \ 501 (elm)->field.le_prev = &LIST_FIRST((head)); \ 526 LIST_FIRST((head1)) = LIST_FIRST((head2)); \ [all …]
|
| /f-stack/dpdk/lib/librte_eal/freebsd/ |
| H A D | eal_alarm.c | 104 ap = LIST_FIRST(&alarm_list); in eal_alarm_get_timeout_ns() 118 ap = LIST_FIRST(&alarm_list); in unregister_current_callback() 136 ap = LIST_FIRST(&alarm_list); in register_first_callback() 152 ap = LIST_FIRST(&alarm_list); in eal_alarm_callback() 169 ap = LIST_FIRST(&alarm_list); in eal_alarm_callback() 249 ap = LIST_FIRST(&alarm_list); in rte_eal_alarm_cancel()
|
| /f-stack/freebsd/security/mac_veriexec/ |
| H A D | veriexec_metadata.c | 121 for (lp = LIST_FIRST(head); lp != NULL; lp = LIST_NEXT(lp, entries)) in get_veriexec_file() 168 for (ip = LIST_FIRST(&(lp->file_head)); ip != NULL; in mac_veriexec_print_db_dev_list() 188 for (lp = LIST_FIRST(head); lp != NULL; lp = LIST_NEXT(lp, entries)) { in mac_veriexec_print_db_head() 257 for (lp = LIST_FIRST(head); lp != NULL; in free_veriexec_dev() 272 for (ip = LIST_FIRST(&(lp->file_head)); ip != NULL; ip = nip) { in free_veriexec_dev() 309 for (lp = LIST_FIRST(head); lp != NULL; in find_veriexec_dev() 634 for (ip = LIST_FIRST(&(lp->file_head)); ip != NULL; in mac_veriexec_metadata_add_file()
|
| /f-stack/dpdk/lib/librte_eal/linux/ |
| H A D | eal_alarm.c | 84 while ((ap = LIST_FIRST(&alarm_list)) !=NULL && in eal_alarm_callback() 103 ap = LIST_FIRST(&alarm_list); in eal_alarm_callback() 165 if (LIST_FIRST(&alarm_list) == new_alarm) { in rte_eal_alarm_set() 198 while ((ap = LIST_FIRST(&alarm_list)) != NULL && in rte_eal_alarm_cancel()
|
| /f-stack/freebsd/netgraph/atm/ |
| H A D | ngatmbase.c | 225 while ((h = LIST_FIRST(&ngatm_freeuni)) != NULL) { in uni_msg_fini() 247 if ((m = LIST_FIRST(&ngatm_freeuni)) != NULL) in _uni_msg_alloc() 340 while ((h = LIST_FIRST(&ngatm_freeuni)) != NULL) { in uni_msg_fini() 358 if ((a = LIST_FIRST(&ngatm_freeuni)) != NULL) in uni_msg_alloc()
|
| /f-stack/freebsd/netgraph/bluetooth/hci/ |
| H A D | ng_hci_misc.c | 147 ng_hci_unit_con_p con = LIST_FIRST(&unit->con_list); in ng_hci_unit_clean() 211 ng_hci_free_neighbor(LIST_FIRST(&unit->neighbors)); in ng_hci_flush_neighbor_cache() 223 for (n = LIST_FIRST(&unit->neighbors); n != NULL; ) { in ng_hci_get_neighbor()
|
| /f-stack/freebsd/contrib/ngatm/netnatm/api/ |
| H A D | cc_data.c | 75 cc_user_destroy(LIST_FIRST(&cc->user_list)); in cc_reset() 81 cc_conn_destroy(LIST_FIRST(&cc->orphaned_conns)); in cc_reset()
|
| /f-stack/freebsd/kern/ |
| H A D | kern_procctl.c | 88 p = LIST_FIRST(&p->p_children); in protect_setchildren() 185 first_p = LIST_FIRST(&reap->p_children); in reap_status() 187 first_p = LIST_FIRST(&reap->p_reaplist); in reap_status() 307 for (p2 = LIST_FIRST(&reap->p_children); p2 != NULL; in reap_kill() 321 for (p2 = LIST_FIRST(&t->parent->p_reaplist); p2 != NULL; in reap_kill()
|
| H A D | subr_lock.c | 580 l = LIST_FIRST(&type->lpt_lpoalloc); in lock_profile_object_lookup() 660 MPASS(LIST_FIRST(&td->td_lprof[0]) == NULL); in lock_profile_thread_exit() 661 MPASS(LIST_FIRST(&td->td_lprof[1]) == NULL); in lock_profile_thread_exit() 680 if (LIST_FIRST(head) == NULL) in lock_profile_release_lock()
|
| H A D | kern_alq.c | 205 while ((alq = LIST_FIRST(&ald_active)) == NULL && in ald_daemon() 239 while ((alq = LIST_FIRST(&ald_queues)) != NULL) { in ald_shutdown() 937 if (LIST_FIRST(&ald_queues) == NULL) { in alq_load_handler()
|
| H A D | kern_lockf.c | 963 while ((e = LIST_FIRST(&x->lf_outedges)) != NULL) { in lf_remove_outgoing() 976 while ((e = LIST_FIRST(&x->lf_inedges)) != NULL) { in lf_remove_incoming() 1224 lock = LIST_FIRST(&granted); in lf_activate_lock() 1231 overlap = LIST_FIRST(&state->ls_active); in lf_activate_lock() 1368 lock = LIST_FIRST(&granted); in lf_cancel_lock() 1554 overlap = LIST_FIRST(&state->ls_active); in lf_clearlock() 2516 (void *)LIST_FIRST(&lock->lf_outedges)->le_to); in lf_print()
|
| H A D | vfs_hash.c | 227 while ((vp = LIST_FIRST(&vfs_hash_oldtbl[i])) != NULL) { in vfs_hash_changesize()
|
| H A D | kern_rctl.c | 2010 newlink = LIST_FIRST(&newrules); in rctl_proc_ucred_changed() 2064 link = LIST_FIRST(&p->p_racct->r_rule_links); in rctl_proc_ucred_changed() 2077 newlink = LIST_FIRST(&newrules); in rctl_proc_ucred_changed() 2096 newlink = LIST_FIRST(&newrules); in rctl_proc_ucred_changed() 2153 link = LIST_FIRST(&child->p_racct->r_rule_links); in rctl_proc_fork() 2174 link = LIST_FIRST(&racct->r_rule_links); in rctl_racct_release()
|
| /f-stack/tools/netstat/ |
| H A D | sctp.c | 271 xl = LIST_FIRST(&xladdr_head); in sctp_process_tcb() 272 xr = LIST_FIRST(&xraddr_head); in sctp_process_tcb() 313 xl = LIST_FIRST(&xladdr_head); in sctp_process_tcb() 320 xr = LIST_FIRST(&xraddr_head); in sctp_process_tcb()
|
| /f-stack/dpdk/drivers/net/mlx4/ |
| H A D | mlx4_flow.c | 1153 struct rte_flow *curr = LIST_FIRST(&priv->flows); in mlx4_flow_create() 1233 struct rte_flow *flow = LIST_FIRST(&priv->flows); in mlx4_flow_flush() 1404 for (flow = LIST_FIRST(&priv->flows); in mlx4_flow_internal() 1460 for (flow = LIST_FIRST(&priv->flows); in mlx4_flow_internal() 1502 flow = LIST_FIRST(&priv->flows); in mlx4_flow_internal() 1543 for (flow = LIST_FIRST(&priv->flows); in mlx4_flow_sync() 1545 flow = LIST_FIRST(&priv->flows)) in mlx4_flow_sync() 1579 while ((flow = LIST_FIRST(&priv->flows))) in mlx4_flow_clean()
|
| /f-stack/tools/libmemstat/ |
| H A D | memstat.c | 91 return (LIST_FIRST(&list->mtl_list)); in memstat_mtl_first() 106 while ((mtp = LIST_FIRST(&list->mtl_list))) { in _memstat_mtl_empty()
|
| H A D | memstat_uma.c | 378 for (kzp = LIST_FIRST(&uma_kegs); kzp != NULL; kzp = in memstat_kvm_uma() 387 for (uzp = LIST_FIRST(&kz.uk_zones); uzp != NULL; uzp = in memstat_kvm_uma() 483 LIST_FIRST(&kz.uk_zones) != uzp)) { in memstat_kvm_uma()
|
| /f-stack/dpdk/drivers/net/ionic/ |
| H A D | ionic_rx_filter.c | 58 f = LIST_FIRST(&lif->rx_filters.by_id[i]); in ionic_rx_filters_deinit()
|
| /f-stack/freebsd/netgraph/atm/uni/ |
| H A D | ng_uni.c | 805 while ((h = LIST_FIRST(&nguni_freemem[type])) != NULL) { in uni_fini() 810 while ((h = LIST_FIRST(&nguni_usedmem[type])) != NULL) { in uni_fini() 835 if ((d = LIST_FIRST(&nguni_freemem[type])) != NULL) in ng_uni_malloc()
|
| /f-stack/dpdk/drivers/net/mvpp2/ |
| H A D | mrvl_mtr.c | 502 for (mtr = LIST_FIRST(&priv->mtrs); in mrvl_mtr_deinit() 507 for (profile = LIST_FIRST(&priv->profiles); in mrvl_mtr_deinit()
|
| /f-stack/freebsd/netpfil/pf/ |
| H A D | pf_if.c | 142 kif = LIST_FIRST(&kifs); in pfi_initialize_vnet() 146 kif = LIST_FIRST(&kifs); in pfi_initialize_vnet() 151 kif = LIST_FIRST(&kifs); in pfi_initialize_vnet() 200 while ((kif = LIST_FIRST(&V_pfi_unlinked_kifs))) { in pfi_cleanup_vnet()
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | spl_zone.c | 229 while ((zd = LIST_FIRST(head)) != NULL) { in zone_destroy()
|