Searched refs:LIST_FOREACH_SAFE (Results 1 – 2 of 2) sorted by relevance
| /sys/kern/ | ||
| D | ktimer.c | 104 LIST_FOREACH_SAFE(it, &timerSlot[timerHead], timerQueue, tmp) { in KTimer_Process() |
| /sys/include/ | ||
| D | queue.h | 420 #define LIST_FOREACH_SAFE(var, head, field, tvar) \ macro |