Searched refs:xdomain (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/vm/ |
| H A D | uma_core.c | 5457 uint64_t allocs, frees, sleeps, xdomain; local 5460 allocs = frees = sleeps = xdomain = 0; 5466 xdomain += cache->uc_crossbucket.ucb_cnt; 5473 xdomain += counter_u64_fetch(z->uz_xdomain); 5484 *xdomainp = xdomain; 5862 uint64_t *sleeps, long *cachefree, uint64_t *xdomain) argument 5872 *xdomain = 0; 5875 xdomain); 5891 uint64_t allocs, used, sleeps, xdomain; local 5932 &sleeps, &cachefree, &xdomain); [all …]
|