HomeSort by relevance Sort by last modified time
    Searched refs:refcount_create (Results 1 - 8 of 8) sorted by null

  /netvirt/usr/src/uts/common/fs/zfs/sys/
refcount.h 62 /* Note: refcount_t must be initialized with refcount_create() */
64 void refcount_create(refcount_t *rc);
83 #define refcount_create(rc) ((rc)->rc_count = 0) macro
  /netvirt/usr/src/uts/common/fs/zfs/
rrwlock.c 143 refcount_create(&rrl->rr_anon_rcount);
144 refcount_create(&rrl->rr_linked_rcount);
refcount.c 61 refcount_create(refcount_t *rc) function
dmu_tx.c 54 refcount_create(&tx->tx_space_written);
55 refcount_create(&tx->tx_space_freed);
spa_misc.c 207 refcount_create(&scl->scl_count);
344 refcount_create(&spa->spa_refcount);
dnode.c 61 refcount_create(&dn->dn_holds);
62 refcount_create(&dn->dn_tx_holds);
    [all...]
dbuf.c 63 refcount_create(&db->db_holds);
    [all...]
arc.c 737 refcount_create(&buf->b_refcnt);
    [all...]

Completed in 120 milliseconds