Searched refs:VMUSAGE_EUSERS (Results 1 – 2 of 2) sorted by relevance
62 #define VMUSAGE_EUSERS 0x20 /* same as VMUSAGE_RUSERS, but by */ macro
539 if ((vmu_data.vmu_calc_flags & (VMUSAGE_EUSERS | VMUSAGE_ALL_EUSERS)) in vmu_alloc_zone()1466 VMUSAGE_RUSERS | VMUSAGE_ALL_RUSERS | VMUSAGE_EUSERS | in vmu_calculate_proc()1506 (VMUSAGE_EUSERS | VMUSAGE_ALL_EUSERS)) { in vmu_calculate_proc()1508 crgetuid(p->p_cred), VMUSAGE_EUSERS, zone->vmz_id); in vmu_calculate_proc()1528 crgetuid(p->p_cred), VMUSAGE_EUSERS, ALL_ZONES); in vmu_calculate_proc()1775 if (flags & (VMUSAGE_EUSERS | VMUSAGE_ALL_EUSERS | VMUSAGE_COL_EUSERS)) in vmu_copyout_results()1776 types |= VMUSAGE_EUSERS; in vmu_copyout_results()1821 if (result->vmu_type == VMUSAGE_EUSERS && in vmu_copyout_results()1845 if (result->vmu_type == VMUSAGE_EUSERS && in vmu_copyout_results()1921 flags |= VMUSAGE_EUSERS; in vm_getusage()