Searched refs:refcount_init (Results 1 – 11 of 11) sorted by relevance
/dflybsd-src/sys/kern/ |
H A D | kern_sfbuf.c | 61 refcount_init(&sf->ref, 0); in sf_buf_cache_ctor() 100 refcount_init(&sf->ref, 1); in sf_buf_alloc()
|
H A D | init_main.c | 404 refcount_init(&pgrp0.pg_refs, 1); in proc0_init() 446 refcount_init(&p->p_sigacts->ps_refcnt, 1); in proc0_init()
|
H A D | kern_exec.c | 418 refcount_init(&nps->ps_refcnt, 1); in kern_execve() 603 refcount_init(&pa->ar_ref, 1); in kern_execve()
|
H A D | kern_proc.c | 757 refcount_init(&pgrp->pg_refs, 1); in enterpgrp() 1966 refcount_init(&pa->ar_ref, 1); in sysctl_kern_proc_args()
|
H A D | kern_fork.c | 526 refcount_init(&p2->p_sigacts->ps_refcnt, 1); in fork1()
|
/dflybsd-src/sys/sys/ |
H A D | refcount.h | 43 refcount_init(volatile u_int *countp, u_int value) in refcount_init() function
|
H A D | sglist.h | 70 refcount_init(&sg->sg_refs, 1); in sglist_init()
|
/dflybsd-src/sys/vfs/fuse/ |
H A D | fuse_ipc.c | 98 refcount_init(&fip->refcnt, 1); in fuse_ipc_get()
|
H A D | fuse_device.c | 56 refcount_init(&fmp->refcnt, 1); in fuse_device_open()
|
/dflybsd-src/sys/net/wg/ |
H A D | wg_noise.c | 303 refcount_init(&l->l_refcnt, 1); in noise_local_alloc() 431 refcount_init(&r->r_refcnt, 1); in noise_remote_alloc() 1308 refcount_init(&kp->kp_refcnt, 1); in noise_begin_session()
|
/dflybsd-src/sys/vfs/autofs/ |
H A D | autofs.c | 361 refcount_init(&ar->ar_refcount, 1); in autofs_trigger_one()
|