Searched refs:cache_alloc (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/trim/ |
| H A D | trim_l2arc.ksh | 101 typeset cache_size cache_alloc _ 102 read -r _ cache_size cache_alloc _ < <(zpool list -vp | grep $TRIM_VDEV2) 104 log_must test $cache_alloc -lt $cache_size
|
| /freebsd/sys/vm/ |
| H A D | uma_core.c | 330 static bool cache_alloc(uma_zone_t, uma_cache_t, void *, int); 3688 while (cache_alloc(zone, cache, udata, flags)) { in cache_alloc_retry() 3784 cache_alloc(uma_zone_t zone, uma_cache_t cache, void *udata, int flags) in cache_alloc() function
|
| /freebsd/sys/kern/ |
| H A D | vfs_cache.c | 848 cache_alloc(int len, bool ts) in cache_alloc() function 2565 ncp = cache_alloc(cnp->cn_namelen, tsp != NULL); in cache_enter_time()
|