Searched defs:scheds (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/zonestat/zonestat/
H A Dzonestat.c1616 uint_t pct_cap, uint64_t shares, uint_t scheds, uint_t pct_shares,
1644 if ((scheds & ZS_SCHED_CONFLICT) &&
1645 (!(scheds & ZS_SCHED_FSS)))
1690 if (report_conflict && (scheds & ZS_SCHED_CONFLICT) &&
1691 (scheds & ZS_SCHED_FSS)) {
1696 if (scheds & ZS_SCHED_TS)
1698 if (scheds & ZS_SCHED_IA)
1700 if (scheds & ZS_SCHED_FX)
1715 uint_t scheds; local
1823 scheds
1614 zonestat_print_cpu_zone(size_t namelen, int report_fmt, char *cputype, char *name, char *zonename, uint64_t used, uint_t pct, uint64_t cap, uint_t pct_cap, uint64_t shares, uint_t scheds, uint_t pct_shares, uint_t pct_shares_used, timestruc_t *ts, boolean_t report_conflict) argument
[all...]

Completed in 72 milliseconds