Home
last modified time | relevance | path

Searched refs:ifree (Results 1 – 6 of 6) sorted by relevance

/freebsd-14-stable/lib/libc/db/btree/
HDbt_debug.c250 u_long ifree, lfree, nkeys; in __bt_stat() local
255 nkeys = ifree = lfree = 0; in __bt_stat()
262 ifree += h->upper - h->lower; in __bt_stat()
309 ((double)(pinternal - ifree) / pinternal) * 100, in __bt_stat()
310 pinternal - ifree, ifree); in __bt_stat()
/freebsd-14-stable/tools/test/stress2/misc/
HDindir.sh56 ifree=`df -i $mntpoint | tail -1 | awk '{print $7 - 50}'`
66 /tmp/indir $mntpoint $ifree
/freebsd-14-stable/crypto/openssl/test/
HDasn1_encode_test.c169 ifree_fn *ifree; member
509 package->ifree(enctst); in do_decode()
/freebsd-14-stable/sys/fs/ext2fs/
HDext2_alloc.c1315 int error, start, len, ifree, ibytes; in ext2_nodealloccg() local
1398 ifree = fs->e2fs_ipg - e2fs_gd_get_i_unused(&fs->e2fs_gd[cg]); in ext2_nodealloccg()
1399 if (ipref + 1 > ifree) in ext2_nodealloccg()
/freebsd-14-stable/contrib/jemalloc/src/
HDjemalloc.c2560 ifree(tsd_t *tsd, void *ptr, tcache_t *tcache, bool slow_path) { in ifree() function
2775 ifree(tsd, ptr, tcache, false); in free_default()
2784 ifree(tsd, ptr, tcache, true); in free_default()
3507 ifree(tsd, ptr, tcache, false); in je_dallocx()
3511 ifree(tsd, ptr, tcache, true); in je_dallocx()
/freebsd-14-stable/contrib/jemalloc/
HDFREEBSD-diffs395 - ifree(tsd, ptr, tcache, true);