Home
last modified time | relevance | path

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

12

/Linux-v5.4/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.4/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.4/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.4/include/sound/
Dsoc-dpcm.h114 list_for_each_entry_continue_reverse(dpcm, &(fe)->dpcm[stream].be_clients, list_be)
/Linux-v5.4/drivers/iio/buffer/
Dindustrialio-hw-consumer.c226 list_for_each_entry_continue_reverse(buf, &hwc->buffers, head) in iio_hw_consumer_enable()
/Linux-v5.4/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.4/drivers/gpu/drm/nouveau/include/nvif/
Dlist.h343 #define list_for_each_entry_continue_reverse(pos, head, member) \ macro
/Linux-v5.4/net/8021q/
Dvlan_core.c271 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.4/net/ieee802154/
Dcore.c218 list_for_each_entry_continue_reverse(wpan_dev, in cfg802154_switch_netns()
/Linux-v5.4/net/core/
Dnet_namespace.c351 list_for_each_entry_continue_reverse(ops, &pernet_list, list) in setup_net()
357 list_for_each_entry_continue_reverse(ops, &pernet_list, list) in setup_net()
361 list_for_each_entry_continue_reverse(ops, &pernet_list, list) in setup_net()
/Linux-v5.4/net/bridge/
Dbr_vlan.c847 list_for_each_entry_continue_reverse(vlan, &vg->vlan_list, vlist) in __br_vlan_set_proto()
850 list_for_each_entry_continue_reverse(p, &br->port_list, list) { in __br_vlan_set_proto()
1006 list_for_each_entry_continue_reverse(p, &br->port_list, list) { in __br_vlan_set_default_pvid()
/Linux-v5.4/include/net/
Dfq_impl.h148 list_for_each_entry_continue_reverse(i, &fq->backlogs, in fq_recalc_backlog()
/Linux-v5.4/
D.clang-format336 - 'list_for_each_entry_continue_reverse'
/Linux-v5.4/mm/
Dlist_lru.c536 list_for_each_entry_continue_reverse(lru, &list_lrus, list) in memcg_update_all_list_lrus()
/Linux-v5.4/tools/include/linux/
Dlist.h496 #define list_for_each_entry_continue_reverse(pos, head, member) \ macro
/Linux-v5.4/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.4/drivers/gpu/host1x/
Dbus.c215 list_for_each_entry_continue_reverse(client, &device->clients, list) in host1x_device_init()
/Linux-v5.4/kernel/locking/
Dtest-ww_mutex.c470 list_for_each_entry_continue_reverse(ln, &locks, link) in stress_reorder_work()
Dlocktorture.c394 list_for_each_entry_continue_reverse(ln, &list, link) in torture_ww_mutex_lock()
/Linux-v5.4/drivers/of/
Ddynamic.c717 list_for_each_entry_continue_reverse(ce, &ocs->entries, in __of_changeset_apply_entries()
/Linux-v5.4/include/linux/
Dlist.h626 #define list_for_each_entry_continue_reverse(pos, head, member) \ macro
/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_acl_erp.c470 list_for_each_entry_continue_reverse(erp, &erp_table->atcam_erps_list, in mlxsw_sp_acl_erp_table_relocate()
542 list_for_each_entry_continue_reverse(aentry, &aregion->entries_list, in mlxsw_acl_erp_table_bf_add()
/Linux-v5.4/drivers/net/ethernet/netronome/nfp/
Dnfp_net_main.c301 list_for_each_entry_continue_reverse(nn, &pf->vnics, vnic_list) in nfp_net_pf_init_vnics()
/Linux-v5.4/arch/powerpc/platforms/cell/
Dspu_base.c507 list_for_each_entry_continue_reverse(spu, in spu_add_dev_attr_group()
/Linux-v5.4/drivers/remoteproc/
Dremoteproc_core.c1109 list_for_each_entry_continue_reverse(subdev, &rproc->subdevs, node) { in rproc_prepare_subdevices()
1133 list_for_each_entry_continue_reverse(subdev, &rproc->subdevs, node) { in rproc_start_subdevices()

12