Searched refs:list_for_each_entry_continue_reverse (Results 1 - 25 of 60) sorted by relevance

123

/linux-master/drivers/usb/core/
H A Dphy.c160 list_for_each_entry_continue_reverse(roothub_entry, head, list)
209 list_for_each_entry_continue_reverse(roothub_entry, head, list)
315 list_for_each_entry_continue_reverse(roothub_entry, head, list)
/linux-master/drivers/net/ethernet/marvell/prestera/
H A Dprestera_matchall.c111 list_for_each_entry_continue_reverse(binding,
/linux-master/drivers/gpu/drm/ttm/
H A Dttm_execbuf_util.c35 list_for_each_entry_continue_reverse(entry, list, head) { function
/linux-master/drivers/iio/buffer/
H A Dindustrialio-hw-consumer.c192 list_for_each_entry_continue_reverse(buf, &hwc->buffers, head)
/linux-master/include/sound/
H A Dsoc-dpcm.h115 list_for_each_entry_continue_reverse(_dpcm, &(fe)->dpcm[stream].be_clients, list_be)
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_matchall.c302 list_for_each_entry_continue_reverse(binding, &block->binding_list,
350 list_for_each_entry_continue_reverse(mall_entry, &block->mall.list,
H A Dspectrum_mr.c651 list_for_each_entry_continue_reverse(erve, &mr_vif->route_evif_list,
655 list_for_each_entry_continue_reverse(irve, &mr_vif->route_ivif_list,
H A Dspectrum_switchdev.c711 list_for_each_entry_continue_reverse(bridge_vlan,
760 list_for_each_entry_continue_reverse(bridge_vlan,
788 list_for_each_entry_continue_reverse(mlxsw_sp_port_vlan,
818 list_for_each_entry_continue_reverse(bridge_vlan,
861 list_for_each_entry_continue_reverse(bridge_vlan,
1083 list_for_each_entry_continue_reverse(bridge_port,
2227 list_for_each_entry_continue_reverse(mdb_entry,
H A Dspectrum_acl_erp.c472 list_for_each_entry_continue_reverse(erp, &erp_table->atcam_erps_list,
544 list_for_each_entry_continue_reverse(aentry, &aregion->entries_list,
/linux-master/net/8021q/
H A Dvlan_core.c272 list_for_each_entry_continue_reverse(vlan_vid_info,
419 list_for_each_entry_continue_reverse(vid_info,
/linux-master/drivers/gpu/drm/nouveau/nvkm/core/
H A Dobject.c229 list_for_each_entry_continue_reverse(child, &object->tree, head) {
262 list_for_each_entry_continue_reverse(child, &object->tree, head)
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dfs_chains.c411 list_for_each_entry_continue_reverse(pos,
430 list_for_each_entry_continue_reverse(pos,
/linux-master/net/ieee802154/
H A Dcore.c240 list_for_each_entry_continue_reverse(wpan_dev,
/linux-master/net/core/
H A Dnet_namespace.c356 list_for_each_entry_continue_reverse(ops, &pernet_list, list)
363 list_for_each_entry_continue_reverse(ops, &pernet_list, list) {
371 list_for_each_entry_continue_reverse(ops, &pernet_list, list)
375 list_for_each_entry_continue_reverse(ops, &pernet_list, list)
/linux-master/drivers/vfio/
H A Dcontainer.c252 list_for_each_entry_continue_reverse(group, &container->group_list,
/linux-master/include/net/
H A Dnet_namespace.h402 list_for_each_entry_continue_reverse(VAR, &net_namespace_list, list)
H A Ddsa.h554 list_for_each_entry_continue_reverse((_dp), &(_dst)->ports, list) \
570 list_for_each_entry_continue_reverse((_dp), &(_ds)->dst->ports, list) \
/linux-master/drivers/gpu/host1x/
H A Dbus.c228 list_for_each_entry_continue_reverse(client, &device->clients, list)
236 list_for_each_entry_continue_reverse(client, &device->clients, list)
/linux-master/tools/perf/ui/browsers/
H A Dannotate.c361 list_for_each_entry_continue_reverse(it, browser->b.entries, node) {
579 list_for_each_entry_continue_reverse(al, &notes->src->source, node) {
/linux-master/tools/include/linux/
H A Dlist.h499 * list_for_each_entry_continue_reverse - iterate backwards from the given point
507 #define list_for_each_entry_continue_reverse(pos, head, member) \ macro
/linux-master/arch/powerpc/platforms/cell/
H A Dspu_base.c500 list_for_each_entry_continue_reverse(spu,
/linux-master/net/netfilter/
H A Dnf_tables_offload.c515 list_for_each_entry_continue_reverse(trans, &nft_net->commit_list, list) {
/linux-master/kernel/locking/
H A Dtest-ww_mutex.c523 list_for_each_entry_continue_reverse(ln, &locks, link)
/linux-master/drivers/of/
H A Ddynamic.c707 list_for_each_entry_continue_reverse(ce, &ocs->entries,
/linux-master/net/bridge/
H A Dbr_vlan.c991 list_for_each_entry_continue_reverse(vlan, &vg->vlan_list, vlist) {
997 list_for_each_entry_continue_reverse(p, &br->port_list, list) {
1165 list_for_each_entry_continue_reverse(p, &br->port_list, list) {

Completed in 259 milliseconds

123