HomeSort by relevance Sort by last modified time
    Searched refs:list_for_each_entry_safe (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/syslinux/gpxe/src/core/
device.c 98 list_for_each_entry_safe ( rootdev, tmp, &devices, dev.siblings ) {
posix_io.c 76 list_for_each_entry_safe ( iobuf, tmp, &file->data, list ) {
  /external/libusb/libusb/
hotplug.c 197 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/
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
  /external/syslinux/com32/include/sys/
module.h 181 list_for_each_entry_safe(m, n, &modules_head, list)
  /external/syslinux/gpxe/src/drivers/bus/
isa.c 154 list_for_each_entry_safe ( isa, tmp, &rootdev->dev.children,
eisa.c 164 list_for_each_entry_safe ( eisa, tmp, &rootdev->dev.children,
mca.c 159 list_for_each_entry_safe ( mca, tmp, &rootdev->dev.children,
pci.c 323 list_for_each_entry_safe ( pci, tmp, &rootdev->dev.children,
  /external/syslinux/gpxe/src/include/gpxe/
list.h 173 #define list_for_each_entry_safe( pos, tmp, head, member ) \ macro
  /external/syslinux/gpxe/src/net/
retry.c 181 list_for_each_entry_safe ( timer, tmp, &timers, list ) {
  /external/libnfnetlink/src/
iftable.c 131 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/
list.h 72 #define list_for_each_entry_safe(pos, n, head, member) \ macro
  /external/libusb/libusb/os/
threads_windows.c 129 list_for_each_entry_safe(pos, next_pos, &cond->not_waiting, list, struct usbi_cond_perthread) {
  /external/mesa3d/src/gallium/drivers/vc4/
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_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
  /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/mesa3d/src/compiler/nir/
nir_loop_analyze.c 199 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,
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/iproute2/rdma/
utils.c 87 list_for_each_entry_safe(dev_map, tmp,
  /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/syslinux/gpxe/src/drivers/net/
3c509.c 412 list_for_each_entry_safe ( t509, tmp, &rootdev->dev.children,
  /external/syslinux/gpxe/src/hci/commands/
image_cmd.c 555 list_for_each_entry_safe ( image, tmp, &images, list ) {

Completed in 820 milliseconds

1 2 3