/Linux-v5.10/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-v5.10/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-v5.10/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-v5.10/include/sound/ |
D | soc-dpcm.h | 114 list_for_each_entry_continue_reverse(_dpcm, &(fe)->dpcm[stream].be_clients, list_be)
|
/Linux-v5.10/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-v5.10/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_matchall.c | 284 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()
|
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-v5.10/drivers/iio/buffer/ |
D | industrialio-hw-consumer.c | 195 list_for_each_entry_continue_reverse(buf, &hwc->buffers, head) in iio_hw_consumer_enable()
|
/Linux-v5.10/drivers/gpu/drm/nouveau/include/nvif/ |
D | list.h | 343 #define list_for_each_entry_continue_reverse(pos, head, member) \ macro
|
/Linux-v5.10/net/8021q/ |
D | vlan_core.c | 271 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/ |
D | net_namespace.h | 340 list_for_each_entry_continue_reverse(VAR, &net_namespace_list, list)
|
D | fq_impl.h | 148 list_for_each_entry_continue_reverse(i, &fq->backlogs, in fq_recalc_backlog()
|
/Linux-v5.10/net/ieee802154/ |
D | core.c | 218 list_for_each_entry_continue_reverse(wpan_dev, in cfg802154_switch_netns()
|
/Linux-v5.10/net/core/ |
D | net_namespace.c | 358 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/ |
D | fs_chains.c | 491 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/ |
D | fib.c | 503 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-format | 370 - 'list_for_each_entry_continue_reverse'
|
/Linux-v5.10/net/bridge/ |
D | br_vlan.c | 893 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/ |
D | atomisp_acc.c | 512 list_for_each_entry_continue_reverse(acc_fw, &asd->acc.fw, list) { in atomisp_acc_load_extensions()
|
/Linux-v5.10/mm/ |
D | list_lru.c | 526 list_for_each_entry_continue_reverse(lru, &list_lrus, list) in memcg_update_all_list_lrus()
|
/Linux-v5.10/tools/include/linux/ |
D | list.h | 496 #define list_for_each_entry_continue_reverse(pos, head, member) \ macro
|
/Linux-v5.10/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-v5.10/net/netfilter/ |
D | nf_tables_offload.c | 417 list_for_each_entry_continue_reverse(trans, &net->nft.commit_list, list) { in nft_flow_rule_offload_abort()
|
/Linux-v5.10/kernel/locking/ |
D | test-ww_mutex.c | 470 list_for_each_entry_continue_reverse(ln, &locks, link) in stress_reorder_work()
|
/Linux-v5.10/drivers/of/ |
D | dynamic.c | 716 list_for_each_entry_continue_reverse(ce, &ocs->entries, in __of_changeset_apply_entries()
|