Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dthread.h308 hrtime_t t_anttime; /* most recent time anticipatory load */ member
/illumos-gate/usr/src/uts/common/os/
H A Dlgrp.c3350 if ((t->t_anttime + lgrp_min_nsec > gethrtime()) && in lgrp_move_thread()
3442 t->t_anttime = gethrtime(); in lgrp_move_thread()
/illumos-gate/usr/src/uts/common/disp/
H A Dthread.c442 t->t_anttime = 0; in thread_create()