Searched refs:LIST_FOREACH (Results 1 – 9 of 9) sorted by relevance
| /sys/kern/ |
| D | nic.c | 37 LIST_FOREACH(n, &nicList, entries) { in NIC_GetByID() 50 LIST_FOREACH(n, &nicList, entries) { in Debug_NICs()
|
| D | disk.c | 35 LIST_FOREACH(d, &diskList, entries) { in Disk_GetByID() 66 LIST_FOREACH(d, &diskList, entries) { in Debug_Disks()
|
| D | semaphore.c | 109 LIST_FOREACH(sema, &semaList, semaphoreList) in Debug_Semaphores()
|
| D | slab.c | 153 LIST_FOREACH(slab, &slabList, slabList) { in Debug_Slabs()
|
| D | spinlock.c | 139 LIST_FOREACH(lock, &lockList, lockList) in Debug_Spinlocks()
|
| D | palloc.c | 292 LIST_FOREACH(it, &freeList, entries) { in Debug_PAllocDump()
|
| /sys/amd64/ |
| D | irq.c | 28 LIST_FOREACH(h, &handlers[irq], link) in IRQ_Handler()
|
| /lib/liblwip/src/netif/ppp/ |
| D | ppp_oe.c | 420 LIST_FOREACH(sc, &pppoe_softc_list, sc_list) { in pppoe_dispatch_disc_pkt() 1093 LIST_FOREACH(sc, &pppoe_softc_list, sc_list) {
|
| /sys/include/ |
| D | queue.h | 410 #define LIST_FOREACH(var, head, field) \ macro
|