Home
last modified time | relevance | path

Searched refs:TAILQ_FOREACH_SAFE (Results 1 – 3 of 3) sorted by relevance

/sys/kern/
Dhandle.c39 TAILQ_FOREACH_SAFE(handle, &proc->handles[i], handleList, handle_tmp) { in Handle_Destroy()
Dwaitchannel.c123 TAILQ_FOREACH_SAFE(thr, &wchan->chanQueue, chanQueue, thrTemp) { in WaitChannel_WakeAll()
/sys/include/
Dqueue.h567 #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ macro