Home
last modified time | relevance | path

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

/f-stack/freebsd/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
/f-stack/freebsd/vm/
H A Duma_core.c327 static bool cache_alloc(uma_zone_t, uma_cache_t, void *, int);
3388 while (cache_alloc(zone, cache, udata, flags)) { in cache_alloc_retry()
3481 cache_alloc(uma_zone_t zone, uma_cache_t cache, void *udata, int flags) in cache_alloc() function
/f-stack/freebsd/kern/
H A Dvfs_cache.c646 cache_alloc(int len, bool ts) in cache_alloc() function
2318 ncp = cache_alloc(cnp->cn_namelen, tsp != NULL); in cache_enter_time()