HomeSort by relevance Sort by last modified time
    Searched defs:list_for_each_entry_safe (Results 1 - 24 of 24) sorted by null

  /external/ltp/utils/ffsb-6.0-rc2/
list.h 43 #define list_for_each_entry_safe(pos, n, head, member) \ macro
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3_depth.c 138 list_for_each_entry_safe (struct ir3_instruction, instr, &block->instr_list, node) { function
ir3_legalize.c 84 list_for_each_entry_safe (struct ir3_instruction, n, &instr_list, node) { function
ir3_sched.c 513 list_for_each_entry_safe (struct ir3_instruction, instr, &unscheduled_list, node) { function
  /external/syslinux/gpxe/src/include/gpxe/
list.h 173 #define list_for_each_entry_safe( pos, tmp, head, member ) \ macro
  /external/f2fs-tools/include/
list.h 84 #define list_for_each_entry_safe(pos, n, head, member) \ macro
  /external/ltp/testcases/realtime/include/
list.h 339 * 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/mesa3d/src/util/
list.h 191 #define LIST_FOR_EACH_ENTRY_SAFE(pos, storage, head, member) \
218 #define list_for_each_entry_safe(type, pos, head, member) \ macro
  /external/mesa3d/src/amd/vulkan/
radv_descriptor_set.c 476 list_for_each_entry_safe(struct radv_descriptor_set, set, function
494 list_for_each_entry_safe(struct radv_descriptor_set, set, function
radv_cmd_buffer.c 1366 list_for_each_entry_safe(struct radv_cmd_buffer_upload, up, function
1398 list_for_each_entry_safe(struct radv_cmd_buffer_upload, up, function
1879 list_for_each_entry_safe(struct radv_cmd_buffer, cmd_buffer, function
    [all...]
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_bufmgr.c 238 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
vc4_qir_schedule.c 633 list_for_each_entry_safe(struct schedule_node, n, function
vc4_simulator.c 288 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
vc4_qpu_schedule.c 907 list_for_each_entry_safe(struct schedule_node, n, schedule_list, link) { function
    [all...]
  /external/mesa3d/src/intel/vulkan/
anv_cmd_buffer.c 778 list_for_each_entry_safe(struct anv_cmd_buffer, cmd_buffer, function
anv_batch_chain.c 413 list_for_each_entry_safe(struct anv_batch_bo, bbo, new_list, link)
728 list_for_each_entry_safe(struct anv_batch_bo, bbo, function
    [all...]
  /external/syslinux/com32/include/linux/
list.h 329 * 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/iptables/libiptc/
linux_list.h 425 * list_for_each_entry_safe - iterate over list of given type safe against removal of list entry
431 #define list_for_each_entry_safe(pos, n, head, member) \ macro
  /external/libnetfilter_conntrack/include/internal/
linux_list.h 430 * list_for_each_entry_safe - iterate over list of given type safe against removal of list entry
436 #define list_for_each_entry_safe(pos, n, head, member) \ macro
  /external/libnfnetlink/include/
linux_list.h 429 * list_for_each_entry_safe - iterate over list of given type safe against removal of list entry
435 #define list_for_each_entry_safe(pos, n, head, member) \ macro
  /external/mesa3d/src/compiler/nir/
nir_opt_copy_prop_vars.c 287 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/syslinux/gpxe/src/drivers/net/
sis190.c 683 list_for_each_entry_safe(cur, next, first_phy, list) { function
  /external/libusb/libusb/
libusbi.h 103 #define list_for_each_entry_safe(pos, n, head, member, type) \ macro
    [all...]
  /external/syslinux/gpxe/src/net/80211/
net80211.c 1637 list_for_each_entry_safe ( wlan, tmp, list, list ) { function
    [all...]

Completed in 882 milliseconds