/linux-6.6.21/drivers/usb/core/ |
D | phy.c | 98 list_for_each_entry_continue_reverse(roothub_entry, head, list) in usb_phy_roothub_init() 147 list_for_each_entry_continue_reverse(roothub_entry, head, list) in usb_phy_roothub_set_mode() 195 list_for_each_entry_continue_reverse(roothub_entry, head, list) in usb_phy_roothub_power_on()
|
/linux-6.6.21/scripts/coccinelle/iterators/ |
D | use_after_iter.cocci | 27 iterator name list_for_each_entry_continue_reverse; 58 list_for_each_entry_continue_reverse@p1(c,...,member) { ... when != break; 96 list_for_each_entry_continue_reverse(c,...) S
|
/linux-6.6.21/drivers/gpu/drm/ttm/ |
D | ttm_execbuf_util.c | 35 list_for_each_entry_continue_reverse(entry, list, head) { in ttm_eu_backoff_reservation_reverse()
|
/linux-6.6.21/drivers/gpu/drm/nouveau/nvkm/core/ |
D | object.c | 215 list_for_each_entry_continue_reverse(child, &object->tree, head) { in nvkm_object_fini() 248 list_for_each_entry_continue_reverse(child, &object->tree, head) in nvkm_object_init()
|
/linux-6.6.21/drivers/net/ethernet/marvell/prestera/ |
D | prestera_matchall.c | 111 list_for_each_entry_continue_reverse(binding, in prestera_mall_replace()
|
/linux-6.6.21/include/sound/ |
D | soc-dpcm.h | 115 list_for_each_entry_continue_reverse(_dpcm, &(fe)->dpcm[stream].be_clients, list_be)
|
/linux-6.6.21/drivers/iio/buffer/ |
D | industrialio-hw-consumer.c | 192 list_for_each_entry_continue_reverse(buf, &hwc->buffers, head) in iio_hw_consumer_enable()
|
/linux-6.6.21/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_matchall.c | 302 list_for_each_entry_continue_reverse(binding, &block->binding_list, in mlxsw_sp_mall_replace() 350 list_for_each_entry_continue_reverse(mall_entry, &block->mall.list, in mlxsw_sp_mall_port_bind()
|
D | spectrum_switchdev.c | 711 list_for_each_entry_continue_reverse(bridge_vlan, in mlxsw_sp_port_attr_stp_state_set() 760 list_for_each_entry_continue_reverse(bridge_vlan, in mlxsw_sp_bridge_port_flood_table_set() 788 list_for_each_entry_continue_reverse(mlxsw_sp_port_vlan, in mlxsw_sp_bridge_vlans_flood_set() 818 list_for_each_entry_continue_reverse(bridge_vlan, in mlxsw_sp_bridge_ports_flood_table_set() 861 list_for_each_entry_continue_reverse(bridge_vlan, in mlxsw_sp_bridge_port_learning_set() 1083 list_for_each_entry_continue_reverse(bridge_port, in mlxsw_sp_port_mc_disabled_set() 2227 list_for_each_entry_continue_reverse(mdb_entry, in mlxsw_sp_bridge_mdb_mc_enable_sync()
|
D | spectrum_mr.c | 651 list_for_each_entry_continue_reverse(erve, &mr_vif->route_evif_list, in mlxsw_sp_mr_vif_resolve() 655 list_for_each_entry_continue_reverse(irve, &mr_vif->route_ivif_list, in mlxsw_sp_mr_vif_resolve()
|
D | spectrum_acl_erp.c | 472 list_for_each_entry_continue_reverse(erp, &erp_table->atcam_erps_list, in mlxsw_sp_acl_erp_table_relocate() 544 list_for_each_entry_continue_reverse(aentry, &aregion->entries_list, in mlxsw_acl_erp_table_bf_add()
|
/linux-6.6.21/net/8021q/ |
D | vlan_core.c | 272 list_for_each_entry_continue_reverse(vlan_vid_info, in vlan_filter_push_vids() 419 list_for_each_entry_continue_reverse(vid_info, in vlan_vids_add_by_dev()
|
/linux-6.6.21/net/ieee802154/ |
D | core.c | 221 list_for_each_entry_continue_reverse(wpan_dev, in cfg802154_switch_netns()
|
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
D | fs_chains.c | 411 list_for_each_entry_continue_reverse(pos, in mlx5_chains_update_prio_prevs() 430 list_for_each_entry_continue_reverse(pos, in mlx5_chains_update_prio_prevs()
|
/linux-6.6.21/net/core/ |
D | net_namespace.c | 355 list_for_each_entry_continue_reverse(ops, &pernet_list, list) in setup_net() 361 list_for_each_entry_continue_reverse(ops, &pernet_list, list) in setup_net() 365 list_for_each_entry_continue_reverse(ops, &pernet_list, list) in setup_net()
|
/linux-6.6.21/include/net/ |
D | net_namespace.h | 395 list_for_each_entry_continue_reverse(VAR, &net_namespace_list, list)
|
D | dsa.h | 554 list_for_each_entry_continue_reverse((_dp), &(_dst)->ports, list) \ 570 list_for_each_entry_continue_reverse((_dp), &(_ds)->dst->ports, list) \
|
/linux-6.6.21/drivers/gpu/host1x/ |
D | bus.c | 228 list_for_each_entry_continue_reverse(client, &device->clients, list) in host1x_device_init() 236 list_for_each_entry_continue_reverse(client, &device->clients, list) in host1x_device_init()
|
/linux-6.6.21/tools/perf/ui/browsers/ |
D | annotate.c | 365 list_for_each_entry_continue_reverse(it, browser->b.entries, node) { in annotate_browser__find_next_asm_line() 583 list_for_each_entry_continue_reverse(al, ¬es->src->source, node) { in annotate_browser__find_string_reverse()
|
/linux-6.6.21/drivers/vfio/ |
D | container.c | 252 list_for_each_entry_continue_reverse(group, &container->group_list, in __vfio_container_attach_groups()
|
/linux-6.6.21/ |
D | .clang-format | 471 - 'list_for_each_entry_continue_reverse'
|
/linux-6.6.21/tools/include/linux/ |
D | list.h | 507 #define list_for_each_entry_continue_reverse(pos, head, member) \ macro
|
/linux-6.6.21/Documentation/locking/ |
D | ww-mutex-design.rst | 166 list_for_each_entry_continue_reverse (entry, list, head) 198 list_for_each_entry_continue_reverse (entry2, list, head)
|
/linux-6.6.21/kernel/locking/ |
D | test-ww_mutex.c | 509 list_for_each_entry_continue_reverse(ln, &locks, link) in stress_reorder_work()
|
/linux-6.6.21/net/bridge/ |
D | br_vlan.c | 991 list_for_each_entry_continue_reverse(vlan, &vg->vlan_list, vlist) { in __br_vlan_set_proto() 997 list_for_each_entry_continue_reverse(p, &br->port_list, list) { in __br_vlan_set_proto() 1165 list_for_each_entry_continue_reverse(p, &br->port_list, list) { in __br_vlan_set_default_pvid()
|