Home
last modified time | relevance | path

Searched refs:LIST_INIT (Results 1 – 25 of 122) sorted by relevance

12345

/f-stack/freebsd/kern/
H A Dsubr_hash.c76 LIST_INIT(&hashtbl[i]); in hashinit_flags()
138 LIST_INIT(&hashtbl[i]); in phashinit_flags()
H A Dkern_lockf.c288 LIST_INIT(&lf_lock_states); in lf_init()
292 LIST_INIT(&lf_lock_owners[i].list); in lf_init()
582 LIST_INIT(&lock->lf_outedges); in lf_advlockasync()
583 LIST_INIT(&lock->lf_inedges); in lf_advlockasync()
611 LIST_INIT(&ls->ls_active); in lf_advlockasync()
612 LIST_INIT(&ls->ls_pending); in lf_advlockasync()
1220 LIST_INIT(&granted); in lf_activate_lock()
1360 LIST_INIT(&granted); in lf_cancel_lock()
1850 LIST_INIT(&splitlock->lf_inedges); in lf_split()
2428 LIST_INIT(&v->v_outedges); in graph_alloc_vertex()
[all …]
H A Dvfs_hash.c54 LIST_INIT(&vfs_hash_side); in vfs_hashinit()
H A Dsubr_sleepqueue.c224 LIST_INIT(&sleepq_chains[i].sc_queues); in init_sleepqueues()
890 LIST_INIT(&sq->sq_free); in sleepq_init()
1330 LIST_INIT(&sleepq_hash[i]); in sleepq_prof_reset()
1331 LIST_INIT(&sleepq_prof_free); in sleepq_prof_reset()
H A Dkern_thread.c476 LIST_INIT(&p->p_mqnotifier); in proc_linkup()
1000 LIST_INIT(&td->td_contested); in thread_link()
1001 LIST_INIT(&td->td_lprof[0]); in thread_link()
1002 LIST_INIT(&td->td_lprof[1]); in thread_link()
H A Dkern_fork.c597 LIST_INIT(&p2->p_children); in do_fork()
598 LIST_INIT(&p2->p_orphans); in do_fork()
627 LIST_INIT(&p2->p_reaplist); in do_fork()
H A Dkern_alq.c187 LIST_INIT(&ald_queues); in ald_startup()
188 LIST_INIT(&ald_active); in ald_startup()
/f-stack/freebsd/arm64/arm64/
H A Dundefined.c122 LIST_INIT(&undef_handlers[0]); in undef_init()
123 LIST_INIT(&undef_handlers[1]); in undef_init()
/f-stack/dpdk/drivers/net/ionic/
H A Dionic_rx_filter.c43 LIST_INIT(&lif->rx_filters.by_hash[i]); in ionic_rx_filters_init()
44 LIST_INIT(&lif->rx_filters.by_id[i]); in ionic_rx_filters_init()
/f-stack/freebsd/contrib/ngatm/netnatm/api/
H A Dcc_data.c55 LIST_INIT(&cc->user_list); in cc_create()
57 LIST_INIT(&cc->orphaned_conns); in cc_create()
/f-stack/lib/
H A Dff_kern_subr.c79 LIST_INIT(&hashtbl[i]); in hashinit_flags()
140 LIST_INIT(&hashtbl[i]); in phashinit_flags()
/f-stack/freebsd/security/audit/
H A Daudit_bsm_db.c178 LIST_INIT(&evclass_hash[i].head); in au_evclassmap_init()
352 LIST_INIT(&evnamemap_hash[i].enl_head); in au_evnamemap_init()
/f-stack/freebsd/security/mac_veriexec/
H A Dveriexec_metadata.c341 LIST_INIT(&(lp->file_head)); in find_veriexec_dev()
784 LIST_INIT(&veriexec_dev_head); in mac_veriexec_metadata_init()
785 LIST_INIT(&veriexec_file_dev_head); in mac_veriexec_metadata_init()
/f-stack/freebsd/arm64/coresight/
H A Dcoresight_cmd.c106 LIST_INIT(&event->endplist); in coresight_init_event()
/f-stack/dpdk/drivers/net/mvpp2/
H A Dmrvl_mtr.c486 LIST_INIT(&priv->profiles); in mrvl_mtr_init()
487 LIST_INIT(&priv->mtrs); in mrvl_mtr_init()
/f-stack/freebsd/security/mac/
H A Dmac_framework.c320 LIST_INIT(&mac_static_policy_list); in mac_init()
321 LIST_INIT(&mac_policy_list); in mac_init()
/f-stack/freebsd/net/
H A Draw_usrreq.c63 LIST_INIT(&V_rawcb_list); in raw_init()
H A Dif_clone.c171 LIST_INIT(&V_if_cloners); in vnet_if_clone_init()
364 LIST_INIT(&ifc->ifc_iflist); in if_clone_alloc()
/f-stack/freebsd/arm64/iommu/
H A Dsmmu_acpi.c215 LIST_INIT(&unit->domain_list); in smmu_acpi_attach()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_zone.c98 LIST_INIT(head); in zone_dataset_attach()
/f-stack/freebsd/arm/arm/
H A Dundefined.c196 LIST_INIT(&undefined_handlers[loop]); in undefined_init()
/f-stack/freebsd/netgraph/bluetooth/l2cap/
H A Dng_l2cap_main.c124 LIST_INIT(&l2cap->con_list); in ng_l2cap_constructor()
125 LIST_INIT(&l2cap->chan_list); in ng_l2cap_constructor()
/f-stack/tools/netstat/
H A Dsctp.c218 LIST_INIT(&xladdr_head); in sctp_process_tcb()
219 LIST_INIT(&xraddr_head); in sctp_process_tcb()
/f-stack/dpdk/lib/librte_eal/windows/include/sys/
H A Dqueue.h491 LIST_INIT(head2); \
498 LIST_INIT(head2); \
526 #define LIST_INIT(head) do { \ macro
/f-stack/freebsd/sys/
H A Dqueue.h520 LIST_INIT(head2); \
527 LIST_INIT(head2); \
555 #define LIST_INIT(head) do { \ macro

12345