Searched refs:list_for_each_entry_safe (Results 1 - 25 of 57) sorted by relevance

123

/external/syslinux/gpxe/src/core/
H A Ddevice.c98 list_for_each_entry_safe ( rootdev, tmp, &devices, dev.siblings ) {
H A Dposix_io.c76 list_for_each_entry_safe ( iobuf, tmp, &file->data, list ) {
/external/libusb/libusb/
H A Dhotplug.c197 list_for_each_entry_safe(hotplug_cb, next, &ctx->hotplug_cbs, list, struct libusb_hotplug_callback) {
343 list_for_each_entry_safe(hotplug_cb, next, &ctx->hotplug_cbs, list,
/external/ltp/utils/ffsb-6.0-rc2/
H A Dlist.h43 #define list_for_each_entry_safe(pos, n, head, member) \ macro
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
H A Dir3_depth.c138 list_for_each_entry_safe (struct ir3_instruction, instr, &block->instr_list, node) { function
H A Dir3_legalize.c84 list_for_each_entry_safe (struct ir3_instruction, n, &instr_list, node) { function
/external/syslinux/com32/include/sys/
H A Dmodule.h181 list_for_each_entry_safe(m, n, &modules_head, list)
/external/syslinux/gpxe/src/drivers/bus/
H A Disa.c154 list_for_each_entry_safe ( isa, tmp, &rootdev->dev.children,
H A Deisa.c164 list_for_each_entry_safe ( eisa, tmp, &rootdev->dev.children,
H A Dmca.c159 list_for_each_entry_safe ( mca, tmp, &rootdev->dev.children,
H A Dpci.c323 list_for_each_entry_safe ( pci, tmp, &rootdev->dev.children,
/external/syslinux/gpxe/src/include/gpxe/
H A Dlist.h173 #define list_for_each_entry_safe( pos, tmp, head, member ) \ macro
/external/syslinux/gpxe/src/net/
H A Dretry.c181 list_for_each_entry_safe ( timer, tmp, &timers, list ) {
/external/libnfnetlink/src/
H A Diftable.c131 list_for_each_entry_safe(this, tmp, &h->ifindex_hash[hash], head) {
273 list_for_each_entry_safe(this, tmp, &h->ifindex_hash[i], head) {
/external/iproute2/include/
H A Dlist.h72 #define list_for_each_entry_safe(pos, n, head, member) \ macro
/external/libusb/libusb/os/
H A Dthreads_windows.c129 list_for_each_entry_safe(pos, next_pos, &cond->not_waiting, list, struct usbi_cond_perthread) {
/external/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_simulator.c288 list_for_each_entry_safe(struct drm_vc4_bo, bo, &exec->unref_list, function
324 list_for_each_entry_safe(struct drm_vc4_bo, bo, &exec->unref_list, function
346 list_for_each_entry_safe(struct drm_vc4_bo, bo, &exec->unref_list, function
440 list_for_each_entry_safe(struct drm_vc4_bo, bo, &exec.unref_list, function
H A Dvc4_bufmgr.c238 list_for_each_entry_safe(struct vc4_bo, bo, &cache->time_list, function
265 list_for_each_entry_safe(struct vc4_bo, bo, &cache->time_list, function
/external/syslinux/com32/include/linux/
H A Dlist.h329 * list_for_each_entry_safe - iterate over list of given type safe against removal of list entry
335 #define list_for_each_entry_safe(pos, n, head, member) \ macro
404 * list_for_each_entry_safe - iterate over list of given type safe against removal of list entry
410 #define list_for_each_entry_safe(pos, n, head, member) \ macro
/external/mesa3d/src/compiler/nir/
H A Dnir_loop_analyze.c199 list_for_each_entry_safe(nir_loop_variable, var, &state->process_list,
212 list_for_each_entry_safe(nir_loop_variable, var, &state->process_list,
754 list_for_each_entry_safe(nir_loop_terminator, terminator,
H A Dnir_opt_copy_prop_vars.c287 list_for_each_entry_safe(struct copy_entry, iter, &state->copies, link) { function
321 list_for_each_entry_safe(struct copy_entry, iter, &state->copies, link) { function
622 list_for_each_entry_safe(struct copy_entry, iter, &state->copies, link)
/external/iproute2/rdma/
H A Dutils.c87 list_for_each_entry_safe(dev_map, tmp,
/external/ltp/testcases/realtime/include/
H A Dlist.h339 * list_for_each_entry_safe - iterate over list of given type safe against removal of list entry
345 #define list_for_each_entry_safe(pos, n, head, member) \ macro
/external/syslinux/gpxe/src/drivers/net/
H A D3c509.c412 list_for_each_entry_safe ( t509, tmp, &rootdev->dev.children,
/external/syslinux/gpxe/src/hci/commands/
H A Dimage_cmd.c555 list_for_each_entry_safe ( image, tmp, &images, list ) {

Completed in 638 milliseconds

123