HomeSort by: relevance | last modified time | path
    Searched defs:cacheht_time (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
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,
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,

Completed in 24 milliseconds