Searched refs:list_for_every_entry_safe (Results 1 - 19 of 19) sorted by relevance

/fuchsia/zircon/system/ulib/unittest/
H A Dcrash-list.cpp112 list_for_every_entry_safe (&crash_list->should_crash_procs, cur, tmp, crash_proc_t, node) {
134 list_for_every_entry_safe (&crash_list->should_crash_procs, cur, tmp, crash_proc_t, node) {
/fuchsia/zircon/kernel/lib/heap/
H A Dheap_wrapper.cpp270 list_for_every_entry_safe (&list, p, temp, vm_page_t, queue_node) {
/fuchsia/zircon/kernel/vm/
H A Dpmm_node.cpp85 list_for_every_entry_safe (list, page, temp, vm_page, queue_node) { function
/fuchsia/zircon/system/public/zircon/
H A Dlistnode.h249 #define list_for_every_entry_safe(list, entry, temp_entry, type, member) \ macro
/fuchsia/zircon/system/uapp/psutils/
H A Dtop.c310 list_for_every_entry_safe (&thread_list, e, temp, thread_info_t, node) {
/fuchsia/zircon/system/utest/fs/
H A Dtest-rw-workers.c305 list_for_every_entry_safe(&env.threads, next, tmp, thread_list_t, node) {
/fuchsia/zircon/kernel/kernel/
H A Dtimer.cpp454 list_for_every_entry_safe (&percpu[old_cpu].timer_queue, entry, tmp_entry, timer_t, node) {
/fuchsia/zircon/system/dev/serial/ftdi/
H A Dftdi.c454 list_for_every_entry_safe (&ftdi->free_read_reqs, req, prev, usb_request_t, node) {
/fuchsia/zircon/system/dev/usb/usb-composite/
H A Dusb-composite.c25 list_for_every_entry_safe(&comp->children, intf, tmp, usb_interface_t, node) {
/fuchsia/zircon/system/dev/usb/xhci/
H A Dxhci-transfer.c482 list_for_every_entry_safe(&ep->pending_reqs, req, temp, usb_request_t, node) {
496 list_for_every_entry_safe(&ep->queued_reqs, req, temp, usb_request_t, node) {
/fuchsia/zircon/system/core/devmgr/
H A Ddevhost-core.cpp241 list_for_every_entry_safe(&list, dev, tmp, zx_device_t, defer) {
H A Ddevmgr-coordinator.cpp1122 list_for_every_entry_safe(&published_metadata, md, temp, dc_metadata_t, node) {
/fuchsia/zircon/system/core/virtcon/
H A Dvc-display.cpp211 list_for_every_entry_safe(&display_list, info, temp, display_info_t, node) {
/fuchsia/zircon/system/dev/block/zxcrypt/
H A Ddevice.cpp498 list_for_every_entry_safe (&pending, extra, tmp, extra_op_t, node) {
/fuchsia/zircon/system/dev/usb/usb-test/usb-tester/
H A Dusb-tester.c155 list_for_every_entry_safe(test_reqs, test_req, temp, test_req_t, node) { function
/fuchsia/zircon/system/dev/display/display/
H A Dcontroller.cpp491 list_for_every_entry_safe(&info->images, cur, tmp, image_node_t, link) {
/fuchsia/zircon/system/dev/ethernet/asix-88772b/
H A Dasix-88772b.c320 list_for_every_entry_safe (&eth->free_read_reqs, req, prev, usb_request_t, node) {
/fuchsia/zircon/system/dev/input/hid/
H A Dhid.c496 list_for_every_entry_safe(stack, state, tmp, hid_global_state_t, node) { function
/fuchsia/zircon/system/dev/ethernet/asix-88179/
H A Dasix-88179.c440 list_for_every_entry_safe (&eth->free_read_reqs, req, prev, usb_request_t, node) {

Completed in 262 milliseconds