/external/mesa3d/src/gallium/winsys/virgl/common/ |
D | virgl_resource_cache.c | 56 list_for_each_entry_safe(struct virgl_resource_cache_entry, in virgl_resource_cache_destroy_expired() 110 list_for_each_entry_safe(struct virgl_resource_cache_entry, in virgl_resource_cache_remove_compatible() 149 list_for_each_entry_safe(struct virgl_resource_cache_entry, in virgl_resource_cache_flush()
|
/external/mesa3d/src/gallium/drivers/lima/ir/gp/ |
D | lower.c | 34 list_for_each_entry_safe(gpir_node, node, &block->node_list, list) { in gpir_lower_const() 54 list_for_each_entry_safe(gpir_node, node, &block->node_list, list) { in gpir_lower_const() 88 list_for_each_entry_safe(gpir_node, node, &block->node_list, list) { in gpir_lower_load() 260 list_for_each_entry_safe(gpir_node, node, &block->node_list, list) { in gpir_lower_node_may_consume_two_slots() 450 list_for_each_entry_safe(gpir_node, node, &block->node_list, list) { in gpir_pre_rsched_lower_prog()
|
D | reduce_scheduler.c | 184 list_for_each_entry_safe(gpir_node, node, &node_list, list) { in schedule_block() 239 list_for_each_entry_safe(gpir_node, node, &block->node_list, list) { in gpir_reduce_reg_pressure_schedule_prog()
|
D | gpir.h | 449 list_for_each_entry_safe(gpir_dep, dep, &node->succ_list, succ_link) 453 list_for_each_entry_safe(gpir_dep, dep, &node->pred_list, pred_link)
|
D | optimize.c | 192 list_for_each_entry_safe(gpir_node, node, &block->node_list, list) { in dead_code_eliminate()
|
/external/erofs-utils/lib/ |
D | exclude.c | 75 list_for_each_entry_safe(r, n, h, list) { in erofs_cleanup_exclude_rules() 82 list_for_each_entry_safe(r, n, h, list) { in erofs_cleanup_exclude_rules()
|
D | cache.c | 265 list_for_each_entry_safe(t, nt, &blkh.list, list) { in erofs_mapbh() 281 list_for_each_entry_safe(p, n, &blkh.list, list) { in erofs_bflush() 296 list_for_each_entry_safe(bh, nbh, &p->buffers.list, list) { in erofs_bflush()
|
D | xattr.c | 585 list_for_each_entry_safe(node, n, &shared_xattrs_list, list) { in erofs_build_shared_xattrs_from_path() 626 list_for_each_entry_safe(node, n, ixattrs, list) { in erofs_export_xattr_ibody() 644 list_for_each_entry_safe(node, n, &ilst, list) { in erofs_export_xattr_ibody()
|
/external/mesa3d/src/gallium/drivers/lima/ir/pp/ |
D | ppir.h | 455 list_for_each_entry_safe(ppir_dep, dep, &node->succ_list, succ_link) 459 list_for_each_entry_safe(ppir_dep, dep, &node->pred_list, pred_link) 680 list_for_each_entry_safe(ppir_dep, dep, &instr->succ_list, succ_link) 684 list_for_each_entry_safe(ppir_dep, dep, &instr->pred_list, pred_link)
|
D | scheduler.c | 179 list_for_each_entry_safe(ppir_instr, instr, &instr_list, list) { in ppir_schedule_block()
|
/external/mesa3d/src/panfrost/lib/ |
D | pan_bo.c | 198 list_for_each_entry_safe(struct panfrost_bo, entry, bucket, in panfrost_bo_cache_fetch() 237 list_for_each_entry_safe(struct panfrost_bo, entry, in panfrost_bo_cache_evict_stale_bos() 309 list_for_each_entry_safe(struct panfrost_bo, entry, bucket, in panfrost_bo_cache_evict_all()
|
/external/iptables/iptables/ |
D | nft-chain.c | 54 list_for_each_entry_safe(c, c2, &list->list, head) { in nft_chain_list_free()
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_simulator.c | 294 list_for_each_entry_safe(struct drm_vc4_bo, bo, &exec->unref_list, in vc4_dump_to_file() 330 list_for_each_entry_safe(struct drm_vc4_bo, bo, &exec->unref_list, in vc4_dump_to_file() 352 list_for_each_entry_safe(struct drm_vc4_bo, bo, &exec->unref_list, in vc4_dump_to_file() 421 list_for_each_entry_safe(struct drm_vc4_bo, bo, &exec.unref_list, in vc4_simulator_submit_cl_ioctl()
|
/external/libnfnetlink/src/ |
D | iftable.c | 131 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/mesa3d/src/gallium/drivers/lima/ |
D | lima_bo.c | 122 list_for_each_entry_safe(struct lima_bo, entry, in lima_bo_cache_fini() 169 list_for_each_entry_safe(struct lima_bo, entry, in lima_bo_cache_free_stale_bos() 250 list_for_each_entry_safe(struct lima_bo, entry, bucket, size_list) { in lima_bo_cache_get()
|
/external/mesa3d/src/broadcom/vulkan/ |
D | v3dv_cl.c | 41 list_for_each_entry_safe(struct v3dv_bo, bo, &cl->bo_list, list_link) { in v3dv_cl_destroy()
|
D | v3dv_bo.c | 168 list_for_each_entry_safe(struct v3dv_bo, bo, &cache->time_list, in bo_cache_free_all() 425 list_for_each_entry_safe(struct v3dv_bo, bo, &cache->time_list, in free_stale_bos()
|
/external/mesa3d/src/gallium/drivers/iris/ |
D | iris_program_cache.c | 157 list_for_each_entry_safe(struct iris_compiled_shader, shader, in iris_delete_shader_variants() 353 list_for_each_entry_safe(struct iris_compiled_shader, shader, in iris_destroy_program_cache()
|
D | iris_bufmgr.c | 396 list_for_each_entry_safe(struct iris_bo, cur, &bucket->head, head) { in alloc_bo_from_cache() 763 list_for_each_entry_safe(struct bo_export, export, &bo->exports, link) { in bo_close() 833 list_for_each_entry_safe(struct iris_bo, bo, &bucket->head, head) { in cleanup_bo_cache() 843 list_for_each_entry_safe(struct iris_bo, bo, &bufmgr->zombie_list, head) { in cleanup_bo_cache() 1315 list_for_each_entry_safe(struct iris_bo, bo, &bucket->head, head) { in iris_bufmgr_destroy() 1323 list_for_each_entry_safe(struct iris_bo, bo, &bufmgr->zombie_list, head) { in iris_bufmgr_destroy()
|
/external/mesa3d/src/compiler/nir/ |
D | nir_opt_combine_stores.c | 180 list_for_each_entry_safe(struct combined_store, combo, &state->pending, link) { in combine_stores_with_deref() 195 list_for_each_entry_safe(struct combined_store, combo, &state->pending, link) { in combine_stores_with_modes()
|
/external/mesa3d/src/panfrost/bifrost/ |
D | compiler.h | 582 list_for_each_entry_safe(bi_instruction, v, &(block)->base.instructions, link) 597 list_for_each_entry_safe(bi_clause, v, &(block)->clauses, link)
|
/external/erofs-utils/include/erofs/ |
D | list.h | 104 #define list_for_each_entry_safe(pos, n, head, member) \ macro
|
/external/libusb/include/libusb/ |
D | libusbi.h | 150 #define list_for_each_entry_safe(pos, n, head, member, type) \ macro 163 list_for_each_entry_safe(pos, n, head, list, type) 1357 list_for_each_entry_safe(t, n, (list), completed_list, struct usbi_transfer)
|
/external/libusb/libusb/ |
D | libusbi.h | 150 #define list_for_each_entry_safe(pos, n, head, member, type) \ macro 163 list_for_each_entry_safe(pos, n, head, list, type) 1357 list_for_each_entry_safe(t, n, (list), completed_list, struct usbi_transfer)
|
/external/iproute2/include/ |
D | list.h | 72 #define list_for_each_entry_safe(pos, n, head, member) \ macro
|