Searched refs:LIST_INSERT_HEAD (Results 1 - 5 of 5) sorted by relevance
/third_party/f2fs-tools/tools/ |
H A D | f2fs_io_parse.c | 104 LIST_INSERT_HEAD(&pid_info, misc, ptr); in do_init() 175 LIST_INSERT_HEAD(&pid_info, pent, ptr); in handle_tp_pid()
|
/third_party/musl/libc-test/src/functionalext/queue/ |
H A D | sys_queue.c | 41 LIST_INSERT_HEAD(&head, new_node, entries); in insert_node()
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/ |
H A D | linux_usb.c | 280 LIST_INSERT_HEAD(&usb_linux_attached_list, sc, sc_attached_list); in usb_linux_attach() 1292 LIST_INSERT_HEAD(&usb_linux_driver_list, drv, linux_driver_list); in usb_linux_register()
|
/third_party/FreeBSD/sys/sys/ |
H A D | queue.h | 581 #define LIST_INSERT_HEAD(head, elm, field) do { \ macro
|
/third_party/FreeBSD/sys/dev/usb/ |
H A D | usb_device.c | 1980 LIST_INSERT_HEAD(&udev->pd_list, pd, pd_next); in usb_cdev_create()
|
Completed in 8 milliseconds