/Linux-v5.15/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.15/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.15/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.15/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.15/include/sound/ |
D | soc-dpcm.h | 114 list_for_each_entry_continue_reverse(_dpcm, &(fe)->dpcm[stream].be_clients, list_be)
|
/Linux-v5.15/block/ |
D | holder.c | 170 list_for_each_entry_continue_reverse(holder, &disk->slave_bdevs, list) in bd_register_pending_holders()
|
/Linux-v5.15/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-v5.15/drivers/gpu/drm/nouveau/include/nvif/ |
D | list.h | 343 #define list_for_each_entry_continue_reverse(pos, head, member) \ macro
|
/Linux-v5.15/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_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.15/drivers/net/ethernet/marvell/prestera/ |
D | prestera_span.c | 203 list_for_each_entry_continue_reverse(binding, in prestera_span_replace()
|
/Linux-v5.15/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-v5.15/include/net/ |
D | net_namespace.h | 337 list_for_each_entry_continue_reverse(VAR, &net_namespace_list, list)
|
/Linux-v5.15/net/ieee802154/ |
D | core.c | 218 list_for_each_entry_continue_reverse(wpan_dev, in cfg802154_switch_netns()
|
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
D | fs_chains.c | 406 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/ |
D | bus.c | 227 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/ |
D | net_namespace.c | 342 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-format | 379 - 'list_for_each_entry_continue_reverse'
|
/Linux-v5.15/tools/perf/ui/browsers/ |
D | annotate.c | 370 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, ¬es->src->source, node) { in annotate_browser__find_string_reverse()
|
/Linux-v5.15/mm/ |
D | list_lru.c | 518 list_for_each_entry_continue_reverse(lru, &list_lrus, list) in memcg_update_all_list_lrus()
|
/Linux-v5.15/tools/include/linux/ |
D | list.h | 496 #define list_for_each_entry_continue_reverse(pos, head, member) \ macro
|
/Linux-v5.15/drivers/staging/media/atomisp/pci/ |
D | atomisp_acc.c | 514 list_for_each_entry_continue_reverse(acc_fw, &asd->acc.fw, list) { in atomisp_acc_load_extensions()
|
/Linux-v5.15/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.15/kernel/locking/ |
D | test-ww_mutex.c | 470 list_for_each_entry_continue_reverse(ln, &locks, link) in stress_reorder_work()
|
/Linux-v5.15/drivers/of/ |
D | dynamic.c | 721 list_for_each_entry_continue_reverse(ce, &ocs->entries, in __of_changeset_apply_entries()
|