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

  /src/sys/sys/
timevar.h 142 struct itlist pts_prof; member in struct:ptimers
  /src/sys/kern/
kern_time.c 1074 LIST_INIT(&pts->pts_prof);
1132 for (itn = LIST_FIRST(&pts->pts_prof);
1138 LIST_FIRST(&pts->pts_prof) = NULL;
1143 LIST_INSERT_HEAD(&pts->pts_prof, itn, it_list);
1282 itl = &pts->pts_prof;
1680 itl = &pts->pts_prof;
1762 if ((it = LIST_FIRST(&pts->pts_prof)) != NULL)

Completed in 14 milliseconds