Searched refs:atomic_load_64 (Results 1 – 2 of 2) sorted by relevance
45 #define atomic_load_64(v) (*(volatile uint64_t *)(v)) macro122 #define zfs_refcount_count(rc) atomic_load_64(&(rc)->rc_count)
131 return (atomic_load_64(&rc->rc_count)); in zfs_refcount_count()