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 1075 LIST_INIT(&pts->pts_prof);
1133 for (itn = LIST_FIRST(&pts->pts_prof);
1139 LIST_FIRST(&pts->pts_prof) = NULL;
1144 LIST_INSERT_HEAD(&pts->pts_prof, itn, it_list);
1283 itl = &pts->pts_prof;
1692 itl = &pts->pts_prof;
1774 if ((it = LIST_FIRST(&pts->pts_prof)) != NULL)

Completed in 15 milliseconds