Home
last modified time | relevance | path

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

12

/u-boot/scripts/coccinelle/iterators/
A 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
/u-boot/drivers/core/
A Dtag.c126 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 Devent.c92 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 Dexpo.c47 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 Dscene_menu.c32 list_for_each_entry_safe(item, next, &menu->item_head, sibling) in scene_menu_destroy()
A Dscene.c64 list_for_each_entry_safe(obj, next, &scn->obj_head, sibling) in scene_destroy()
/u-boot/scripts/kconfig/
A Dlist.h61 #define list_for_each_entry_safe(pos, n, head, member) \ macro
A Dpreprocess.c91 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 Dgc.c248 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 Duclass.h500 list_for_each_entry_safe(pos, next, &uc->dev_head, uclass_node)
A Ddevice.h1021 list_for_each_entry_safe(pos, next, &parent->child_head, sibling_node)
/u-boot/cmd/
A Dextension_board.c90 list_for_each_entry_safe(extension, next, &extension_list, list) { in extension_scan()
A Dlog.c281 list_for_each_entry_safe(filt, tmp_filt, &ldev->filter_head, in do_log_filter_remove()
/u-boot/drivers/virtio/
A Dvirtio_sandbox.c130 list_for_each_entry_safe(vq, n, &uc_priv->vqs, list) in virtio_sandbox_del_vqs()
A Dvirtio_mmio.c302 list_for_each_entry_safe(vq, n, &uc_priv->vqs, list) in virtio_mmio_del_vqs()
A Dvirtio_pci_legacy.c246 list_for_each_entry_safe(vq, n, &uc_priv->vqs, list) in virtio_pci_del_vqs()
/u-boot/drivers/mtd/ubi/
A Dattach.c727 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 Dwl.c504 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 Dfastmap.c829 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 Disp1760-hcd.c1122 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 Dpcie_mediatek.c675 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 Dpcie_apple.c376 list_for_each_entry_safe(port, tmp, &pcie->ports, entry) { in apple_pcie_remove()
/u-boot/lib/efi_loader/
A Defi_boottime.c604 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 Dphy-uclass.c102 list_for_each_entry_safe(counts, next, uc_priv, list) in phy_uclass_pre_remove()
/u-boot/drivers/mtd/
A Dmtdpart.c529 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()

Completed in 76 milliseconds

12