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

  /netvirt/usr/src/uts/common/fs/zfs/sys/
refcount.h 66 void refcount_destroy_many(refcount_t *rc, uint64_t number);
85 #define refcount_destroy_many(rc, number) ((rc)->rc_count = 0) macro
  /netvirt/usr/src/uts/common/fs/zfs/
refcount.c 73 refcount_destroy_many(refcount_t *rc, uint64_t number) function
96 refcount_destroy_many(rc, 0);
dmu_tx.c 996 refcount_destroy_many(&tx->tx_space_written,
998 refcount_destroy_many(&tx->tx_space_freed,
1021 refcount_destroy_many(&tx->tx_space_written,
1023 refcount_destroy_many(&tx->tx_space_freed,

Completed in 60 milliseconds