/Linux-v4.19/scripts/coccinelle/iterators/ |
D | use_after_iter.cocci | 26 iterator name list_for_each_entry_continue_reverse; 56 list_for_each_entry_continue_reverse@p1(c,...,member) { ... when != break; 94 list_for_each_entry_continue_reverse(c,...) S
|
/Linux-v4.19/drivers/usb/core/ |
D | phy.c | 97 list_for_each_entry_continue_reverse(roothub_entry, head, list) in usb_phy_roothub_init() 145 list_for_each_entry_continue_reverse(roothub_entry, head, list) in usb_phy_roothub_power_on()
|
/Linux-v4.19/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-v4.19/net/8021q/ |
D | vlan_core.c | 244 list_for_each_entry_continue_reverse(vlan_vid_info, in vlan_filter_push_vids() 390 list_for_each_entry_continue_reverse(vid_info, in vlan_vids_add_by_dev()
|
/Linux-v4.19/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-v4.19/drivers/iio/buffer/ |
D | industrialio-hw-consumer.c | 226 list_for_each_entry_continue_reverse(buf, &hwc->buffers, head) in iio_hw_consumer_enable()
|
/Linux-v4.19/drivers/gpu/drm/nouveau/include/nvif/ |
D | list.h | 343 #define list_for_each_entry_continue_reverse(pos, head, member) \ macro
|
/Linux-v4.19/net/bridge/ |
D | br_vlan.c | 797 list_for_each_entry_continue_reverse(vlan, &vg->vlan_list, vlist) in __br_vlan_set_proto() 800 list_for_each_entry_continue_reverse(p, &br->port_list, list) { in __br_vlan_set_proto() 932 list_for_each_entry_continue_reverse(p, &br->port_list, list) { in __br_vlan_set_default_pvid()
|
/Linux-v4.19/net/ieee802154/ |
D | core.c | 232 list_for_each_entry_continue_reverse(wpan_dev, in cfg802154_switch_netns()
|
/Linux-v4.19/ |
D | .clang-format | 273 - 'list_for_each_entry_continue_reverse'
|
/Linux-v4.19/include/net/ |
D | fq_impl.h | 147 list_for_each_entry_continue_reverse(i, &fq->backlogs, in fq_recalc_backlog()
|
/Linux-v4.19/net/core/ |
D | net_namespace.c | 330 list_for_each_entry_continue_reverse(ops, &pernet_list, list) in setup_net() 334 list_for_each_entry_continue_reverse(ops, &pernet_list, list) in setup_net()
|
/Linux-v4.19/drivers/gpu/host1x/ |
D | bus.c | 224 list_for_each_entry_continue_reverse(client, &device->clients, list) in host1x_device_init()
|
/Linux-v4.19/mm/ |
D | list_lru.c | 536 list_for_each_entry_continue_reverse(lru, &list_lrus, list) in memcg_update_all_list_lrus()
|
/Linux-v4.19/tools/include/linux/ |
D | list.h | 496 #define list_for_each_entry_continue_reverse(pos, head, member) \ macro
|
/Linux-v4.19/drivers/remoteproc/ |
D | remoteproc_core.c | 795 list_for_each_entry_continue_reverse(subdev, &rproc->subdevs, node) { in rproc_prepare_subdevices() 819 list_for_each_entry_continue_reverse(subdev, &rproc->subdevs, node) { in rproc_start_subdevices()
|
/Linux-v4.19/Documentation/locking/ |
D | ww-mutex-design.txt | 164 list_for_each_entry_continue_reverse (entry, list, head) 196 list_for_each_entry_continue_reverse (entry2, list, head)
|
/Linux-v4.19/include/linux/ |
D | list.h | 543 #define list_for_each_entry_continue_reverse(pos, head, member) \ macro
|
/Linux-v4.19/kernel/locking/ |
D | test-ww_mutex.c | 483 list_for_each_entry_continue_reverse(ln, &locks, link) in stress_reorder_work()
|
D | locktorture.c | 407 list_for_each_entry_continue_reverse(ln, &list, link) in torture_ww_mutex_lock()
|
/Linux-v4.19/drivers/of/ |
D | dynamic.c | 682 list_for_each_entry_continue_reverse(ce, &ocs->entries, in __of_changeset_apply_entries()
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_switchdev.c | 535 list_for_each_entry_continue_reverse(bridge_vlan, in mlxsw_sp_port_attr_stp_state_set() 584 list_for_each_entry_continue_reverse(bridge_vlan, in mlxsw_sp_bridge_port_flood_table_set() 627 list_for_each_entry_continue_reverse(bridge_vlan, in mlxsw_sp_bridge_port_learning_set()
|
/Linux-v4.19/arch/powerpc/platforms/cell/ |
D | spu_base.c | 520 list_for_each_entry_continue_reverse(spu, in spu_add_dev_attr_group()
|
/Linux-v4.19/drivers/acpi/ |
D | power.c | 345 list_for_each_entry_continue_reverse(entry, list, node) in acpi_power_on_list()
|
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/ |
D | nfp_net_main.c | 326 list_for_each_entry_continue_reverse(nn, &pf->vnics, vnic_list) in nfp_net_pf_init_vnics()
|