Searched refs:refcount_init (Results 1 - 25 of 51) sorted by relevance

123

/freebsd-10-stable/sys/sys/
H A Drefcount.h42 refcount_init(volatile u_int *count, u_int value) function
H A Dsglist.h67 refcount_init(&sg->sg_refs, 1);
/freebsd-10-stable/sys/ofed/include/linux/
H A Dkref.h46 refcount_init(&kref->refcount.counter, 1);
/freebsd-10-stable/sys/dev/drm2/ttm/
H A Dttm_object.c163 refcount_init(&base->refcount, 1);
296 refcount_init(&ref->kref, 1);
401 refcount_init(&tfile->refcount, 1);
H A Dttm_memory.c208 refcount_init(&zone->kobj_ref, 1);
244 refcount_init(&zone->kobj_ref, 1);
262 refcount_init(&glob->kobj_ref, 1);
H A Dttm_bo_util.c430 refcount_init(&fbo->list_kref, 1);
431 refcount_init(&fbo->kref, 1);
H A Dttm_bo.c1256 refcount_init(&bo->kref, 1);
1257 refcount_init(&bo->list_kref, 1);
1526 refcount_init(&glob->kobj_ref, 1);
H A Dttm_page_alloc.c832 refcount_init(&_manager->kobj_ref, 1);
/freebsd-10-stable/sys/kern/
H A Dkern_loginclass.c135 refcount_init(&newlc->lc_refcount, 1);
H A Dkern_hhook.c315 refcount_init(&tmphhh->hhh_refcount, 1);
H A Dkern_khelp.c76 refcount_init(&h->h_refcount, 0);
H A Dsys_procdesc.c248 refcount_init(&pd->pd_refcount, 2);
H A Dinit_main.c479 refcount_init(&session0.s_count, 1);
H A Dkern_resource.c1136 refcount_init(&limp->pl_refcnt, 1);
1293 refcount_init(&uip->ui_ref, 0);
H A Dkern_rctl.c786 refcount_init(&rule->rr_refcount, 1);
810 refcount_init(&copy->rr_refcount, 1);
/freebsd-10-stable/sys/dev/cas/
H A Dif_casvar.h230 refcount_init(&(rxds)->rxds_refcount, 1); \
/freebsd-10-stable/sys/kgssapi/krb5/
H A Dkcrypto.c70 refcount_init(&ks->ks_refs, 1);
/freebsd-10-stable/sys/rpc/
H A Dauth_unix.c189 refcount_init(&au->au_refs, 1);
/freebsd-10-stable/sys/dev/filemon/
H A Dfilemon.c423 refcount_init(&filemon->refcnt, 1);
/freebsd-10-stable/sys/dev/drm2/
H A Ddrm_stub.c112 refcount_init(&master->refcount, 1);
/freebsd-10-stable/sys/dev/iscsi/
H A Dicl.c1132 refcount_init(&ic->ic_outstanding_pdus, 0);
1442 refcount_init(&icl_ncons, 0);
/freebsd-10-stable/sys/fs/autofs/
H A Dautofs.c441 refcount_init(&ar->ar_refcount, 1);
/freebsd-10-stable/sys/dev/drm2/radeon/
H A Dradeon_fence.c113 refcount_init(&((*fence)->kref), 1);
/freebsd-10-stable/sys/fs/fuse/
H A Dfuse_ipc.c225 refcount_init(&ftick->tk_refcount, 1);
/freebsd-10-stable/sys/dev/cxgb/ulp/tom/
H A Dcxgb_listen.c108 refcount_init(&lctx->refcnt, 1);
590 refcount_init(&synqe->refcnt, 1);

Completed in 144 milliseconds

123