Searched refs:et_all (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/kern/
H A Dkern_et.c83 SLIST_INSERT_HEAD(&eventtimers, et, et_all);
85 SLIST_FOREACH(tmp, &eventtimers, et_all) {
86 next = SLIST_NEXT(tmp, et_all);
88 SLIST_INSERT_AFTER(tmp, et, et_all);
111 SLIST_REMOVE(&eventtimers, et, eventtimer, et_all);
139 SLIST_FOREACH(et, &eventtimers, et_all) {
250 SLIST_FOREACH(et, &eventtimers, et_all) {
/freebsd-10-stable/sys/sys/
H A Dtimeet.h54 SLIST_ENTRY(eventtimer) et_all; member in struct:eventtimer

Completed in 37 milliseconds