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

/illumos-gate/usr/src/cmd/awk/
H A Dtran.c211 if (freeable(cp))
236 if (freeable(p))
379 if (freeable(vp))
H A Dawk.h130 #define DONTFREE 04 /* string space is not freeable */
137 #define freeable(p) (!((p)->tval & DONTFREE)) macro
H A Drun.c452 if (freeable(x))
658 if (freeable(a))
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_tx.c179 int level, uint64_t blkid, boolean_t freeable, uint64_t *history)
207 freeable = (bp && (freeable ||
210 if (freeable) {
224 blkid >> epbs, freeable, history);
178 dmu_tx_count_twig(dmu_tx_hold_t *txh, dnode_t *dn, dmu_buf_impl_t *db, int level, uint64_t blkid, boolean_t freeable, uint64_t *history) argument
H A Darc.c4559 boolean_t freeable = B_FALSE; local
4656 freeable = refcount_is_zero(&hdr->b_l1hdr.b_refcnt);
4676 freeable = refcount_is_zero(&hdr->b_l1hdr.b_refcnt);
4693 if (freeable)

Completed in 369 milliseconds