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

  /onnv/onnv-gate/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);
  /onnv/onnv-gate/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

Completed in 240 milliseconds