/linux-6.1.9/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.1.9/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.1.9/drivers/gpu/drm/ttm/ |
D | ttm_execbuf_util.c | 39 list_for_each_entry_continue_reverse(entry, list, head) { in ttm_eu_backoff_reservation_reverse()
|
/linux-6.1.9/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.1.9/drivers/net/ethernet/marvell/prestera/ |
D | prestera_matchall.c | 111 list_for_each_entry_continue_reverse(binding, in prestera_mall_replace()
|
/linux-6.1.9/include/sound/ |
D | soc-dpcm.h | 118 list_for_each_entry_continue_reverse(_dpcm, &(fe)->dpcm[stream].be_clients, list_be)
|
/linux-6.1.9/block/ |
D | holder.c | 167 list_for_each_entry_continue_reverse(holder, &disk->slave_bdevs, list) in bd_register_pending_holders()
|
/linux-6.1.9/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.1.9/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 | 626 list_for_each_entry_continue_reverse(bridge_vlan, in mlxsw_sp_port_attr_stp_state_set() 675 list_for_each_entry_continue_reverse(bridge_vlan, in mlxsw_sp_bridge_port_flood_table_set() 703 list_for_each_entry_continue_reverse(mlxsw_sp_port_vlan, in mlxsw_sp_bridge_vlans_flood_set() 733 list_for_each_entry_continue_reverse(bridge_vlan, in mlxsw_sp_bridge_ports_flood_table_set() 776 list_for_each_entry_continue_reverse(bridge_vlan, in mlxsw_sp_bridge_port_learning_set() 976 list_for_each_entry_continue_reverse(bridge_port, in mlxsw_sp_port_mc_disabled_set() 2132 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()
|
/linux-6.1.9/net/8021q/ |
D | vlan_core.c | 272 list_for_each_entry_continue_reverse(vlan_vid_info, in vlan_filter_push_vids() 417 list_for_each_entry_continue_reverse(vid_info, in vlan_vids_add_by_dev()
|
/linux-6.1.9/net/ieee802154/ |
D | core.c | 218 list_for_each_entry_continue_reverse(wpan_dev, in cfg802154_switch_netns()
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
D | fs_chains.c | 410 list_for_each_entry_continue_reverse(pos, in mlx5_chains_update_prio_prevs() 429 list_for_each_entry_continue_reverse(pos, in mlx5_chains_update_prio_prevs()
|
/linux-6.1.9/net/core/ |
D | net_namespace.c | 348 list_for_each_entry_continue_reverse(ops, &pernet_list, list) in setup_net() 354 list_for_each_entry_continue_reverse(ops, &pernet_list, list) in setup_net() 358 list_for_each_entry_continue_reverse(ops, &pernet_list, list) in setup_net()
|
/linux-6.1.9/include/net/ |
D | net_namespace.h | 379 list_for_each_entry_continue_reverse(VAR, &net_namespace_list, list)
|
D | dsa.h | 564 list_for_each_entry_continue_reverse((_dp), &(_dst)->ports, list) \ 580 list_for_each_entry_continue_reverse((_dp), &(_ds)->dst->ports, list) \
|
/linux-6.1.9/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.1.9/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() 582 list_for_each_entry_continue_reverse(al, ¬es->src->source, node) { in annotate_browser__find_string_reverse()
|
/linux-6.1.9/ |
D | .clang-format | 466 - 'list_for_each_entry_continue_reverse'
|
/linux-6.1.9/tools/include/linux/ |
D | list.h | 507 #define list_for_each_entry_continue_reverse(pos, head, member) \ macro
|
/linux-6.1.9/drivers/vfio/ |
D | container.c | 258 list_for_each_entry_continue_reverse(group, &container->group_list, in __vfio_container_attach_groups()
|
/linux-6.1.9/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.1.9/kernel/locking/ |
D | test-ww_mutex.c | 510 list_for_each_entry_continue_reverse(ln, &locks, link) in stress_reorder_work()
|
/linux-6.1.9/drivers/of/ |
D | dynamic.c | 721 list_for_each_entry_continue_reverse(ce, &ocs->entries, in __of_changeset_apply_entries()
|