Home
last modified time | relevance | path

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

/sys/kern/
Dktimer.c81 LIST_REMOVE(evt, timerQueue); in KTimer_Cancel()
107 LIST_REMOVE(it, timerQueue); in KTimer_Process()
Dnic.c29 LIST_REMOVE(nic, entries); in NIC_RemoveNIC()
Dwaitchannel.c45 LIST_REMOVE(wchan, chanList); in WaitChannel_Destroy()
Dsemaphore.c42 LIST_REMOVE(sema, semaphoreList); in Semaphore_Destroy()
Ddisk.c27 LIST_REMOVE(disk, entries); in Disk_RemoveDisk()
Dslab.c116 LIST_REMOVE(elem, free); in Slab_Alloc()
Dspinlock.c64 LIST_REMOVE(lock, lockList); in Spinlock_Destroy()
Dpalloc.c196 LIST_REMOVE(pg, entries); in PAlloc_AllocPage()
/sys/amd64/
Dirq.c47 LIST_REMOVE(h, link); in IRQ_Unregister()
/sys/include/
Dqueue.h465 #define LIST_REMOVE(elm, field) do { \ macro