Home
last modified time | relevance | path

Searched refs:LIST_FOREACH_SAFE (Results 1 – 2 of 2) sorted by relevance

/sys/kern/
Dktimer.c104 LIST_FOREACH_SAFE(it, &timerSlot[timerHead], timerQueue, tmp) { in KTimer_Process()
/sys/include/
Dqueue.h420 #define LIST_FOREACH_SAFE(var, head, field, tvar) \ macro