kern_runq.c | 113 static u_int cacheht_time; /* Cache hotness time */ variable in typeref:typename:u_int 126 cacheht_time = 10; 446 return (getticks() - l->l_rticks < mstohz(cacheht_time)); 1148 CTLTYPE_INT, "cacheht_time", 1150 NULL, 0, &cacheht_time, 0,
|