Searched refs:LIST_INSERT_HEAD (Results 1 – 10 of 10) sorted by relevance
| /sys/kern/ |
| D | slab.c | 50 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()
|
| D | nic.c | 23 LIST_INSERT_HEAD(&nicList, nic, entries); in NIC_AddNIC()
|
| D | palloc.c | 161 LIST_INSERT_HEAD(&freeList, pg, entries); in PAlloc_AddRegion() 227 LIST_INSERT_HEAD(&freeList, pg, entries); in PAllocFreePage()
|
| D | waitchannel.c | 35 LIST_INSERT_HEAD(&chanList, wchan, chanList); in WaitChannel_Init()
|
| D | ktimer.c | 54 LIST_INSERT_HEAD(&timerSlot[slot], evt, timerQueue); in KTimer_Create()
|
| D | semaphore.c | 34 LIST_INSERT_HEAD(&semaList, sema, semaphoreList); in Semaphore_Init()
|
| D | disk.c | 21 LIST_INSERT_HEAD(&diskList, disk, entries); in Disk_AddDisk()
|
| D | spinlock.c | 56 LIST_INSERT_HEAD(&lockList, lock, lockList); in Spinlock_Init()
|
| /sys/amd64/ |
| D | irq.c | 39 LIST_INSERT_HEAD(&handlers[irq], h, link); in IRQ_Register()
|
| /sys/include/ |
| D | queue.h | 451 #define LIST_INSERT_HEAD(head, elm, field) do { \ macro
|