Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/trim/
H A Dtrim_l2arc.ksh100 typeset cache_size cache_alloc _
101 read -r _ cache_size cache_alloc _ < <(zpool list -vp | grep $TRIM_VDEV2)
103 log_must test $cache_alloc -lt $cache_size
/freebsd/sys/vm/
H A Duma_core.c331 static bool cache_alloc(uma_zone_t, uma_cache_t, void *, int);
3655 while (cache_alloc(zone, cache, udata, flags)) { in cache_alloc_retry()
3751 cache_alloc(uma_zone_t zone, uma_cache_t cache, void *udata, int flags) in cache_alloc() function
/freebsd/sys/kern/
H A Dvfs_cache.c794 cache_alloc(int len, bool ts) in cache_alloc() function
2512 ncp = cache_alloc(cnp->cn_namelen, tsp != NULL); in cache_enter_time()