Home
last modified time | relevance | path

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

123

/linux/drivers/usb/core/
A 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/scripts/coccinelle/iterators/
A 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/drivers/gpu/drm/nouveau/nvkm/core/
A 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/drivers/gpu/drm/ttm/
A Dttm_execbuf_util.c39 list_for_each_entry_continue_reverse(entry, list, head) { in ttm_eu_backoff_reservation_reverse()
/linux/block/
A Dholder.c171 list_for_each_entry_continue_reverse(holder, &disk->slave_bdevs, list) in bd_register_pending_holders()
/linux/include/sound/
A Dsoc-dpcm.h114 list_for_each_entry_continue_reverse(_dpcm, &(fe)->dpcm[stream].be_clients, list_be)
/linux/drivers/net/ethernet/mellanox/mlxsw/
A Dspectrum_matchall.c302 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()
A Dspectrum_mr.c651 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()
A 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/drivers/iio/buffer/
A Dindustrialio-hw-consumer.c192 list_for_each_entry_continue_reverse(buf, &hwc->buffers, head) in iio_hw_consumer_enable()
/linux/drivers/gpu/drm/nouveau/include/nvif/
A Dlist.h343 #define list_for_each_entry_continue_reverse(pos, head, member) \ macro
/linux/net/8021q/
A Dvlan_core.c272 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/drivers/net/ethernet/marvell/prestera/
A Dprestera_span.c203 list_for_each_entry_continue_reverse(binding, in prestera_span_replace()
/linux/drivers/gpu/host1x/
A Dbus.c227 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/drivers/net/ethernet/mellanox/mlx5/core/lib/
A Dfs_chains.c409 list_for_each_entry_continue_reverse(pos, in mlx5_chains_update_prio_prevs()
428 list_for_each_entry_continue_reverse(pos, in mlx5_chains_update_prio_prevs()
/linux/net/core/
A Dnet_namespace.c342 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/net/ieee802154/
A Dcore.c218 list_for_each_entry_continue_reverse(wpan_dev, in cfg802154_switch_netns()
/linux/include/net/
A Dnet_namespace.h337 list_for_each_entry_continue_reverse(VAR, &net_namespace_list, list)
/linux/tools/perf/ui/browsers/
A Dannotate.c370 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, &notes->src->source, node) { in annotate_browser__find_string_reverse()
/linux/
A D.clang-format379 - 'list_for_each_entry_continue_reverse'
/linux/mm/
A Dlist_lru.c509 list_for_each_entry_continue_reverse(lru, &memcg_list_lrus, list) in memcg_update_all_list_lrus()
/linux/Documentation/locking/
A Dww-mutex-design.rst166 list_for_each_entry_continue_reverse (entry, list, head)
198 list_for_each_entry_continue_reverse (entry2, list, head)
/linux/drivers/staging/media/atomisp/pci/
A Datomisp_acc.c514 list_for_each_entry_continue_reverse(acc_fw, &asd->acc.fw, list) { in atomisp_acc_load_extensions()
/linux/tools/include/linux/
A Dlist.h496 #define list_for_each_entry_continue_reverse(pos, head, member) \ macro
/linux/net/bridge/
A Dbr_vlan.c930 list_for_each_entry_continue_reverse(vlan, &vg->vlan_list, vlist) in __br_vlan_set_proto()
933 list_for_each_entry_continue_reverse(p, &br->port_list, list) { in __br_vlan_set_proto()
1098 list_for_each_entry_continue_reverse(p, &br->port_list, list) { in __br_vlan_set_default_pvid()

Completed in 48 milliseconds

123