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

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
refcount.c 117 refcount_is_zero(refcount_t *rc) function
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
refcount.h 70 int refcount_is_zero(refcount_t *rc);
95 #define refcount_is_zero(rc) ((rc)->rc_count == 0) macro

Completed in 37 milliseconds