Home
last modified time | relevance | path

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

123

/Linux-v5.15/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-v5.15/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-v5.15/drivers/gpu/drm/ttm/
Dttm_execbuf_util.c39 list_for_each_entry_continue_reverse(entry, list, head) { in ttm_eu_backoff_reservation_reverse()
/Linux-v5.15/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-v5.15/include/sound/
Dsoc-dpcm.h114 list_for_each_entry_continue_reverse(_dpcm, &(fe)->dpcm[stream].be_clients, list_be)
/Linux-v5.15/block/
Dholder.c170 list_for_each_entry_continue_reverse(holder, &disk->slave_bdevs, list) in bd_register_pending_holders()
/Linux-v5.15/drivers/iio/buffer/
Dindustrialio-hw-consumer.c192 list_for_each_entry_continue_reverse(buf, &hwc->buffers, head) in iio_hw_consumer_enable()
/Linux-v5.15/drivers/gpu/drm/nouveau/include/nvif/
Dlist.h343 #define list_for_each_entry_continue_reverse(pos, head, member) \ macro
/Linux-v5.15/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_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-v5.15/drivers/net/ethernet/marvell/prestera/
Dprestera_span.c203 list_for_each_entry_continue_reverse(binding, in prestera_span_replace()
/Linux-v5.15/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-v5.15/include/net/
Dnet_namespace.h337 list_for_each_entry_continue_reverse(VAR, &net_namespace_list, list)
/Linux-v5.15/net/ieee802154/
Dcore.c218 list_for_each_entry_continue_reverse(wpan_dev, in cfg802154_switch_netns()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dfs_chains.c406 list_for_each_entry_continue_reverse(pos, in mlx5_chains_update_prio_prevs()
425 list_for_each_entry_continue_reverse(pos, in mlx5_chains_update_prio_prevs()
/Linux-v5.15/drivers/gpu/host1x/
Dbus.c227 list_for_each_entry_continue_reverse(client, &device->clients, list) in host1x_device_init()
235 list_for_each_entry_continue_reverse(client, &device->clients, list) in host1x_device_init()
/Linux-v5.15/net/core/
Dnet_namespace.c342 list_for_each_entry_continue_reverse(ops, &pernet_list, list) in setup_net()
348 list_for_each_entry_continue_reverse(ops, &pernet_list, list) in setup_net()
352 list_for_each_entry_continue_reverse(ops, &pernet_list, list) in setup_net()
/Linux-v5.15/
D.clang-format379 - 'list_for_each_entry_continue_reverse'
/Linux-v5.15/tools/perf/ui/browsers/
Dannotate.c370 list_for_each_entry_continue_reverse(it, browser->b.entries, node) { in annotate_browser__find_next_asm_line()
587 list_for_each_entry_continue_reverse(al, &notes->src->source, node) { in annotate_browser__find_string_reverse()
/Linux-v5.15/mm/
Dlist_lru.c518 list_for_each_entry_continue_reverse(lru, &list_lrus, list) in memcg_update_all_list_lrus()
/Linux-v5.15/tools/include/linux/
Dlist.h496 #define list_for_each_entry_continue_reverse(pos, head, member) \ macro
/Linux-v5.15/drivers/staging/media/atomisp/pci/
Datomisp_acc.c514 list_for_each_entry_continue_reverse(acc_fw, &asd->acc.fw, list) { in atomisp_acc_load_extensions()
/Linux-v5.15/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-v5.15/kernel/locking/
Dtest-ww_mutex.c470 list_for_each_entry_continue_reverse(ln, &locks, link) in stress_reorder_work()
/Linux-v5.15/drivers/of/
Ddynamic.c721 list_for_each_entry_continue_reverse(ce, &ocs->entries, in __of_changeset_apply_entries()

123