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 D | trim_l2arc.ksh | 99 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 D | uma_core.c | 327 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 D | vfs_cache.c | 646 cache_alloc(int len, bool ts) in cache_alloc() function 2318 ncp = cache_alloc(cnp->cn_namelen, tsp != NULL); in cache_enter_time()
|