Searched refs:tc_next (Results 1 – 4 of 4) sorted by relevance
69 struct timecounter *tc_next; member
214 LIST_FOREACH(top, &tcb_list, tc_next)431 LIST_INSERT_HEAD(&tcb_list, top, tc_next);458 LIST_REMOVE(top, tc_next);464 LIST_FOREACH(top, &tcb_list, tc_next)1302 LIST_FOREACH(top, &tcb_list, tc_next)
266 LIST_ENTRY(top_cdnr) tc_next;
1181 tc->tc_next = timecounters; in tc_init()1447 for (newtc = timecounters; newtc != NULL; newtc = newtc->tc_next) { in sysctl_kern_timecounter_hardware()1484 for (tc = timecounters; tc != NULL; tc = tc->tc_next) { in sysctl_kern_timecounter_choice()