Home
last modified time | relevance | path

Searched refs:list_for_each_entry_continue_reverse (Results 1 – 25 of 64) sorted by relevance

123

/linux-6.1.9/drivers/usb/core/
Dphy.c98 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/
Duse_after_iter.cocci27 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/
Dttm_execbuf_util.c39 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/
Dobject.c215 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/
Dprestera_matchall.c111 list_for_each_entry_continue_reverse(binding, in prestera_mall_replace()
/linux-6.1.9/include/sound/
Dsoc-dpcm.h118 list_for_each_entry_continue_reverse(_dpcm, &(fe)->dpcm[stream].be_clients, list_be)
/linux-6.1.9/block/
Dholder.c167 list_for_each_entry_continue_reverse(holder, &disk->slave_bdevs, list) in bd_register_pending_holders()
/linux-6.1.9/drivers/iio/buffer/
Dindustrialio-hw-consumer.c192 list_for_each_entry_continue_reverse(buf, &hwc->buffers, head) in iio_hw_consumer_enable()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_matchall.c302 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()
Dspectrum_switchdev.c626 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()
Dspectrum_mr.c651 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/
Dvlan_core.c272 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/
Dcore.c218 list_for_each_entry_continue_reverse(wpan_dev, in cfg802154_switch_netns()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dfs_chains.c410 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/
Dnet_namespace.c348 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/
Dnet_namespace.h379 list_for_each_entry_continue_reverse(VAR, &net_namespace_list, list)
Ddsa.h564 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/
Dbus.c228 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/
Dannotate.c365 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, &notes->src->source, node) { in annotate_browser__find_string_reverse()
/linux-6.1.9/
D.clang-format466 - 'list_for_each_entry_continue_reverse'
/linux-6.1.9/tools/include/linux/
Dlist.h507 #define list_for_each_entry_continue_reverse(pos, head, member) \ macro
/linux-6.1.9/drivers/vfio/
Dcontainer.c258 list_for_each_entry_continue_reverse(group, &container->group_list, in __vfio_container_attach_groups()
/linux-6.1.9/Documentation/locking/
Dww-mutex-design.rst166 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/
Dtest-ww_mutex.c510 list_for_each_entry_continue_reverse(ln, &locks, link) in stress_reorder_work()
/linux-6.1.9/drivers/of/
Ddynamic.c721 list_for_each_entry_continue_reverse(ce, &ocs->entries, in __of_changeset_apply_entries()

123