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

/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/trim/
H A Dtrim_l2arc.ksh99 typeset cache_alloc=$(zpool list -vp | grep $TRIM_VDEV2 | awk '{print $3}')
101 log_must test $cache_alloc -lt $cache_size
/freebsd-13-stable/sys/vm/
H A Duma_core.c330 static bool cache_alloc(uma_zone_t, uma_cache_t, void *, int);
3430 while (cache_alloc(zone, cache, udata, flags)) {
3523 cache_alloc(uma_zone_t zone, uma_cache_t cache, void *udata, int flags) function
3553 ("cache_alloc: Entered with non-empty alloc bucket."));
/freebsd-13-stable/sys/kern/
H A Dvfs_cache.c725 cache_alloc(int len, bool ts) function
2422 ncp = cache_alloc(cnp->cn_namelen, tsp != NULL);

Completed in 136 milliseconds