Home
last modified time | relevance | path

Searched refs:LIST_INIT (Results 1 – 5 of 5) sorted by relevance

/sys/amd64/
Dirq.c20 LIST_INIT(&handlers[i]); in IRQ_Init()
/sys/kern/
Dktimer.c36 LIST_INIT(&timerSlot[i]); in KTimer_Init()
Dslab.c42 LIST_INIT(&slab->freeList); in Slab_Init()
Dpalloc.c58 LIST_INIT(&freeList); in PAlloc_Init()
/sys/include/
Dqueue.h430 #define LIST_INIT(head) do { \ macro