Home
last modified time | relevance | path

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

123

/Linux-v5.10/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.10/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.10/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.10/include/sound/
Dsoc-dpcm.h114 list_for_each_entry_continue_reverse(_dpcm, &(fe)->dpcm[stream].be_clients, list_be)
/Linux-v5.10/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.10/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_matchall.c284 list_for_each_entry_continue_reverse(binding, &block->binding_list, in mlxsw_sp_mall_replace()
330 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.10/drivers/iio/buffer/
Dindustrialio-hw-consumer.c195 list_for_each_entry_continue_reverse(buf, &hwc->buffers, head) in iio_hw_consumer_enable()
/Linux-v5.10/drivers/gpu/drm/nouveau/include/nvif/
Dlist.h343 #define list_for_each_entry_continue_reverse(pos, head, member) \ macro
/Linux-v5.10/net/8021q/
Dvlan_core.c271 list_for_each_entry_continue_reverse(vlan_vid_info, in vlan_filter_push_vids()
416 list_for_each_entry_continue_reverse(vid_info, in vlan_vids_add_by_dev()
/Linux-v5.10/include/net/
Dnet_namespace.h340 list_for_each_entry_continue_reverse(VAR, &net_namespace_list, list)
Dfq_impl.h148 list_for_each_entry_continue_reverse(i, &fq->backlogs, in fq_recalc_backlog()
/Linux-v5.10/net/ieee802154/
Dcore.c218 list_for_each_entry_continue_reverse(wpan_dev, in cfg802154_switch_netns()
/Linux-v5.10/net/core/
Dnet_namespace.c358 list_for_each_entry_continue_reverse(ops, &pernet_list, list) in setup_net()
364 list_for_each_entry_continue_reverse(ops, &pernet_list, list) in setup_net()
368 list_for_each_entry_continue_reverse(ops, &pernet_list, list) in setup_net()
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dfs_chains.c491 list_for_each_entry_continue_reverse(pos, in mlx5_chains_update_prio_prevs()
510 list_for_each_entry_continue_reverse(pos, in mlx5_chains_update_prio_prevs()
/Linux-v5.10/drivers/net/netdevsim/
Dfib.c503 list_for_each_entry_continue_reverse(iter, &rt->fib6_siblings, in nsim_fib6_rt_create()
574 list_for_each_entry_continue_reverse(iter, &rt->fib6_siblings, in nsim_fib6_rt_append()
/Linux-v5.10/
D.clang-format370 - 'list_for_each_entry_continue_reverse'
/Linux-v5.10/net/bridge/
Dbr_vlan.c893 list_for_each_entry_continue_reverse(vlan, &vg->vlan_list, vlist) in __br_vlan_set_proto()
896 list_for_each_entry_continue_reverse(p, &br->port_list, list) { in __br_vlan_set_proto()
1060 list_for_each_entry_continue_reverse(p, &br->port_list, list) { in __br_vlan_set_default_pvid()
/Linux-v5.10/drivers/staging/media/atomisp/pci/
Datomisp_acc.c512 list_for_each_entry_continue_reverse(acc_fw, &asd->acc.fw, list) { in atomisp_acc_load_extensions()
/Linux-v5.10/mm/
Dlist_lru.c526 list_for_each_entry_continue_reverse(lru, &list_lrus, list) in memcg_update_all_list_lrus()
/Linux-v5.10/tools/include/linux/
Dlist.h496 #define list_for_each_entry_continue_reverse(pos, head, member) \ macro
/Linux-v5.10/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.10/net/netfilter/
Dnf_tables_offload.c417 list_for_each_entry_continue_reverse(trans, &net->nft.commit_list, list) { in nft_flow_rule_offload_abort()
/Linux-v5.10/kernel/locking/
Dtest-ww_mutex.c470 list_for_each_entry_continue_reverse(ln, &locks, link) in stress_reorder_work()
/Linux-v5.10/drivers/of/
Ddynamic.c716 list_for_each_entry_continue_reverse(ce, &ocs->entries, in __of_changeset_apply_entries()

123