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

  /netvirt/usr/src/uts/common/fs/zfs/
refcount.c 61 refcount_create(refcount_t *rc) function
  /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

Completed in 60 milliseconds