Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/disp/
H A Dcmt_policy.c69 uint32_t here_util, there_util; in cmt_should_migrate() local
71 here_util = here->cmt_utilization; in cmt_should_migrate()
78 here_util--; /* Ignore curthread's effect */ in cmt_should_migrate()
94 if ((here_util > there_util) || in cmt_should_migrate()
95 (here_util == there_util && in cmt_should_migrate()
103 if (there_util > here_util && in cmt_should_migrate()