Searched refs:refcount (Results 51 - 68 of 68) sorted by relevance

123

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_fuid.c29 #include <sys/refcount.h>
H A Dbpobj.c29 #include <sys/refcount.h>
H A Ddsl_deadlist.c30 #include <sys/refcount.h>
H A Dvdev_disk.c30 #include <sys/refcount.h>
H A Dzap.c48 #include <sys/refcount.h>
H A Dzap_micro.c33 #include <sys/refcount.h>
H A Dspa.c2514 uint64_t refcount; local
2517 &spa_feature_table[i], &refcount);
2519 spa->spa_feat_refcount_cache[i] = refcount;
H A Dzfs_znode.c63 #include <sys/refcount.h>
H A Dzvol.c78 #include <sys/refcount.h>
H A Darc.c262 #include <sys/refcount.h>
1989 * Increment the amount of evictable space in the arc_state_t's refcount.
1991 * so that we can add and remove them from the refcount individually.
2024 * Decrement the amount of evictable space in the arc_state_t's refcount.
2026 * so that we can add and remove them from the refcount individually.
2060 * referencing that memory. When the refcount transitions from 0 to 1,
2230 * add to the refcount if the arc_buf_t is
2283 * add to the refcount if the arc_buf_t is
2596 * data buffer, we transfer the refcount ownership to the hdr and update
2610 * refcount ownershi
[all...]
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_hotspares.c214 /* get name, refcount */
216 hspp->refcount = ghsp->ghsp_refcount;
1972 if (hspp->refcount > 0) {
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dsbdpriv.h704 extern void sbd_check_devices(dev_info_t *dip, int *refcount,
/illumos-gate/usr/src/uts/intel/io/drm/
H A Dradeon_drv.h207 int refcount; member in struct:radeon_surface
/illumos-gate/usr/src/uts/common/io/drm/
H A DdrmP.h434 atomic_t refcount; member in struct:drm_gem_object
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c814 uint64_t refcount; local
840 if (nvlist_lookup_uint64(features, feature, &refcount) == 0)
847 if (refcount == 0)
854 if (refcount == 0) {
/illumos-gate/usr/src/uts/common/sys/lvm/
H A Dmdiox.x1339 u_int refcount;
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c2839 refcount(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) function
3524 (void) mdb_call_dcmd("refcount", addr +
3529 (void) mdb_call_dcmd("refcount", addr +
3951 { "refcount", ":[-r]\n"
3953 "print refcount_t holders", refcount },
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c111 #include <sys/refcount.h>

Completed in 171 milliseconds

123