Home
last modified time | relevance | path

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

12

/Linux-v4.19/scripts/coccinelle/iterators/
Duse_after_iter.cocci26 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/
Dphy.c97 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/
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-v4.19/net/8021q/
Dvlan_core.c244 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/
Dttm_execbuf_util.c39 list_for_each_entry_continue_reverse(entry, list, head) { in ttm_eu_backoff_reservation_reverse()
/Linux-v4.19/drivers/iio/buffer/
Dindustrialio-hw-consumer.c226 list_for_each_entry_continue_reverse(buf, &hwc->buffers, head) in iio_hw_consumer_enable()
/Linux-v4.19/drivers/gpu/drm/nouveau/include/nvif/
Dlist.h343 #define list_for_each_entry_continue_reverse(pos, head, member) \ macro
/Linux-v4.19/net/bridge/
Dbr_vlan.c797 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/
Dcore.c232 list_for_each_entry_continue_reverse(wpan_dev, in cfg802154_switch_netns()
/Linux-v4.19/
D.clang-format273 - 'list_for_each_entry_continue_reverse'
/Linux-v4.19/include/net/
Dfq_impl.h147 list_for_each_entry_continue_reverse(i, &fq->backlogs, in fq_recalc_backlog()
/Linux-v4.19/net/core/
Dnet_namespace.c330 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/
Dbus.c224 list_for_each_entry_continue_reverse(client, &device->clients, list) in host1x_device_init()
/Linux-v4.19/mm/
Dlist_lru.c536 list_for_each_entry_continue_reverse(lru, &list_lrus, list) in memcg_update_all_list_lrus()
/Linux-v4.19/tools/include/linux/
Dlist.h496 #define list_for_each_entry_continue_reverse(pos, head, member) \ macro
/Linux-v4.19/drivers/remoteproc/
Dremoteproc_core.c795 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/
Dww-mutex-design.txt164 list_for_each_entry_continue_reverse (entry, list, head)
196 list_for_each_entry_continue_reverse (entry2, list, head)
/Linux-v4.19/include/linux/
Dlist.h543 #define list_for_each_entry_continue_reverse(pos, head, member) \ macro
/Linux-v4.19/kernel/locking/
Dtest-ww_mutex.c483 list_for_each_entry_continue_reverse(ln, &locks, link) in stress_reorder_work()
Dlocktorture.c407 list_for_each_entry_continue_reverse(ln, &list, link) in torture_ww_mutex_lock()
/Linux-v4.19/drivers/of/
Ddynamic.c682 list_for_each_entry_continue_reverse(ce, &ocs->entries, in __of_changeset_apply_entries()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_switchdev.c535 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/
Dspu_base.c520 list_for_each_entry_continue_reverse(spu, in spu_add_dev_attr_group()
/Linux-v4.19/drivers/acpi/
Dpower.c345 list_for_each_entry_continue_reverse(entry, list, node) in acpi_power_on_list()
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/
Dnfp_net_main.c326 list_for_each_entry_continue_reverse(nn, &pf->vnics, vnic_list) in nfp_net_pf_init_vnics()

12