| /f-stack/freebsd/kern/ |
| H A D | vfs_hash.c | 173 LIST_INSERT_HEAD(&vfs_hash_side, vp, v_hashlist); in vfs_hash_insert() 185 LIST_INSERT_HEAD(vfs_hash_bucket(vp->v_mount, hash), vp, v_hashlist); in vfs_hash_insert() 196 LIST_INSERT_HEAD(vfs_hash_bucket(vp->v_mount, hash), vp, v_hashlist); in vfs_hash_rehash() 229 LIST_INSERT_HEAD( in vfs_hash_changesize()
|
| H A D | kern_lockf.c | 543 LIST_INSERT_HEAD(&lf_lock_owners[hash].list, lo, lo_link); in lf_advlockasync() 616 LIST_INSERT_HEAD(&lf_lock_states, ls, ls_link); in lf_advlockasync() 929 LIST_INSERT_HEAD(&x->lf_outedges, e, le_outlink); in lf_add_edge() 930 LIST_INSERT_HEAD(&y->lf_inedges, e, le_inlink); in lf_add_edge() 1099 LIST_INSERT_HEAD(&state->ls_active, lock, lf_link); in lf_insert_lock() 1162 LIST_INSERT_HEAD(granted, deplock, lf_link); in lf_update_dependancies() 1221 LIST_INSERT_HEAD(&granted, lock, lf_link); in lf_activate_lock() 1446 LIST_INSERT_HEAD(&state->ls_pending, lock, lf_link); in lf_setlock() 2359 LIST_INSERT_HEAD(&x->v_outedges, e, e_outlink); in graph_add_edge() 2360 LIST_INSERT_HEAD(&y->v_inedges, e, e_inlink); in graph_add_edge()
|
| H A D | init_main.c | 480 LIST_INSERT_HEAD(&allproc, p, p_list); in proc0_init() 481 LIST_INSERT_HEAD(PIDHASH(0), p, p_hash); in proc0_init() 484 LIST_INSERT_HEAD(PGRPHASH(0), &pgrp0, pg_hash); in proc0_init() 486 LIST_INSERT_HEAD(&pgrp0.pg_members, p, p_pglist); in proc0_init()
|
| H A D | kern_cpuset.c | 246 LIST_INSERT_HEAD(head, set, cs_link); in cpuset_rel_defer() 330 LIST_INSERT_HEAD(&parent->cs_children, set, cs_siblings); in cpuset_init() 332 LIST_INSERT_HEAD(&cpuset_ids, set, cs_link); in cpuset_init() 381 LIST_INSERT_HEAD(list, set, cs_link); in cpuset_freelist_add() 412 LIST_INSERT_HEAD(list, set, ds_link); in domainset_freelist_add() 500 LIST_INSERT_HEAD(&cpuset_domains, domain, ds_link); in _domainset_create() 510 LIST_INSERT_HEAD(freelist, domain, ds_link); in _domainset_create() 1174 LIST_INSERT_HEAD(cpusets, pbase, cs_link); in cpuset_setproc_newbase() 1613 LIST_INSERT_HEAD(&cpuset_ids, set, cs_link); in cpuset_thread0()
|
| H A D | kern_hhook.c | 326 LIST_INSERT_HEAD(&V_hhook_vhead_list, tmphhh, hhh_vnext); in hhook_head_register() 329 LIST_INSERT_HEAD(&hhook_head_list, tmphhh, hhh_next); in hhook_head_register()
|
| H A D | subr_lock.c | 307 LIST_INSERT_HEAD(&type->lpt_lpoalloc, &type->lpt_objs[i], in lock_prof_init_type() 590 LIST_INSERT_HEAD(head, l, lpo_link); in lock_profile_object_lookup() 720 LIST_INSERT_HEAD(&type->lpt_lpoalloc, l, lpo_link); in lock_profile_release_lock()
|
| H A D | kern_fork.c | 391 LIST_INSERT_HEAD(&allproc, p2, p_list); in do_fork() 396 LIST_INSERT_HEAD(PIDHASH(p2->p_pid), p2, p_hash); in do_fork() 626 LIST_INSERT_HEAD(&pptr->p_children, p2, p_sibling); in do_fork() 628 LIST_INSERT_HEAD(&p2->p_reaper->p_reaplist, p2, p_reapsibling); in do_fork()
|
| H A D | kern_loginclass.c | 162 LIST_INSERT_HEAD(&loginclasses, new_lc, lc_next); in loginclass_find()
|
| H A D | subr_gtaskqueue.c | 353 LIST_INSERT_HEAD(&queue->tq_active, &tb, tb_link); in gtaskqueue_run_locked() 685 LIST_INSERT_HEAD(&qgroup->tqg_queue[qid].tgc_tasks, gtask, gt_list); in taskqgroup_attach() 722 LIST_INSERT_HEAD(&qgroup->tqg_queue[qid].tgc_tasks, gtask, gt_list); in taskqgroup_attach_cpu()
|
| H A D | subr_sfbuf.c | 159 LIST_INSERT_HEAD(hash_list, sf, list_entry); in sf_buf_alloc()
|
| /f-stack/freebsd/netgraph/atm/ |
| H A D | ngatmbase.c | 258 LIST_INSERT_HEAD(&ngatm_freeuni, m, link); in _uni_msg_alloc() 268 LIST_INSERT_HEAD(&ngatm_useduni, m, link); in _uni_msg_alloc() 308 LIST_INSERT_HEAD(&ngatm_freeuni, d, link); in _uni_msg_destroy() 372 LIST_INSERT_HEAD(&ngatm_freeuni, a, link); in uni_msg_alloc() 396 LIST_INSERT_HEAD(&ngatm_freeuni, a, link); in uni_msg_destroy()
|
| /f-stack/lib/ |
| H A D | ff_init_main.c | 393 LIST_INSERT_HEAD(&allproc, p, p_list); in proc0_init() 394 LIST_INSERT_HEAD(PIDHASH(0), p, p_hash); in proc0_init() 397 LIST_INSERT_HEAD(PGRPHASH(0), &pgrp0, pg_hash); in proc0_init() 399 LIST_INSERT_HEAD(&pgrp0.pg_members, p, p_pglist); in proc0_init() 415 LIST_INSERT_HEAD(TIDHASH(td->td_tid), td, td_hash); in proc0_init()
|
| /f-stack/freebsd/arm64/coresight/ |
| H A D | coresight_cmd.c | 65 LIST_INSERT_HEAD(&event->endplist, endp, in coresight_next_device() 74 LIST_INSERT_HEAD(&event->endplist, out_endp, endplink); in coresight_next_device()
|
| /f-stack/dpdk/drivers/net/ionic/ |
| H A D | ionic_rx_filter.c | 98 LIST_INSERT_HEAD(&lif->rx_filters.by_hash[key], f, by_hash); in ionic_rx_filter_save() 102 LIST_INSERT_HEAD(&lif->rx_filters.by_id[key], f, by_id); in ionic_rx_filter_save()
|
| /f-stack/freebsd/net/ |
| H A D | raw_cb.c | 100 LIST_INSERT_HEAD(&V_rawcb_list, rp, list); in raw_attach()
|
| /f-stack/freebsd/security/audit/ |
| H A D | audit_bsm_db.c | 167 LIST_INSERT_HEAD(&evcl->head, evc, entry); in au_evclassmap_insert() 262 LIST_INSERT_HEAD(&enl->enl_head, ene, ene_entry); in au_evnamemap_insert()
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_mr.c | 95 LIST_INSERT_HEAD(&sh->share_cache.mr_free_list, mr, mr); in mlx5_mr_mem_event_free_cb() 281 LIST_INSERT_HEAD(&sh->share_cache.mr_list, mr, mr); in mlx5_mr_update_ext_mp_cb() 355 LIST_INSERT_HEAD(&sh->share_cache.mr_list, mr, mr); in mlx5_dma_map()
|
| /f-stack/lib/include/vm/ |
| H A D | uma_int.h | 119 LIST_INSERT_HEAD(hash_list, up, list_entry); in vsetzoneslab()
|
| /f-stack/freebsd/netgraph/bluetooth/hci/ |
| H A D | ng_hci_misc.c | 185 LIST_INSERT_HEAD(&unit->neighbors, n, next); in ng_hci_new_neighbor() 299 LIST_INSERT_HEAD(&unit->con_list, con, next); in ng_hci_new_con()
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | undefined.c | 138 LIST_INSERT_HEAD(&undef_handlers[user ? 0 : 1], uh, uh_link); in install_undef_handler()
|
| /f-stack/dpdk/drivers/net/mvpp2/ |
| H A D | mrvl_mtr.c | 106 LIST_INSERT_HEAD(&priv->profiles, prof, next); in mrvl_meter_profile_add() 355 LIST_INSERT_HEAD(&priv->mtrs, mtr, next); in mrvl_create()
|
| /f-stack/freebsd/security/mac/ |
| H A D | mac_framework.c | 567 LIST_INSERT_HEAD(&mac_static_policy_list, mpc, mpc_list); in mac_policy_register() 569 LIST_INSERT_HEAD(&mac_policy_list, mpc, mpc_list); in mac_policy_register()
|
| /f-stack/freebsd/netinet/ |
| H A D | sctp_pcb.c | 187 LIST_INSERT_HEAD(bucket, vrf, next_vrf); in sctp_allocate_vrf() 1877 LIST_INSERT_HEAD(head, tinp, sctp_hash); in sctp_swap_inpcb_for_listen() 1885 LIST_INSERT_HEAD(head, inp, sctp_hash); in sctp_swap_inpcb_for_listen() 2656 LIST_INSERT_HEAD(head, new_inp, sctp_hash); in sctp_move_pcb_and_assoc() 2672 LIST_INSERT_HEAD(lhd, stcb, sctp_tcbasocidhash); in sctp_move_pcb_and_assoc() 2703 LIST_INSERT_HEAD(&new_inp->sctp_addr_list, laddr, in sctp_move_pcb_and_assoc() 2785 LIST_INSERT_HEAD(list, laddr, sctp_nxt_addr); in sctp_insert_laddr() 3211 LIST_INSERT_HEAD(head, inp, sctp_hash); in sctp_inpcb_bind() 4145 LIST_INSERT_HEAD(head, stcb, sctp_tcbasocidhash); in sctp_aloc_a_assoc_id() 4345 LIST_INSERT_HEAD(head, stcb, sctp_asocs); in sctp_aloc_assoc() [all …]
|
| /f-stack/dpdk/drivers/net/ice/base/ |
| H A D | ice_osdep.h | 335 #define LIST_ADD(entry, list_head) LIST_INSERT_HEAD(list_head, entry, next) 345 LIST_INSERT_HEAD(head, entry, next); in list_add_tail()
|
| /f-stack/freebsd/security/mac_veriexec/ |
| H A D | veriexec_metadata.c | 343 LIST_INSERT_HEAD(head, lp, entries); in find_veriexec_dev() 721 LIST_INSERT_HEAD(&(lp->file_head), ip, entries); in mac_veriexec_metadata_add_file()
|