Searched refs:xdomain (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/vm/ |
H A D | uma_core.c | 5465 uint64_t allocs, frees, sleeps, xdomain; local 5468 allocs = frees = sleeps = xdomain = 0; 5474 xdomain += cache->uc_crossbucket.ucb_cnt; 5481 xdomain += counter_u64_fetch(z->uz_xdomain); 5492 *xdomainp = xdomain; 5870 uint64_t *sleeps, long *cachefree, uint64_t *xdomain) argument 5880 *xdomain = 0; 5883 xdomain); 5899 uint64_t allocs, used, sleeps, xdomain; local 5940 &sleeps, &cachefree, &xdomain); [all …]
|