Searched refs:LIST_REMOVE (Results 1 – 10 of 10) sorted by relevance
| /sys/kern/ |
| D | ktimer.c | 81 LIST_REMOVE(evt, timerQueue); in KTimer_Cancel() 107 LIST_REMOVE(it, timerQueue); in KTimer_Process()
|
| D | nic.c | 29 LIST_REMOVE(nic, entries); in NIC_RemoveNIC()
|
| D | waitchannel.c | 45 LIST_REMOVE(wchan, chanList); in WaitChannel_Destroy()
|
| D | semaphore.c | 42 LIST_REMOVE(sema, semaphoreList); in Semaphore_Destroy()
|
| D | disk.c | 27 LIST_REMOVE(disk, entries); in Disk_RemoveDisk()
|
| D | slab.c | 116 LIST_REMOVE(elem, free); in Slab_Alloc()
|
| D | spinlock.c | 64 LIST_REMOVE(lock, lockList); in Spinlock_Destroy()
|
| D | palloc.c | 196 LIST_REMOVE(pg, entries); in PAlloc_AllocPage()
|
| /sys/amd64/ |
| D | irq.c | 47 LIST_REMOVE(h, link); in IRQ_Unregister()
|
| /sys/include/ |
| D | queue.h | 465 #define LIST_REMOVE(elm, field) do { \ macro
|