Searched refs:LIST_INIT (Results 1 – 5 of 5) sorted by relevance
20 LIST_INIT(&handlers[i]); in IRQ_Init()
36 LIST_INIT(&timerSlot[i]); in KTimer_Init()
42 LIST_INIT(&slab->freeList); in Slab_Init()
58 LIST_INIT(&freeList); in PAlloc_Init()
430 #define LIST_INIT(head) do { \ macro