Searched refs:tnext (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sa/
H A Dsar.c337 float trec, tnext = 0; local
349 tnext = start_time;
476 if ((iflg) && (tnext == 0))
477 tnext = trec;
493 if ((iflg) && (trec < tnext))
566 while (tnext <= trec)
567 tnext += isec;
/illumos-gate/usr/src/lib/libdladm/common/
H A Dusage.c912 net_time_entry_t *tnext; local
917 tnext = thead->net_time_entry_next;
921 thead = tnext;
929 tnext = thead->net_time_entry_next;
933 thead = tnext;
/illumos-gate/usr/src/uts/common/os/
H A Dcpu.c2886 register kthread_id_t t, tlist, tnext; local
2906 tnext = t->t_next;
2936 } while ((t = tnext) != curthread);
2941 for (t = tlist; t != NULL; t = tnext) {
2942 tnext = t->t_next;

Completed in 72 milliseconds