Home
last modified time | relevance | path

Searched refs:LIST_INSERT_HEAD (Results 1 – 10 of 10) sorted by relevance

/sys/kern/
Dslab.c50 LIST_INSERT_HEAD(&slabList, slab, slabList); in Slab_Init()
86 LIST_INSERT_HEAD(&slab->freeList, elem, free); in SlabExtend()
140 LIST_INSERT_HEAD(&slab->freeList, elem, free); in Slab_Free()
Dnic.c23 LIST_INSERT_HEAD(&nicList, nic, entries); in NIC_AddNIC()
Dpalloc.c161 LIST_INSERT_HEAD(&freeList, pg, entries); in PAlloc_AddRegion()
227 LIST_INSERT_HEAD(&freeList, pg, entries); in PAllocFreePage()
Dwaitchannel.c35 LIST_INSERT_HEAD(&chanList, wchan, chanList); in WaitChannel_Init()
Dktimer.c54 LIST_INSERT_HEAD(&timerSlot[slot], evt, timerQueue); in KTimer_Create()
Dsemaphore.c34 LIST_INSERT_HEAD(&semaList, sema, semaphoreList); in Semaphore_Init()
Ddisk.c21 LIST_INSERT_HEAD(&diskList, disk, entries); in Disk_AddDisk()
Dspinlock.c56 LIST_INSERT_HEAD(&lockList, lock, lockList); in Spinlock_Init()
/sys/amd64/
Dirq.c39 LIST_INSERT_HEAD(&handlers[irq], h, link); in IRQ_Register()
/sys/include/
Dqueue.h451 #define LIST_INSERT_HEAD(head, elm, field) do { \ macro