Home
last modified time | relevance | path

Searched refs:there_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
72 there_util = there->cmt_utilization; 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()
104 there_util < CMT_CAPACITY(there)) in cmt_should_migrate()