lib/libc/stdlib/malloc.c
1035
LIST_INSERT_HEAD(&d->chunk_info_list[bucket], p,
lib/libc/stdlib/malloc.c
1080
LIST_INSERT_HEAD(&d->chunk_dir[bucket][listnum], bp, entries);
lib/libc/stdlib/malloc.c
1290
LIST_INSERT_HEAD(mp, info, entries);
lib/libc/stdlib/malloc.c
1311
LIST_INSERT_HEAD(mp, info, entries);
lib/libc/thread/rthread_file.c
158
LIST_INSERT_HEAD(&flh[idx].head, p, entry);
lib/librthread/rthread.c
205
LIST_INSERT_HEAD(&_thread_list, thread, threads);
lib/librthread/rthread.c
394
LIST_INSERT_HEAD(&_thread_list, thread, threads);
lib/librthread/rthread_fork.c
94
LIST_INSERT_HEAD(&_thread_list, me, threads);
libexec/ld.so/malloc.c
549
LIST_INSERT_HEAD(&d->chunk_info_list[bits],
libexec/ld.so/malloc.c
584
LIST_INSERT_HEAD(&d->chunk_dir[bits][listnum], bp, entries);
libexec/ld.so/malloc.c
768
LIST_INSERT_HEAD(mp, info, entries);
libexec/ld.so/malloc.c
786
LIST_INSERT_HEAD(mp, info, entries);
libexec/spamd/sync.c
106
LIST_INSERT_HEAD(&sync_hosts, shost, h_entry);
sbin/dhcp6leased/engine.c
640
LIST_INSERT_HEAD(&dhcp6leased_interfaces, iface, entries);
sbin/dhcp6leased/frontend.c
606
LIST_INSERT_HEAD(&interfaces, iface, entries);
sbin/dhcpleased/engine.c
667
LIST_INSERT_HEAD(&dhcpleased_interfaces, iface, entries);
sbin/dhcpleased/frontend.c
639
LIST_INSERT_HEAD(&interfaces, iface, entries);
sbin/dhcpleased/frontend.c
742
LIST_INSERT_HEAD(&interfaces, iface, entries);
sbin/isakmpd/conf.c
183
LIST_INSERT_HEAD(&conf_bindings[conf_hash(section)], node, link);
sbin/isakmpd/doi.c
58
LIST_INSERT_HEAD(&doi_tab, doi, link);
sbin/isakmpd/exchange.c
531
LIST_INSERT_HEAD(&exchange_tab[bucket], exchange, link);
sbin/isakmpd/ike_phase_1.c
1306
LIST_INSERT_HEAD(&vs->attrs, node, link);
sbin/isakmpd/ike_phase_1.c
1424
LIST_INSERT_HEAD(&vs->attrs, node, link);
sbin/isakmpd/isakmp_cfg.c
727
LIST_INSERT_HEAD(&ie->attrs, attr, link);
sbin/isakmpd/sa.c
346
LIST_INSERT_HEAD(&sa_tab[bucket], sa, link);
sbin/isakmpd/transport.c
170
LIST_INSERT_HEAD(&transport_method_list, t, link);
sbin/isakmpd/transport.c
88
LIST_INSERT_HEAD(&transport_list, t, link);
sbin/isakmpd/virtual.c
125
LIST_INSERT_HEAD(&virtual_listen_list,
sbin/isakmpd/virtual.c
134
LIST_INSERT_HEAD(&virtual_listen_list,
sbin/isakmpd/virtual.c
519
LIST_INSERT_HEAD(&virtual_listen_list, (struct virtual_transport *)t,
sbin/isakmpd/x509.c
598
LIST_INSERT_HEAD(&x509_tab[bucket], certh, link);
sbin/pdisk/partition_map.c
668
LIST_INSERT_HEAD(&map->disk_order, entry, disk_entry);
sbin/pdisk/partition_map.c
695
LIST_INSERT_HEAD(&map->base_order, entry, base_entry);
sbin/pfctl/pfctl_osfp.c
705
LIST_INSERT_HEAD(list, nm_entry, nm_entry);
sbin/pfctl/pfctl_osfp.c
748
LIST_INSERT_HEAD(&new, nm, nm_entry);
sbin/pfctl/pfctl_osfp.c
757
LIST_INSERT_HEAD(nml, nm, nm_entry);
sbin/slaacd/engine.c
1320
LIST_INSERT_HEAD(&slaacd_interfaces, iface, entries);
sbin/slaacd/engine.c
1509
LIST_INSERT_HEAD(&radv->prefixes, prefix, entries);
sbin/slaacd/engine.c
1539
LIST_INSERT_HEAD(&radv->rdns_servers, rdns,
sbin/slaacd/engine.c
1867
LIST_INSERT_HEAD(&iface->radvs, ra, entries);
sbin/slaacd/engine.c
2210
LIST_INSERT_HEAD(&iface->addr_proposals, addr_proposal, entries);
sbin/slaacd/engine.c
2274
LIST_INSERT_HEAD(&iface->dfr_proposals, dfr_proposal, entries);
sbin/slaacd/engine.c
2362
LIST_INSERT_HEAD(&iface->rdns_proposals, rdns_proposal, entries);
sbin/slaacd/frontend.c
540
LIST_INSERT_HEAD(&interfaces, iface, entries);
sys/arch/amd64/amd64/pmap.c
1407
LIST_INSERT_HEAD(&pmaps, pmap, pm_list);
sys/arch/arm/arm/cpu.c
759
LIST_INSERT_HEAD(&opp_tables, ot, ot_list);
sys/arch/arm/arm/undefined.c
91
LIST_INSERT_HEAD(&undefined_handlers[coproc], uh, uh_link);
sys/arch/arm64/arm64/cpu.c
2249
LIST_INSERT_HEAD(&opp_tables, ot, ot_list);
sys/arch/arm64/arm64/intr.c
238
LIST_INSERT_HEAD(&prereg_interrupts, ip, ip_list);
sys/arch/arm64/arm64/intr.c
322
LIST_INSERT_HEAD(&interrupt_controllers, ic, ic_list);
sys/arch/arm64/arm64/pmap.c
585
LIST_INSERT_HEAD(&(pg->mdpage.pv_list), pted, pted_pv_list);
sys/arch/arm64/dev/agintc.c
1930
LIST_INSERT_HEAD(&sc->sc_msi_devices, md, md_list);
sys/arch/arm64/dev/aplcpu.c
264
LIST_INSERT_HEAD(&sc->sc_opp_tables, ot, ot_list);
sys/arch/armv7/armv7/intr.c
233
LIST_INSERT_HEAD(&prereg_interrupts, ip, ip_list);
sys/arch/armv7/armv7/intr.c
293
LIST_INSERT_HEAD(&interrupt_controllers, ic, ic_list);
sys/arch/armv7/omap/omdisplay.c
1283
LIST_INSERT_HEAD(&(sc->sc_screens), scr, link);
sys/arch/i386/i386/pmap.c
1430
LIST_INSERT_HEAD(&pmaps, pmap, pm_list);
sys/arch/i386/i386/pmapae.c
1039
LIST_INSERT_HEAD(&pmaps, pmap, pm_list);
sys/arch/i386/isa/ahc_isa.c
317
LIST_INSERT_HEAD(&ahc_isa_all_slots, as, link);
sys/arch/luna88k/luna88k/isr.c
113
LIST_INSERT_HEAD(list, newisr, isr_link);
sys/arch/macppc/stand/alloc.c
173
LIST_INSERT_HEAD(&allocatedlist, f, list);
sys/arch/macppc/stand/alloc.c
198
LIST_INSERT_HEAD(&freelist, a, list);
sys/arch/octeon/dev/octcib.c
210
LIST_INSERT_HEAD(&sc->sc_bits[bit], cih, cih_list);
sys/arch/octeon/dev/octeon_intr.c
73
LIST_INSERT_HEAD(&octeon_ic_list, ic, ic_list);
sys/arch/powerpc/powerpc/pmap.c
483
LIST_INSERT_HEAD(&(pg->mdpage.pv_list), pted, pted_pv_list);
sys/arch/powerpc64/dev/xicp.c
195
LIST_INSERT_HEAD(XICP_GIRQHASH(girq), ih, ih_hash);
sys/arch/powerpc64/powerpc64/intr.c
232
LIST_INSERT_HEAD(&interrupt_controllers, ic, ic_list);
sys/arch/powerpc64/powerpc64/pmap.c
1053
LIST_INSERT_HEAD(&pmap_kernel()->pm_slbd,
sys/arch/powerpc64/powerpc64/pmap.c
436
LIST_INSERT_HEAD(&pm->pm_slbd, slbd, slbd_list);
sys/arch/powerpc64/powerpc64/pmap.c
642
LIST_INSERT_HEAD(&(pg->mdpage.pv_list), pted, pted_pv_list);
sys/arch/riscv64/riscv64/cpu.c
712
LIST_INSERT_HEAD(&opp_tables, ot, ot_list);
sys/arch/riscv64/riscv64/intr.c
212
LIST_INSERT_HEAD(&prereg_interrupts, ip, ip_list);
sys/arch/riscv64/riscv64/intr.c
283
LIST_INSERT_HEAD(&interrupt_controllers, ic, ic_list);
sys/arch/riscv64/riscv64/pmap.c
515
LIST_INSERT_HEAD(&(pg->mdpage.pv_list), pted, pted_pv_list);
sys/arch/sparc64/stand/ofwboot/alloc.c
173
LIST_INSERT_HEAD(&allocatedlist, f, list);
sys/arch/sparc64/stand/ofwboot/alloc.c
198
LIST_INSERT_HEAD(&freelist, a, list);
sys/dev/acpi/dsdt.c
430
LIST_INSERT_HEAD(&acpi_memhead, sptr, link);
sys/dev/gpio/gpio.c
425
LIST_INSERT_HEAD(&sc->sc_devs, gdev, sc_next);
sys/dev/gpio/gpio.c
488
LIST_INSERT_HEAD(&sc->sc_names, nm, gp_next);
sys/dev/ic/aic7xxx_openbsd.c
398
LIST_INSERT_HEAD(&ahc->pending_scbs, scb, pending_links);
sys/dev/ic/bwfm.c
1177
LIST_INSERT_HEAD(&sc->sc_chip.ch_list, core, co_link);
sys/dev/ic/if_wi_hostap.c
467
LIST_INSERT_HEAD(&whi->sta_hash[hash], sta, hash);
sys/dev/ic/ncr53c9x.c
773
LIST_INSERT_HEAD(&ti->luns, li, link);
sys/dev/ic/ncr53c9x.c
973
LIST_INSERT_HEAD(&ti->luns, li, link);
sys/dev/ic/vga.c
463
LIST_INSERT_HEAD(&vc->screens, scr, next);
sys/dev/isa/elink.c
91
LIST_INSERT_HEAD(&elink_all_resets, er, er_link);
sys/dev/isa/if_ep_isa.c
162
LIST_INSERT_HEAD(&ep_isa_all_probes, er, er_link);
sys/dev/isa/it.c
240
LIST_INSERT_HEAD(&it_softc_list, sc, sc_list);
sys/dev/mii/mii.c
142
LIST_INSERT_HEAD(&mii->mii_phys, child, mii_list);
sys/dev/ofw/ofw_clock.c
349
LIST_INSERT_HEAD(&reset_devices, rd, rd_list);
sys/dev/ofw/ofw_clock.c
40
LIST_INSERT_HEAD(&clock_devices, cd, cd_list);
sys/dev/ofw/ofw_gpio.c
40
LIST_INSERT_HEAD(&gpio_controllers, gc, gc_list);
sys/dev/ofw/ofw_misc.c
1006
LIST_INSERT_HEAD(&mii_busses, md, md_list);
sys/dev/ofw/ofw_misc.c
1053
LIST_INSERT_HEAD(&iommu_devices, id, id_list);
sys/dev/ofw/ofw_misc.c
1239
LIST_INSERT_HEAD(&mbox_devices, md, md_list);
sys/dev/ofw/ofw_misc.c
134
LIST_INSERT_HEAD(&if_devices, ifd, if_list);
sys/dev/ofw/ofw_misc.c
1358
LIST_INSERT_HEAD(&hwlock_devices, hd, hd_list);
sys/dev/ofw/ofw_misc.c
181
LIST_INSERT_HEAD(&phy_devices, pd, pd_list);
sys/dev/ofw/ofw_misc.c
313
LIST_INSERT_HEAD(&i2c_busses, ib, ib_list);
sys/dev/ofw/ofw_misc.c
359
LIST_INSERT_HEAD(&sfp_devices, sd, sd_list);
sys/dev/ofw/ofw_misc.c
496
LIST_INSERT_HEAD(&pwm_devices, pd, pd_list);
sys/dev/ofw/ofw_misc.c
591
LIST_INSERT_HEAD(&nvmem_cells, nc, nc_list);
sys/dev/ofw/ofw_misc.c
601
LIST_INSERT_HEAD(&nvmem_devices, nd, nd_list);
sys/dev/ofw/ofw_misc.c
63
LIST_INSERT_HEAD(®maps, rm, rm_list);
sys/dev/ofw/ofw_misc.c
793
LIST_INSERT_HEAD(&endpoints, ep, ep_list);
sys/dev/ofw/ofw_misc.c
794
LIST_INSERT_HEAD(&dp->dp_endpoints, ep, ep_plist);
sys/dev/ofw/ofw_misc.c
812
LIST_INSERT_HEAD(&ports->dp_ports, dp, dp_list);
sys/dev/ofw/ofw_misc.c
974
LIST_INSERT_HEAD(&dai_devices, dd, dd_list);
sys/dev/ofw/ofw_pinctrl.c
56
LIST_INSERT_HEAD(&pinctrls, pc, pc_list);
sys/dev/ofw/ofw_power.c
37
LIST_INSERT_HEAD(&power_domain_devices, pd, pd_list);
sys/dev/ofw/ofw_regulator.c
490
LIST_INSERT_HEAD(®ulator_notifiers, rn, rn_list);
sys/dev/ofw/ofw_regulator.c
84
LIST_INSERT_HEAD(®ulator_devices, rd, rd_list);
sys/dev/ofw/ofw_thermal.c
119
LIST_INSERT_HEAD(&thermal_sensors, ts, ts_list);
sys/dev/ofw/ofw_thermal.c
143
LIST_INSERT_HEAD(&cooling_devices, cd, cd_list);
sys/dev/ofw/ofw_thermal.c
515
LIST_INSERT_HEAD(&tz->tz_cdevs, cd, cd_list);
sys/dev/ofw/ofw_thermal.c
522
LIST_INSERT_HEAD(&thermal_zones, tz, tz_list);
sys/dev/pci/drm/drm_linux.c
298
LIST_INSERT_HEAD(&kthread_list, thread, next);
sys/dev/pci/drm/drm_linux.c
3390
LIST_INSERT_HEAD(&dmamem_list, mem, next);
sys/dev/pci/drm/drm_linux.c
3657
LIST_INSERT_HEAD(&pdev_list, pdev, next);
sys/dev/pci/drm/drm_linux.c
3967
LIST_INSERT_HEAD(&pdev_list, pdev, next);
sys/dev/pci/drm/ttm/ttm_pool.c
409
LIST_INSERT_HEAD(&pt->lru, entry, entries);
sys/dev/pci/emuxki.c
1034
LIST_INSERT_HEAD(&(sc->mem), mem, next);
sys/dev/pci/emuxki.c
1053
LIST_INSERT_HEAD(&(sc->mem), mem, next);
sys/dev/pci/emuxki.c
1501
LIST_INSERT_HEAD((&sc->voices), voice, next);
sys/dev/pci/if_mwx.c
1448
LIST_INSERT_HEAD(&q->mt_freelist, &q->mt_data[i], mt_entry);
sys/dev/pci/if_mwx.c
1512
LIST_INSERT_HEAD(&sc->sc_txwi.mt_freelist, mt, mt_entry);
sys/dev/pci/pci.c
530
LIST_INSERT_HEAD(&sc->sc_devs, pd, pd_next);
sys/dev/pcmcia/cfxga.c
534
LIST_INSERT_HEAD(&sc->sc_scr, scr, scr_link);
sys/dev/pv/xen.c
1382
LIST_INSERT_HEAD(&xdl->dl_devs, xdv, dv_entry);
sys/dev/rasops/rasops.c
1423
LIST_INSERT_HEAD(&ri->ri_screens, scr, rs_next);
sys/dev/usb/ehci.c
2545
LIST_INSERT_HEAD(&sc->sc_freeitds, itd, u.free_list);
sys/dev/usb/ehci.c
2572
LIST_INSERT_HEAD(&sc->sc_freeitds, itd, u.free_list);
sys/dev/usb/ohci.c
1721
LIST_INSERT_HEAD(&sc->sc_hash_tds[h], std, hnext);
sys/dev/usb/ohci.c
1749
LIST_INSERT_HEAD(&sc->sc_hash_itds[h], sitd, hnext);
sys/dev/usb/uhci.c
309
LIST_INSERT_HEAD(&(sc)->sc_intrhead, (ex), inext)
sys/dev/usb/usb_mem.c
178
LIST_INSERT_HEAD(&usb_blk_freelist, p, next);
sys/dev/usb/usb_mem.c
233
LIST_INSERT_HEAD(&usb_frag_freelist, f, next);
sys/dev/usb/usb_mem.c
258
LIST_INSERT_HEAD(&usb_frag_freelist, f, next);
sys/dev/usb/usbdi.c
208
LIST_INSERT_HEAD(&iface->pipes, p, next);
sys/isofs/udf/udf_vnops.c
151
LIST_INSERT_HEAD(lh, up, u_le);
sys/kern/init_main.c
266
LIST_INSERT_HEAD(&allprocess, pr, ps_list);
sys/kern/init_main.c
267
LIST_INSERT_HEAD(PIDHASH(0), pr, ps_hash);
sys/kern/init_main.c
273
LIST_INSERT_HEAD(&allproc, p, p_list);
sys/kern/init_main.c
275
LIST_INSERT_HEAD(TIDHASH(0), p, p_hash);
sys/kern/init_main.c
276
LIST_INSERT_HEAD(PGRPHASH(0), &pgrp0, pg_hash);
sys/kern/init_main.c
278
LIST_INSERT_HEAD(&pgrp0.pg_members, pr, ps_pglist);
sys/kern/kern_descrip.c
714
LIST_INSERT_HEAD(&filehead, fp, f_list);
sys/kern/kern_event.c
1098
LIST_INSERT_HEAD(&fdp->fd_kqlist, p->p_kq, kq_next);
sys/kern/kern_event.c
1194
LIST_INSERT_HEAD(&fdp->fd_kqlist, kq, kq_next);
sys/kern/kern_exit.c
296
LIST_INSERT_HEAD(&zombprocess, pr, ps_list);
sys/kern/kern_exit.c
843
LIST_INSERT_HEAD(&parent->ps_children, child, ps_sibling);
sys/kern/kern_exit.c
848
LIST_INSERT_HEAD(&child->ps_pptr->ps_orphans, child, ps_orphan);
sys/kern/kern_fork.c
299
LIST_INSERT_HEAD(&allprocess, pr, ps_list);
sys/kern/kern_fork.c
456
LIST_INSERT_HEAD(&allproc, p, p_list);
sys/kern/kern_fork.c
457
LIST_INSERT_HEAD(TIDHASH(p->p_tid), p, p_hash);
sys/kern/kern_fork.c
458
LIST_INSERT_HEAD(PIDHASH(pr->ps_pid), pr, ps_hash);
sys/kern/kern_fork.c
460
LIST_INSERT_HEAD(&curpr->ps_children, pr, ps_sibling);
sys/kern/kern_fork.c
593
LIST_INSERT_HEAD(&allproc, p, p_list);
sys/kern/kern_fork.c
594
LIST_INSERT_HEAD(TIDHASH(p->p_tid), p, p_hash);
sys/kern/kern_proc.c
146
LIST_INSERT_HEAD(uipp, nuip, ui_hash);
sys/kern/kern_proc.c
299
LIST_INSERT_HEAD(PGRPHASH(pr->ps_pid), pgrp, pg_hash);
sys/kern/kern_proc.c
325
LIST_INSERT_HEAD(&pgrp->pg_members, pr, ps_pglist);
sys/kern/kern_sig.c
2393
LIST_INSERT_HEAD(rmlist, sigio, sio_pgsigio);
sys/kern/kern_sig.c
2517
LIST_INSERT_HEAD(&pr->ps_sigiolst, sigio, sio_pgsigio);
sys/kern/kern_sig.c
2520
LIST_INSERT_HEAD(&pgrp->pg_sigiolst, sigio, sio_pgsigio);
sys/kern/kern_sig.c
2589
LIST_INSERT_HEAD(&newsigio->sio_proc->ps_sigiolst, newsigio,
sys/kern/kern_sig.c
2593
LIST_INSERT_HEAD(&newsigio->sio_pgrp->pg_sigiolst, newsigio,
sys/kern/subr_extent.c
1211
LIST_INSERT_HEAD(&fex->fex_freelist, rp,
sys/kern/subr_extent.c
1220
LIST_INSERT_HEAD(&fex->fex_freelist, rp, er_link);
sys/kern/subr_extent.c
127
LIST_INSERT_HEAD(&ext_list, ex, ex_link);
sys/kern/subr_extent.c
217
LIST_INSERT_HEAD(&fex->fex_freelist, rp, er_link);
sys/kern/subr_extent.c
247
LIST_INSERT_HEAD(&ex->ex_regions, rp, er_link);
sys/kern/subr_extent.c
325
LIST_INSERT_HEAD(&ex->ex_regions, rp, er_link);
sys/kern/uipc_usrreq.c
305
LIST_INSERT_HEAD(&unp_head, unp, unp_link);
sys/kern/vfs_bio.c
1157
LIST_INSERT_HEAD(&bufhead, bp, b_list);
sys/kern/vfs_subr.c
96
#define bufinsvn(bp, dp) LIST_INSERT_HEAD(dp, bp, b_vnbufs)
sys/kern/vfs_sync.c
120
LIST_INSERT_HEAD(&syncer_workitem_pending[slot], vp, v_synclist);
sys/miscfs/fuse/fuse_device.c
266
LIST_INSERT_HEAD(&fuse_d_list, fd, fd_list);
sys/miscfs/fuse/fuse_ihash.c
130
LIST_INSERT_HEAD(ipp, ip, i_hash);
sys/net/bpf.c
400
LIST_INSERT_HEAD(&bpf_d_list, bd, bd_list);
sys/net/bridgectl.c
198
LIST_INSERT_HEAD(&sc->sc_rts[h], p, brt_next);
sys/net/bridgestp.c
2025
LIST_INSERT_HEAD(&bs->bs_bplist, bp, bp_next);
sys/net/if.c
1545
LIST_INSERT_HEAD(&if_cloners, ifc, ifc_list);
sys/net/if_ethersubr.c
979
LIST_INSERT_HEAD(&ac->ac_multiaddrs, enm, enm_list);
sys/net/if_pflog.c
118
LIST_INSERT_HEAD(&pflog_ifs, pflogif, sc_entry);
sys/net/if_ppp.c
229
LIST_INSERT_HEAD(&ppp_softc_list, sc, sc_list);
sys/net/if_pppoe.c
279
LIST_INSERT_HEAD(&pppoe_softc_list, sc, sc_list);
sys/net/if_pppx.c
1040
LIST_INSERT_HEAD(&pppac_devs, sc, sc_entry);
sys/net/if_pppx.c
261
LIST_INSERT_HEAD(&pppx_devs, pxd, pxd_entry);
sys/net/if_pppx.c
660
LIST_INSERT_HEAD(&pxd->pxd_pxis, pxi, pxi_list);
sys/net/if_vlan.c
1109
LIST_INSERT_HEAD(&sc->sc_mc_listhead, mc, mc_entries);
sys/net/if_wg.c
2036
LIST_INSERT_HEAD(&sc->sc_index[key], index, i_entry);
sys/net/if_wg.c
456
LIST_INSERT_HEAD(&sc->sc_peer[idx], peer, p_pubkey_entry);
sys/net/if_wg.c
642
LIST_INSERT_HEAD(&peer->p_aip, aip, a_entry);
sys/net/if_wg.c
649
LIST_INSERT_HEAD(&peer->p_aip, aip, a_entry);
sys/net/pf_ioctl.c
333
LIST_INSERT_HEAD(&tmp_list, w, pft_entry);
sys/net/pf_ioctl.c
4247
LIST_INSERT_HEAD(&pf_ioctl_trans, t, pft_entry);
sys/net/pipex.c
419
LIST_INSERT_HEAD(&pipex_session_list, session, session_list);
sys/net/pipex.c
421
LIST_INSERT_HEAD(chain, session, id_chain);
sys/net/pipex.c
428
LIST_INSERT_HEAD(chain, session, peer_addr_chain);
sys/net/pipex.c
496
LIST_INSERT_HEAD(&pipex_close_wait_list, session, state_list);
sys/net/route.c
1680
LIST_INSERT_HEAD(&rt->rt_timer, rnew, rtt_link);
sys/net/trunklacp.c
523
LIST_INSERT_HEAD(&lsc->lsc_ports, lp, lp_next);
sys/net/wg_cookie.c
422
LIST_INSERT_HEAD(&rl->rl_table[key & rl->rl_table_mask], r, r_entry);
sys/netinet/if_ether.c
262
LIST_INSERT_HEAD(&arp_list, la, la_list);
sys/netinet/igmp.c
194
LIST_INSERT_HEAD(&rti_head, rti, rti_list);
sys/netinet/igmp.c
226
LIST_INSERT_HEAD(&rti_head, rti, rti_list);
sys/netinet/in_pcb.c
1096
LIST_INSERT_HEAD(head, inp, inp_lhash);
sys/netinet/in_pcb.c
1108
LIST_INSERT_HEAD(head, inp, inp_hash);
sys/netinet/in_pcb.c
1140
LIST_INSERT_HEAD(head, inp, inp_hash);
sys/netinet/ip_carp.c
1932
LIST_INSERT_HEAD(&im6o->im6o_memberships, imm,
sys/netinet/ip_carp.c
1935
LIST_INSERT_HEAD(&im6o->im6o_memberships, imm2,
sys/netinet/ip_carp.c
2541
LIST_INSERT_HEAD(&sc->carp_mc_listhead, mc, mc_entries);
sys/netinet/ip_input.c
1067
LIST_INSERT_HEAD(&fp->ipq_fragq, ipqe, ipqe_q);
sys/netinet/ip_input.c
982
LIST_INSERT_HEAD(&ipq, fp, ipq_q);
sys/netinet/ip_ipsp.c
1357
LIST_INSERT_HEAD(&ipsp_ids_gc_list, ids, id_gc_list);
sys/netinet/tcp_input.c
3329
LIST_INSERT_HEAD(&tp->t_sc, sc, sc_tpq);
sys/netinet6/frag6.c
370
LIST_INSERT_HEAD(&q6->ip6q_asfrag, ip6af, ip6af_list);
sys/netinet6/icmp6.c
226
LIST_INSERT_HEAD(&icmp6_mtudisc_callbacks, mc, mc_list);
sys/netinet6/in6.c
770
LIST_INSERT_HEAD(&ia6->ia6_memberships, imm, i6mm_chain);
sys/netinet6/in6.c
823
LIST_INSERT_HEAD(&ia6->ia6_memberships, imm, i6mm_chain);
sys/netinet6/in6.c
867
LIST_INSERT_HEAD(&ia6->ia6_memberships, imm, i6mm_chain);
sys/netinet6/in6_pcb.c
593
LIST_INSERT_HEAD(head, inp, inp_hash);
sys/netinet6/ip6_output.c
2060
LIST_INSERT_HEAD(&im6o->im6o_memberships, imm, i6mm_chain);
sys/nfs/nfs_aiod.c
102
LIST_INSERT_HEAD(&nfs_aiods_idle, aiod, nad_idle);
sys/nfs/nfs_aiod.c
79
LIST_INSERT_HEAD(&nfs_aiods_all, aiod, nad_all);
sys/nfs/nfs_aiod.c
80
LIST_INSERT_HEAD(&nfs_aiods_idle, aiod, nad_idle);
sys/nfs/nfs_srvcache.c
210
LIST_INSERT_HEAD(hash, rp, rc_hash);
sys/ntfs/ntfs_ihash.c
132
LIST_INSERT_HEAD(ipp, ip, i_hash);
sys/ntfs/ntfs_subr.c
334
LIST_INSERT_HEAD(&ip->i_valist, vap, va_list);
sys/ntfs/ntfs_subr.c
741
LIST_INSERT_HEAD(&ip->i_fnlist, fp, f_fnlist);
sys/tmpfs/tmpfs_subr.c
205
LIST_INSERT_HEAD(&tmp->tm_nodes, nnode, tn_entries);
sys/ufs/ufs/ufs_ihash.c
169
LIST_INSERT_HEAD(ipp, ip, i_hash);
sys/ufs/ufs/ufs_quota.c
897
LIST_INSERT_HEAD(dqh, dq, dq_hash);
sys/uvm/uvm_amap.c
87
LIST_INSERT_HEAD(&amap_list, amap, am_list);
sys/uvm/uvm_aobj.c
228
LIST_INSERT_HEAD(swhash, elt, list);
sys/uvm/uvm_aobj.c
432
LIST_INSERT_HEAD(&new_swhash[i], elt, list);
sys/uvm/uvm_aobj.c
589
LIST_INSERT_HEAD(&new_swhash[i], elt, list);
sys/uvm/uvm_aobj.c
751
LIST_INSERT_HEAD(&uao_list, aobj, u_list);
sys/uvm/uvm_device.c
216
LIST_INSERT_HEAD(&udv_list, udv, u_list);
sys/uvm/uvm_swap.c
472
LIST_INSERT_HEAD(&swap_priority, spp, spi_swappri);
sys/uvm/uvm_vnode.c
235
LIST_INSERT_HEAD(&uvn_wlist, uvn, u_wlist);
usr.bin/gencat/gencat.c
625
LIST_INSERT_HEAD(&sethead, p, entries);
usr.bin/gencat/gencat.c
665
LIST_INSERT_HEAD(&curSet->msghead, p, entries);
usr.bin/patch/ed.c
127
LIST_INSERT_HEAD(&head, nline, entries);
usr.bin/patch/ed.c
283
LIST_INSERT_HEAD(&head, line, entries);
usr.bin/sort/file.c
125
LIST_INSERT_HEAD(&tmp_files, item, files);
usr.bin/tmux/job.c
213
LIST_INSERT_HEAD(&all_jobs, job, entry);
usr.bin/tmux/tty-term.c
543
LIST_INSERT_HEAD(&tty_terms, term, entry);
usr.bin/vi/common/cut.c
129
LIST_INSERT_HEAD(&sp->gp->cutq, cbp, q);
usr.bin/vi/common/main.c
89
LIST_INSERT_HEAD(&gp->ecq, &gp->excmd, q);
usr.bin/vi/common/mark.c
165
LIST_INSERT_HEAD(&sp->ep->marks, lmt, q);
usr.bin/vi/common/seq.c
111
LIST_INSERT_HEAD(&sp->gp->seqq, qp, q);
usr.bin/vi/ex/ex_at.c
121
LIST_INSERT_HEAD(&sp->gp->ecq, ecp, q);
usr.bin/vi/ex/ex_global.c
179
LIST_INSERT_HEAD(&sp->gp->ecq, ecp, q);
usr.bin/vi/ex/ex_init.c
273
LIST_INSERT_HEAD(&gp->ecq, ecp, q);
usr.bin/vi/vi/vs_msg.c
894
LIST_INSERT_HEAD(&gp->msgq, mp_n, q);
usr.sbin/acme-client/parse.y
1054
LIST_INSERT_HEAD(&c->used_key_list, k, entry);
usr.sbin/acpidump/acpidump.c
250
LIST_INSERT_HEAD(&maplist, map, link);
usr.sbin/bgpd/mrt.c
1267
LIST_INSERT_HEAD(xconf, xm, entry);
usr.sbin/bgpd/parse.y
4789
LIST_INSERT_HEAD(conf->mrt, n, entry);
usr.sbin/bgpd/pftable.c
148
LIST_INSERT_HEAD(&tables, pft, entry);
usr.sbin/bgpd/rde.c
3392
LIST_INSERT_HEAD(&rde_dump_h, ctx, entry);
usr.sbin/bgpd/rde.c
3457
LIST_INSERT_HEAD(&rde_dump_h, ctx, entry);
usr.sbin/bgpd/rde.c
3532
LIST_INSERT_HEAD(&rde_mrts, ctx, entry);
usr.sbin/bgpd/rde_rib.c
1369
LIST_INSERT_HEAD(&p->nexthop->prefix_h, p, nexthop_l);
usr.sbin/bgpd/rde_rib.c
531
LIST_INSERT_HEAD(&rib_dumps, ctx, entry);
usr.sbin/bgpd/session.c
1413
LIST_INSERT_HEAD(&mrthead, mrt, entry);
usr.sbin/bgplgd/slowcgi.c
501
LIST_INSERT_HEAD(&slowcgi_proc.requests, c, entry);
usr.sbin/btrace/ksyms.c
308
LIST_INSERT_HEAD(&shlib_lh, new_sls, sls_le);
usr.sbin/dhcpd/sync.c
106
LIST_INSERT_HEAD(&sync_hosts, shost, h_entry);
usr.sbin/dvmrpd/neighbor.c
203
LIST_INSERT_HEAD(head, nbr, hash);
usr.sbin/dvmrpd/neighbor.c
207
LIST_INSERT_HEAD(&iface->nbr_list, nbr, entry);
usr.sbin/dvmrpd/parse.y
304
LIST_INSERT_HEAD(&conf->iface_list, iface, entry);
usr.sbin/dvmrpd/rde_mfc.c
453
LIST_INSERT_HEAD(&mn->prune_list, pn, entry);
usr.sbin/dvmrpd/rde_srt.c
518
LIST_INSERT_HEAD(&rn->ds_list, ds_nbr, entry);
usr.sbin/ftp-proxy/ftp-proxy.c
573
LIST_INSERT_HEAD(&sessions, s, entry);
usr.sbin/ldpd/accept.c
61
LIST_INSERT_HEAD(&accept_queue.queue, av, entry);
usr.sbin/ldpd/address.c
383
LIST_INSERT_HEAD(addr_list, new, entry);
usr.sbin/ldpd/adjacency.c
57
LIST_INSERT_HEAD(&global.adj_list, adj, global_entry);
usr.sbin/ldpd/adjacency.c
61
LIST_INSERT_HEAD(&source->link.ia->adj_list, adj, ia_entry);
usr.sbin/ldpd/hello.c
264
LIST_INSERT_HEAD(&leconf->tnbr_list, tnbr, entry);
usr.sbin/ldpd/hello.c
355
LIST_INSERT_HEAD(&nbr->adj_list, adj, nbr_entry);
usr.sbin/ldpd/interface.c
170
LIST_INSERT_HEAD(&global.addr_list, if_addr, entry);
usr.sbin/ldpd/interface.c
190
LIST_INSERT_HEAD(&iface->addr_list, if_addr, entry);
usr.sbin/ldpd/l2vpn.c
590
LIST_INSERT_HEAD(&leconf->tnbr_list, tnbr, entry);
usr.sbin/ldpd/lde.c
1231
LIST_INSERT_HEAD(&fn->upstream, me, entry);
usr.sbin/ldpd/lde.c
1237
LIST_INSERT_HEAD(&fn->downstream, me, entry);
usr.sbin/ldpd/lde.c
500
LIST_INSERT_HEAD(&nconf->iface_list, niface, entry);
usr.sbin/ldpd/lde.c
507
LIST_INSERT_HEAD(&nconf->tnbr_list, ntnbr, entry);
usr.sbin/ldpd/lde.c
514
LIST_INSERT_HEAD(&nconf->nbrp_list, nnbrp, entry);
usr.sbin/ldpd/lde.c
524
LIST_INSERT_HEAD(&nconf->l2vpn_list, nl2vpn, entry);
usr.sbin/ldpd/lde.c
532
LIST_INSERT_HEAD(&nl2vpn->if_list, nlif, entry);
usr.sbin/ldpd/lde.c
540
LIST_INSERT_HEAD(&nl2vpn->pw_list, npw, entry);
usr.sbin/ldpd/lde.c
551
LIST_INSERT_HEAD(&nconf->auth_list, auth, entry);
usr.sbin/ldpd/lde_lib.c
312
LIST_INSERT_HEAD(&fn->nexthops, fnh, entry);
usr.sbin/ldpd/ldpd.c
1066
LIST_INSERT_HEAD(&conf->l2vpn_list, xl, entry);
usr.sbin/ldpd/ldpd.c
1112
LIST_INSERT_HEAD(&l2vpn->if_list, xf, entry);
usr.sbin/ldpd/ldpd.c
1144
LIST_INSERT_HEAD(&l2vpn->pw_list, xp, entry);
usr.sbin/ldpd/ldpd.c
1276
LIST_INSERT_HEAD(&conf->auth_list, xauth, entry);
usr.sbin/ldpd/ldpd.c
898
LIST_INSERT_HEAD(&conf->iface_list, xi, entry);
usr.sbin/ldpd/ldpd.c
950
LIST_INSERT_HEAD(&conf->tnbr_list, xt, entry);
usr.sbin/ldpd/ldpd.c
994
LIST_INSERT_HEAD(&conf->nbrp_list, xn, entry);
usr.sbin/ldpd/ldpe.c
409
LIST_INSERT_HEAD(&nconf->iface_list, niface, entry);
usr.sbin/ldpd/ldpe.c
416
LIST_INSERT_HEAD(&nconf->tnbr_list, ntnbr, entry);
usr.sbin/ldpd/ldpe.c
423
LIST_INSERT_HEAD(&nconf->nbrp_list, nnbrp, entry);
usr.sbin/ldpd/ldpe.c
433
LIST_INSERT_HEAD(&nconf->l2vpn_list, nl2vpn, entry);
usr.sbin/ldpd/ldpe.c
441
LIST_INSERT_HEAD(&nl2vpn->if_list, nlif, entry);
usr.sbin/ldpd/ldpe.c
449
LIST_INSERT_HEAD(&nl2vpn->pw_list, npw, entry);
usr.sbin/ldpd/ldpe.c
460
LIST_INSERT_HEAD(&nconf->auth_list, auth, entry);
usr.sbin/ldpd/neighbor.c
253
LIST_INSERT_HEAD(&nbr->adj_list, adj, nbr_entry);
usr.sbin/ldpd/parse.y
1465
LIST_INSERT_HEAD(&conf->iface_list, i, entry);
usr.sbin/ldpd/parse.y
1483
LIST_INSERT_HEAD(&conf->tnbr_list, t, entry);
usr.sbin/ldpd/parse.y
1501
LIST_INSERT_HEAD(&conf->nbrp_list, n, entry);
usr.sbin/ldpd/parse.y
1516
LIST_INSERT_HEAD(&conf->l2vpn_list, l, entry);
usr.sbin/ldpd/parse.y
1552
LIST_INSERT_HEAD(&l2vpn->if_list, f, entry);
usr.sbin/ldpd/parse.y
1571
LIST_INSERT_HEAD(&l2vpn->pw_list, p, entry);
usr.sbin/ldpd/parse.y
295
LIST_INSERT_HEAD(&conf->auth_list, $1, entry);
usr.sbin/ldpd/parse.y
538
LIST_INSERT_HEAD(&conf->auth_list, $1, entry);
usr.sbin/makefs/cd9660/cd9660_eltorito.c
388
LIST_INSERT_HEAD(&diskStructure->boot_entries, valid_entry, ll_struct);
usr.sbin/npppd/npppd/accept.c
63
LIST_INSERT_HEAD(&accept_queue.queue, av, entry);
usr.sbin/npppd/npppd/npppd.c
2204
LIST_INSERT_HEAD(&ipcpstat->ppp, ppp, ipcpstat_entry);
usr.sbin/npppd/npppd/npppd.c
329
LIST_INSERT_HEAD(&_this->ipcpstats, ipcpstat, entry);
usr.sbin/npppd/npppd/npppd.c
855
LIST_INSERT_HEAD(&destroy_list, ipcpstat, entry);
usr.sbin/npppd/npppd/npppd.c
862
LIST_INSERT_HEAD(&_this->ipcpstats, ipcpstat, entry);
usr.sbin/npppd/npppd/npppd.c
873
LIST_INSERT_HEAD(&_this->ipcpstats, ipcpstat, entry);
usr.sbin/ospf6d/lsupdate.c
603
LIST_INSERT_HEAD(head, ref, entry);
usr.sbin/ospf6d/neighbor.c
264
LIST_INSERT_HEAD(head, nbr, hash);
usr.sbin/ospf6d/neighbor.c
292
LIST_INSERT_HEAD(head, nbr, hash);
usr.sbin/ospf6d/neighbor.c
297
LIST_INSERT_HEAD(&iface->nbr_list, nbr, entry);
usr.sbin/ospf6d/ospf6d.c
715
LIST_INSERT_HEAD(&conf->area_list, xa, entry);
usr.sbin/ospf6d/ospf6d.c
795
LIST_INSERT_HEAD(&a->iface_list, xi, entry);
usr.sbin/ospf6d/ospfe.c
395
LIST_INSERT_HEAD(&noeconf->area_list, narea, entry);
usr.sbin/ospf6d/parse.y
1168
LIST_INSERT_HEAD(&conf->area_list, a, entry);
usr.sbin/ospf6d/parse.y
545
LIST_INSERT_HEAD(&area->iface_list, iface, entry);
usr.sbin/ospf6d/rde.c
1000
LIST_INSERT_HEAD(head, nbrself, hash);
usr.sbin/ospf6d/rde.c
1053
LIST_INSERT_HEAD(head, nbr, hash);
usr.sbin/ospf6d/rde.c
1054
LIST_INSERT_HEAD(&area->nbr_list, nbr, entry);
usr.sbin/ospf6d/rde.c
803
LIST_INSERT_HEAD(&nconf->area_list, narea, entry);
usr.sbin/ospfd/interface.c
727
LIST_INSERT_HEAD(&ifglist, ifg, entry);
usr.sbin/ospfd/lsupdate.c
592
LIST_INSERT_HEAD(head, ref, entry);
usr.sbin/ospfd/neighbor.c
263
LIST_INSERT_HEAD(head, nbr, hash);
usr.sbin/ospfd/neighbor.c
290
LIST_INSERT_HEAD(head, nbr, hash);
usr.sbin/ospfd/neighbor.c
294
LIST_INSERT_HEAD(&iface->nbr_list, nbr, entry);
usr.sbin/ospfd/ospfd.c
757
LIST_INSERT_HEAD(&conf->area_list, xa, entry);
usr.sbin/ospfd/ospfd.c
870
LIST_INSERT_HEAD(&a->iface_list, xi, entry);
usr.sbin/ospfd/ospfe.c
423
LIST_INSERT_HEAD(&noeconf->area_list, narea, entry);
usr.sbin/ospfd/ospfe.c
436
LIST_INSERT_HEAD(&narea->iface_list, niface, entry);
usr.sbin/ospfd/parse.y
1361
LIST_INSERT_HEAD(&conf->area_list, a, entry);
usr.sbin/ospfd/parse.y
714
LIST_INSERT_HEAD(&area->iface_list, iface, entry);
usr.sbin/ospfd/rde.c
1000
LIST_INSERT_HEAD(head, nbr, hash);
usr.sbin/ospfd/rde.c
1001
LIST_INSERT_HEAD(&area->nbr_list, nbr, entry);
usr.sbin/ospfd/rde.c
714
LIST_INSERT_HEAD(&nconf->area_list, narea, entry);
usr.sbin/ospfd/rde.c
734
LIST_INSERT_HEAD(&narea->iface_list, niface, entry);
usr.sbin/ospfd/rde.c
943
LIST_INSERT_HEAD(head, nbrself, hash);
usr.sbin/procmap/procmap.c
1028
LIST_INSERT_HEAD(&lcache, ce, ce_next);
usr.sbin/ripd/neighbor.c
187
LIST_INSERT_HEAD(head, nbr, hash);
usr.sbin/ripd/neighbor.c
191
LIST_INSERT_HEAD(&iface->nbr_list, nbr, entry);
usr.sbin/ripd/neighbor.c
294
LIST_INSERT_HEAD(&iface->failed_nbr_list, nbr_failed, entry);
usr.sbin/ripd/parse.y
349
LIST_INSERT_HEAD(&conf->iface_list, iface, entry);
usr.sbin/rpc.lockd/lockd_lock.c
319
LIST_INSERT_HEAD(&lcklst_head, newfl, lcklst);
usr.sbin/rpc.lockd/lockd_lock.c
338
LIST_INSERT_HEAD(&lcklst_head, newfl, lcklst);
usr.sbin/rpc.lockd/lockd_lock.c
800
LIST_INSERT_HEAD(&hostlst_head, hp, hostlst);
usr.sbin/rpki-client/http.c
1871
LIST_INSERT_HEAD(&active, conn, entry);
usr.sbin/rpki-client/http.c
2028
LIST_INSERT_HEAD(&active, conn, entry);
usr.sbin/rpki-client/http.c
667
LIST_INSERT_HEAD(&active, conn, entry);
usr.sbin/rpki-client/http.c
851
LIST_INSERT_HEAD(&active, conn, entry);
usr.sbin/rpki-client/http.c
942
LIST_INSERT_HEAD(&idle, conn, entry);
usr.sbin/rpki-client/main.c
917
LIST_INSERT_HEAD(&skiplist, le, entry);
usr.sbin/rpki-client/main.c
944
LIST_INSERT_HEAD(&shortlist, le, entry);
usr.sbin/sasyncd/conf.y
195
LIST_INSERT_HEAD(&cfgstate.peerlist, peer, link);
usr.sbin/slowcgi/slowcgi.c
512
LIST_INSERT_HEAD(&slowcgi_proc.requests, c, entry);
usr.sbin/tcpdump/pfctl_osfp.c
702
LIST_INSERT_HEAD(list, nm_entry, nm_entry);
usr.sbin/tcpdump/pfctl_osfp.c
745
LIST_INSERT_HEAD(&new, nm, nm_entry);
usr.sbin/tcpdump/pfctl_osfp.c
754
LIST_INSERT_HEAD(nml, nm, nm_entry);
usr.sbin/ypserv/ypserv/ypserv_db.c
307
LIST_INSERT_HEAD(&doms, d, domsl);
usr.sbin/ypserv/ypserv/ypserv_db.c
330
LIST_INSERT_HEAD(&d->dmaps, m, mapsl);