| /u-boot/scripts/coccinelle/iterators/ |
| A D | use_after_iter.cocci | 28 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
|
| /u-boot/drivers/core/ |
| A D | tag.c | 126 list_for_each_entry_safe(node, tmp, &gd->dmtag_list, sibling) { in dev_tag_del() 146 list_for_each_entry_safe(node, tmp, &gd->dmtag_list, sibling) { in dev_tag_del_all()
|
| /u-boot/common/ |
| A D | event.c | 92 list_for_each_entry_safe(spy, next, &state->spy_head, sibling_node) { in notify_dynamic() 201 list_for_each_entry_safe(spy, next, &state->spy_head, sibling_node) in event_uninit()
|
| /u-boot/boot/ |
| A D | expo.c | 47 list_for_each_entry_safe(scn, next, &exp->scene_head, sibling) in expo_destroy() 50 list_for_each_entry_safe(estr, enext, &exp->str_head, sibling) in expo_destroy()
|
| A D | scene_menu.c | 32 list_for_each_entry_safe(item, next, &menu->item_head, sibling) in scene_menu_destroy()
|
| A D | scene.c | 64 list_for_each_entry_safe(obj, next, &scn->obj_head, sibling) in scene_destroy()
|
| /u-boot/scripts/kconfig/ |
| A D | list.h | 61 #define list_for_each_entry_safe(pos, n, head, member) \ macro
|
| A D | preprocess.c | 91 list_for_each_entry_safe(e, tmp, &env_list, node) { in env_write_dep() 333 list_for_each_entry_safe(v, tmp, &variable_list, node) in variable_all_del()
|
| /u-boot/fs/ubifs/ |
| A D | gc.c | 248 list_for_each_entry_safe(snod, tmp, &sleb->nodes, list) { in sort_nodes() 367 list_for_each_entry_safe(snod, tmp, &sleb->nodes, list) { in move_nodes() 382 list_for_each_entry_safe(snod, tmp, &nondata, list) { in move_nodes() 918 list_for_each_entry_safe(idx_gc, tmp, &c->idx_gc, list) in ubifs_gc_end_commit()
|
| /u-boot/include/dm/ |
| A D | uclass.h | 500 list_for_each_entry_safe(pos, next, &uc->dev_head, uclass_node)
|
| A D | device.h | 1021 list_for_each_entry_safe(pos, next, &parent->child_head, sibling_node)
|
| /u-boot/cmd/ |
| A D | extension_board.c | 90 list_for_each_entry_safe(extension, next, &extension_list, list) { in extension_scan()
|
| A D | log.c | 281 list_for_each_entry_safe(filt, tmp_filt, &ldev->filter_head, in do_log_filter_remove()
|
| /u-boot/drivers/virtio/ |
| A D | virtio_sandbox.c | 130 list_for_each_entry_safe(vq, n, &uc_priv->vqs, list) in virtio_sandbox_del_vqs()
|
| A D | virtio_mmio.c | 302 list_for_each_entry_safe(vq, n, &uc_priv->vqs, list) in virtio_mmio_del_vqs()
|
| A D | virtio_pci_legacy.c | 246 list_for_each_entry_safe(vq, n, &uc_priv->vqs, list) in virtio_pci_del_vqs()
|
| /u-boot/drivers/mtd/ubi/ |
| A D | attach.c | 727 list_for_each_entry_safe(aeb, tmp_aeb, &ai->erase, u.list) { in ubi_early_get_peb() 1172 list_for_each_entry_safe(aeb, aeb_tmp, &ai->alien, u.list) { in destroy_ai() 1176 list_for_each_entry_safe(aeb, aeb_tmp, &ai->erase, u.list) { in destroy_ai() 1180 list_for_each_entry_safe(aeb, aeb_tmp, &ai->corr, u.list) { in destroy_ai() 1184 list_for_each_entry_safe(aeb, aeb_tmp, &ai->free, u.list) { in destroy_ai()
|
| A D | wl.c | 504 list_for_each_entry_safe(e, tmp, &ubi->pq[ubi->pq_head], u.list) { in serve_prot_queue() 1375 list_for_each_entry_safe(wrk, tmp, &ubi->works, list) { 1556 list_for_each_entry_safe(aeb, tmp, &ai->erase, u.list) { 1673 list_for_each_entry_safe(e, tmp, &ubi->pq[i], u.list) {
|
| A D | fastmap.c | 829 list_for_each_entry_safe(tmp_aeb, _tmp_aeb, &free, u.list) in ubi_attach_fastmap() 832 list_for_each_entry_safe(tmp_aeb, _tmp_aeb, &used, u.list) in ubi_attach_fastmap() 860 list_for_each_entry_safe(tmp_aeb, _tmp_aeb, &used, u.list) { in ubi_attach_fastmap() 864 list_for_each_entry_safe(tmp_aeb, _tmp_aeb, &free, u.list) { in ubi_attach_fastmap()
|
| /u-boot/drivers/usb/isp1760/ |
| A D | isp1760-hcd.c | 1122 list_for_each_entry_safe(qtd, qtd_next, &qh->qtd_list, qtd_list) { in collect_qtds() 1273 list_for_each_entry_safe(qh, qh_next, ep_queue, qh_list) in schedule_ptds() 1277 list_for_each_entry_safe(urb_listitem, urb_listitem_next, &urb_list, in schedule_ptds() 1309 list_for_each_entry_safe(qh, qh_next, ep_queue, qh_list) in schedule_ptds() 1725 list_for_each_entry_safe(qtd, qtd_next, qtd_list, qtd_list) { in qtd_list_free() 2468 list_for_each_entry_safe(qh, qh_next, &priv->qh_list[i], in isp1760_hcd_unregister()
|
| /u-boot/drivers/pci/ |
| A D | pcie_mediatek.c | 675 list_for_each_entry_safe(port, tmp, &pcie->ports, list) in mtk_pcie_probe() 713 list_for_each_entry_safe(port, tmp, &pcie->ports, list) in mtk_pcie_probe_v2()
|
| A D | pcie_apple.c | 376 list_for_each_entry_safe(port, tmp, &pcie->ports, entry) { in apple_pcie_remove()
|
| /u-boot/lib/efi_loader/ |
| A D | efi_boottime.c | 604 list_for_each_entry_safe(protocol, pos, &efiobj->protocols, link) { in efi_remove_all_protocols() 1006 list_for_each_entry_safe(item, next, &efi_register_notify_events, in efi_close_event() 1012 list_for_each_entry_safe(hitem, hnext, &item->handles, in efi_close_event() 1358 list_for_each_entry_safe(item, pos, &handler->open_infos, link) { in efi_uninstall_protocol() 2171 list_for_each_entry_safe(evt, next_event, &efi_events, link) { in efi_exit_boot_services() 2321 list_for_each_entry_safe(item, pos, &handler->open_infos, link) { in efi_close_protocol()
|
| /u-boot/drivers/phy/ |
| A D | phy-uclass.c | 102 list_for_each_entry_safe(counts, next, uc_priv, list) in phy_uclass_pre_remove()
|
| /u-boot/drivers/mtd/ |
| A D | mtdpart.c | 529 list_for_each_entry_safe(slave, next, &master->partitions, node) { in do_del_mtd_partitions() 831 list_for_each_entry_safe(slave, next, &master->partitions, node) in mtd_del_partition()
|