HomeSort by: relevance | last modified time | path
    Searched defs:refcount_destroy_many (Results 1 - 2 of 2) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
refcount.c 90 refcount_destroy_many(refcount_t *rc, uint64_t number) function
113 refcount_destroy_many(rc, 0);
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
refcount.h 69 void refcount_destroy_many(refcount_t *rc, uint64_t number);
94 #define refcount_destroy_many(rc, number) ((rc)->rc_count = 0) macro

Completed in 19 milliseconds