Searched refs:refcount_cache (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzfeature.c314 uint64_t *refcount_cache = local
317 VERIFY3U(*refcount_cache, ==,
318 atomic_swap_64(refcount_cache, refcount));
320 *refcount_cache = refcount;

Completed in 67 milliseconds