Home
last modified time | relevance | path

Searched refs:kpj_shares (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dproject.h69 uint32_t kpj_shares; /* number of shares */ member
/titanic_50/usr/src/uts/common/disp/
H A Dfss.c714 fssproj->fssp_shares = kpj->kpj_shares; in fss_insert_fssproj()
1039 uint32_t kpj_shares, pset_shares; in fss_decay_usage() local
1108 kpj_shares = fssproj->fssp_proj->kpj_shares; in fss_decay_usage()
1109 if (fssproj->fssp_shares != kpj_shares) { in fss_decay_usage()
1113 fsszone->fssz_shares += kpj_shares; in fss_decay_usage()
1115 fssproj->fssp_shares = kpj_shares; in fss_decay_usage()
1160 int_shr_pct = (kpj_shares * 1000) / in fss_decay_usage()
1175 if (kpj_shares == 0 || zone_ext_shares == 0) { in fss_decay_usage()
1233 kpj_shares * zone_ext_shares; in fss_decay_usage()
1237 kpj_shares * zone_ext_shares; in fss_decay_usage()
/titanic_50/usr/src/uts/common/os/
H A Dproject.c259 p->kpj_shares = 1; in project_hold_by_id()
431 return (p->p_task->tk_proj->kpj_shares); in project_cpu_shares_usage()
444 e->rcep_p.proj->kpj_shares = nv; in project_cpu_shares_set()