Home
last modified time | relevance | path

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

1234

/dragonfly/lib/libc/citrus/
HDcitrus_hash.h43 LIST_INIT(&(head)->chh_table[_ch_loop]); \
/dragonfly/usr.sbin/mtree/
HDexcludes.c61 LIST_INIT(&excludes); in init_excludes()
/dragonfly/usr.sbin/bthcid/
HDclient.c85 LIST_INIT(&client_list); in init_control()
86 LIST_INIT(&item_list); in init_control()
/dragonfly/libexec/dma/
HDspool.c167 LIST_INIT(&itmqueue.queue); in readqueuef()
292 LIST_INIT(&queue->queue); in load_queue()
HDmail.c63 LIST_INIT(&bounceq.queue); in bounce()
/dragonfly/sys/vfs/ufs/
HDffs_softdep.c870 LIST_INIT(&pagedep->pd_dirremhd); in pagedep_lookup()
871 LIST_INIT(&pagedep->pd_pendinghd); in pagedep_lookup()
873 LIST_INIT(&pagedep->pd_diraddhd[i]); in pagedep_lookup()
960 LIST_INIT(&inodedep->id_pendinghd); in inodedep_lookup()
961 LIST_INIT(&inodedep->id_inowait); in inodedep_lookup()
962 LIST_INIT(&inodedep->id_bufwait); in inodedep_lookup()
1048 LIST_INIT(&mkdirlisthd); in softdep_initialize()
1049 LIST_INIT(&softdep_workitem_pending); in softdep_initialize()
1228 LIST_INIT(&bmsafemap->sm_allocdirecthd); in bmsafemap_lookup()
1229 LIST_INIT(&bmsafemap->sm_allocindirhd); in bmsafemap_lookup()
[all …]
/dragonfly/lib/libc/sysvipc/
HDsysvipc_hash.c60 LIST_INIT(&hashtable->entries[i]); in _hash_init()
/dragonfly/sys/kern/
HDkern_subr.c342 LIST_INIT(&hashtbl[i]); in hashinit()
406 LIST_INIT(&hashtbl[i]); in phashinit()
HDsubr_gtaskqueue.c122 LIST_INIT(&queue->tq_active); in _gtaskqueue_create()
591 LIST_INIT(&qcpu->tgc_tasks); in taskqgroup_cpu_create()
HDkern_proc.c214 LIST_INIT(&prg->allproc); in procinit()
215 LIST_INIT(&prg->allsess); in procinit()
216 LIST_INIT(&prg->allpgrp); in procinit()
753 LIST_INIT(&pgrp->pg_members); in enterpgrp()
/dragonfly/sys/net/wg/
HDwg_noise.c265 LIST_INIT(&noise_locals); in noise_init()
266 LIST_INIT(&noise_remotes); in noise_init()
267 LIST_INIT(&noise_keypairs); in noise_init()
308 LIST_INIT(&l->l_remote_hash[i]); in noise_local_alloc()
312 LIST_INIT(&l->l_index_hash[i]); in noise_local_alloc()
/dragonfly/sys/netgraph7/bluetooth/l2cap/
HDng_l2cap_main.c125 LIST_INIT(&l2cap->con_list); in ng_l2cap_constructor()
126 LIST_INIT(&l2cap->chan_list); in ng_l2cap_constructor()
/dragonfly/usr.sbin/pw/
HDpw.c129 LIST_INIT(&arglist); in main()
/dragonfly/sys/net/dummynet/
HDip_dummynet.c1280 LIST_INIT(&pipe_list); in dummynet_flush()
1291 LIST_INIT(&fs_list); in dummynet_flush()
1416 LIST_INIT(&x->rq[i]); in alloc_hash()
1987 LIST_INIT(&pipe_table[i]); in ip_dn_init_dispatch()
1990 LIST_INIT(&flowset_table[i]); in ip_dn_init_dispatch()
/dragonfly/sys/net/dummynet3/
HDip_dummynet3.c1297 LIST_INIT(&pipe_list); in dummynet_flush()
1307 LIST_INIT(&fs_list); in dummynet_flush()
1421 LIST_INIT(&x->rq[i]); in alloc_hash()
1958 LIST_INIT(&pipe_table[i]); in ip_dn_init_dispatch()
1961 LIST_INIT(&flowset_table[i]); in ip_dn_init_dispatch()
/dragonfly/lib/libthread_xu/thread/
HDthr_list.c98 LIST_INIT(&thr_hashtable[i]); in _thr_list_init()
/dragonfly/share/man/man3/
HDMakefile25 MLINKS+=queue.3 LIST_INIT.3
/dragonfly/usr.sbin/sysvipcd/
HDsysvipcd.c146 LIST_INIT(&cl->ids_attached); in daemon_add_client()
/dragonfly/lib/libssh/openbsd-compat/
HDsys-queue.h70 #undef LIST_INIT
294 #define LIST_INIT(head) do { \ macro
/dragonfly/sys/sys/
HDbuf2.h208 LIST_INIT(&bp->b_dep); in buf_dep_init()
/dragonfly/sys/dev/netif/mii_layer/
HDmii.c135 LIST_INIT(&mii->mii_phys); in miibus_probe()
/dragonfly/sys/net/pf/
HDif_pflog.c106 LIST_INIT(&pflogif_list); in pflogattach()
/dragonfly/sys/net/
HDraw_usrreq.c60 LIST_INIT(&rawcb_list); in raw_init()
/dragonfly/sys/net/wg/selftest/
HDallowedips.c69 LIST_INIT(&peer->p_aips); in test_aip_peer_new()
100 LIST_INIT(&table->head); in horrible_allowedips_init()
/dragonfly/sys/netgraph/etf/
HDng_etf.c191 LIST_INIT((privdata->hashtable + i)); in ng_etf_constructor()

1234