Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functionalext/queue/
Dsys_queue.c50 LIST_REMOVE(node, entries); in delete_node()
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_usb.c305 LIST_REMOVE(sc, sc_attached_list); in usb_linux_detach()
1323 LIST_REMOVE(drv, linux_driver_list); in usb_linux_deregister()
/third_party/FreeBSD/sys/sys/
Dqueue.h596 #define LIST_REMOVE(elm, field) do { \ macro
/third_party/FreeBSD/sys/dev/usb/
Dusb_device.c1994 LIST_REMOVE(pd, pd_next); in usb_cdev_free()