Searched refs:list_remove_item (Results 1 - 18 of 18) sorted by relevance

/haiku/src/system/kernel/fs/
H A Dunused_vnodes.h149 list_remove_item(&sUnusedVnodeList, vnode);
177 list_remove_item(&sUnusedVnodeList, vnode);
H A Drootfs.cpp760 list_remove_item(&vnode->stream.dir.cookies, cookie);
/haiku/src/tools/fs_shell/
H A Dlist.h53 extern void list_remove_item(struct list *list, void *item);
H A Dlist.cpp163 list_remove_item(struct list *list, void *item) function in namespace:FSShell
H A Dvfs.cpp803 list_remove_item(&sUnusedVnodeList, vnode);
4826 list_remove_item(&sUnusedVnodeList, vnode);
/haiku/headers/private/kernel/util/
H A Dlist.h62 extern void list_remove_item(struct list *list, void *item);
/haiku/src/add-ons/kernel/network/stack/
H A Dutility.cpp248 list_remove_item(&fifo->buffers, buffer);
344 list_remove_item(&sTimers, timer);
412 list_remove_item(&sTimers, timer);
442 list_remove_item(&sTimers, timer);
H A Dnet_buffer.cpp1420 list_remove_item(&with->buffers, node);
1836 list_remove_item(&buffer->buffers, node);
1919 list_remove_item(&buffer->buffers, node);
/haiku/src/libs/compat/freebsd_network/
H A Dcallout.cpp83 list_remove_item(&sTimers, c);
235 list_remove_item(&sTimers, c);
H A Ddevice.c426 list_remove_item(&parent->children, child);
428 list_remove_item(&sRootDevices, child);
/haiku/src/add-ons/kernel/drivers/bluetooth/h2/h2generic/
H A Dsnet_buffer.cpp225 list_remove_item(l, item);
/haiku/src/system/kernel/util/
H A Dlist.cpp178 list_remove_item(struct list *list, void *item) function
/haiku/src/system/kernel/
H A Dint.cpp589 list_remove_item(&cpu->irqs, sVectors[vector].assigned_cpu);
742 list_remove_item(&cpu->irqs, sVectors[vector].assigned_cpu);
H A Dguarded_heap.cpp206 list_remove_item(&area.free_list, &page);
H A Dthread.cpp2549 list_remove_item(&team->dead_threads, threadDeathEntry);
H A Dteam.cpp3555 list_remove_item(&team->watcher_list, watcher);
/haiku/src/system/libroot/posix/malloc_debug/
H A Dguarded_heap.cpp97 list_remove_item(struct list* list, void* item) function
340 list_remove_item(&area.free_list, &page);
/haiku/src/system/kernel/device_manager/
H A Ddevfs.cpp1343 list_remove_item(&vnode->stream.u.dir.cookies, cookie);

Completed in 148 milliseconds