Home
last modified time | relevance | path

Searched refs:list_for_each_entry_safe (Results 1 – 25 of 64) sorted by relevance

123

/external/u-boot/scripts/coccinelle/iterators/
Duse_after_iter.cocci28 iterator name list_for_each_entry_safe;
66 list_for_each_entry_safe@p1(c,...,member) { ... when != break;
98 list_for_each_entry_safe(c,...) S
100 list_for_each_entry_safe(x,c,...) S
/external/u-boot/drivers/core/
Ddevice-remove.c36 list_for_each_entry_safe(pos, n, &dev->child_head, sibling_node) { in device_chld_unbind()
58 list_for_each_entry_safe(pos, n, &dev->child_head, sibling_node) { in device_chld_remove()
/external/libusb/libusb/
Dhotplug.c197list_for_each_entry_safe(hotplug_cb, next, &ctx->hotplug_cbs, list, struct libusb_hotplug_callback… in usbi_hotplug_match()
343 list_for_each_entry_safe(hotplug_cb, next, &ctx->hotplug_cbs, list, in usbi_hotplug_deregister_all()
Dcore.c1347 list_for_each_entry_safe(itransfer, tmp, &ctx->flying_transfers, list, struct usbi_transfer) { in do_close()
2155 list_for_each_entry_safe(dev, next, &ctx->usb_devs, list, struct libusb_device) { in libusb_init()
2218 list_for_each_entry_safe(dev, next, &ctx->usb_devs, list, struct libusb_device) { in libusb_exit()
/external/libnfnetlink/src/
Diftable.c131 list_for_each_entry_safe(this, tmp, &h->ifindex_hash[hash], head) { in iftable_del()
273 list_for_each_entry_safe(this, tmp, &h->ifindex_hash[i], head) { in nlif_close()
/external/u-boot/fs/ubifs/
Dgc.c246 list_for_each_entry_safe(snod, tmp, &sleb->nodes, list) { in sort_nodes()
365 list_for_each_entry_safe(snod, tmp, &sleb->nodes, list) { in move_nodes()
380 list_for_each_entry_safe(snod, tmp, &nondata, list) { in move_nodes()
916 list_for_each_entry_safe(idx_gc, tmp, &c->idx_gc, list) in ubifs_gc_end_commit()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_simulator.c289 list_for_each_entry_safe(struct drm_vc4_bo, bo, &exec->unref_list, in vc4_dump_to_file()
325 list_for_each_entry_safe(struct drm_vc4_bo, bo, &exec->unref_list, in vc4_dump_to_file()
347 list_for_each_entry_safe(struct drm_vc4_bo, bo, &exec->unref_list, in vc4_dump_to_file()
441 list_for_each_entry_safe(struct drm_vc4_bo, bo, &exec.unref_list, in vc4_simulator_flush()
Dvc4_bufmgr.c299 list_for_each_entry_safe(struct vc4_bo, bo, &cache->time_list, in free_stale_bos()
326 list_for_each_entry_safe(struct vc4_bo, bo, &cache->time_list, in vc4_bo_cache_free_all()
/external/mesa3d/src/gallium/drivers/vc5/
Dvc5_simulator.c287 list_for_each_entry_safe(struct drm_vc5_bo, bo, &exec->unref_list,
323 list_for_each_entry_safe(struct drm_vc5_bo, bo, &exec->unref_list,
345 list_for_each_entry_safe(struct drm_vc5_bo, bo, &exec->unref_list,
Dvc5_bufmgr.c239 list_for_each_entry_safe(struct vc5_bo, bo, &cache->time_list, in free_stale_bos()
266 list_for_each_entry_safe(struct vc5_bo, bo, &cache->time_list, in vc5_bo_cache_free_all()
/external/u-boot/scripts/kconfig/
Dlist.h61 #define list_for_each_entry_safe(pos, n, head, member) \ macro
/external/u-boot/include/dm/
Duclass.h376 list_for_each_entry_safe(pos, next, &uc->dev_head, uclass_node)
/external/ltp/utils/ffsb-6.0-rc2/
Dlist.h43 #define list_for_each_entry_safe(pos, n, head, member) \ macro
/external/u-boot/drivers/mtd/ubi/
Dattach.c723 list_for_each_entry_safe(aeb, tmp_aeb, &ai->erase, u.list) { in ubi_early_get_peb()
1168 list_for_each_entry_safe(aeb, aeb_tmp, &ai->alien, u.list) { in destroy_ai()
1172 list_for_each_entry_safe(aeb, aeb_tmp, &ai->erase, u.list) { in destroy_ai()
1176 list_for_each_entry_safe(aeb, aeb_tmp, &ai->corr, u.list) { in destroy_ai()
1180 list_for_each_entry_safe(aeb, aeb_tmp, &ai->free, u.list) { in destroy_ai()
Dwl.c502 list_for_each_entry_safe(e, tmp, &ubi->pq[ubi->pq_head], u.list) { in serve_prot_queue()
1373 list_for_each_entry_safe(wrk, tmp, &ubi->works, list) {
1554 list_for_each_entry_safe(aeb, tmp, &ai->erase, u.list) {
1671 list_for_each_entry_safe(e, tmp, &ubi->pq[i], u.list) {
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_depth.c142 list_for_each_entry_safe (struct ir3_instruction, instr, &block->instr_list, node) { in remove_unused_by_block()
Dir3_legalize.c86 list_for_each_entry_safe (struct ir3_instruction, n, &instr_list, node) { in legalize_block()
/external/mesa3d/src/compiler/nir/
Dnir_loop_analyze.c199 list_for_each_entry_safe(nir_loop_variable, var, &state->process_list, in compute_invariance_information()
212 list_for_each_entry_safe(nir_loop_variable, var, &state->process_list, in compute_induction_information()
754 list_for_each_entry_safe(nir_loop_terminator, terminator, in get_loop_info()
Dnir_opt_copy_prop_vars.c287 list_for_each_entry_safe(struct copy_entry, iter, &state->copies, link) { in get_entry_and_kill_aliases()
321 list_for_each_entry_safe(struct copy_entry, iter, &state->copies, link) { in apply_barrier_for_modes()
622 list_for_each_entry_safe(struct copy_entry, iter, &state->copies, link) in copy_prop_vars_block()
/external/libusb/libusb/os/
Dthreads_windows.c129 list_for_each_entry_safe(pos, next_pos, &cond->not_waiting, list, struct usbi_cond_perthread) { in usbi_cond_destroy()
/external/iproute2/include/
Dlist.h72 #define list_for_each_entry_safe(pos, n, head, member) \ macro
/external/iproute2/rdma/
Dutils.c87 list_for_each_entry_safe(dev_map, tmp, in dev_map_cleanup()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_context.c209 list_for_each_entry_safe(struct nvc0_resident, pos, &nvc0->tex_head, list) { in nvc0_destroy()
214 list_for_each_entry_safe(struct nvc0_resident, pos, &nvc0->img_head, list) { in nvc0_destroy()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_bufmgr.c256 list_for_each_entry_safe(struct brw_bo, bo, &bucket->head, head) { in brw_bo_cache_purge_bucket()
616 list_for_each_entry_safe(struct brw_bo, bo, &bucket->head, head) { in cleanup_bo_cache()
1055 list_for_each_entry_safe(struct brw_bo, bo, &bucket->head, head) { in brw_bufmgr_destroy()
/external/ltp/testcases/realtime/include/
Dlist.h345 #define list_for_each_entry_safe(pos, n, head, member) \ macro

123