Home
last modified time | relevance | path

Searched refs:list_for_each_entry_reverse (Results 1 – 25 of 121) sorted by relevance

12345

/linux/drivers/base/ !
H A Dsyscore.c62 list_for_each_entry_reverse(ops, &syscore_ops_list, node) in syscore_suspend()
120 list_for_each_entry_reverse(ops, &syscore_ops_list, node) in syscore_shutdown()
/linux/scripts/coccinelle/iterators/ !
H A Duse_after_iter.cocci25 iterator name list_for_each_entry_reverse;
48 list_for_each_entry_reverse@p1(c,...,member) { ... when != break;
92 list_for_each_entry_reverse(c,...) S
/linux/drivers/thermal/ !
H A Dthermal_thresholds.c95 list_for_each_entry_reverse(t, thresholds, list_node) { in thermal_thresholds_handle_dropping()
120 list_for_each_entry_reverse(t, thresholds, list_node) { in thermal_threshold_find_boundaries()
/linux/drivers/gpu/drm/i915/gem/ !
H A Di915_gem_throttle.c69 list_for_each_entry_reverse(rq, in i915_gem_throttle_ioctl()
/linux/net/unix/ !
H A Dgarbage.c353 list_for_each_entry_reverse(vertex, scc, scc_entry) { in unix_collect_skb()
481 list_for_each_entry_reverse(v, &scc, scc_entry) { in __unix_walk_scc()
539 list_for_each_entry_reverse(vertex, &scc, scc_entry) { in unix_walk_scc_fast()
/linux/drivers/firmware/cirrus/test/ !
H A Dcs_dsp_test_callbacks.c239 list_for_each_entry_reverse(ctl, &priv->dsp->ctl_list, list) in cs_dsp_test_ctl_v1_callbacks()
256 list_for_each_entry_reverse(ctl, &priv->dsp->ctl_list, list) in cs_dsp_test_ctl_v1_callbacks()
294 list_for_each_entry_reverse(ctl, &priv->dsp->ctl_list, list) in cs_dsp_test_ctl_v2_callbacks()
311 list_for_each_entry_reverse(ctl, &priv->dsp->ctl_list, list) in cs_dsp_test_ctl_v2_callbacks()
/linux/drivers/acpi/ !
H A Dpower.c359 list_for_each_entry_reverse(entry, resources, node) in acpi_device_power_remove_dependent()
476 list_for_each_entry_reverse(entry, list, node) { in acpi_power_off_list()
546 list_for_each_entry_reverse(entry, resources, node) { in acpi_power_hide_list()
1054 list_for_each_entry_reverse(resource, &acpi_power_resource_list, list_node) { in acpi_turn_off_unused_power_resources()
H A Ddock.c219 list_for_each_entry_reverse(dd, &ds->dependent_devices, list) in hot_remove_dock_devices()
223 list_for_each_entry_reverse(dd, &ds->dependent_devices, list) in hot_remove_dock_devices()
/linux/tools/lib/perf/include/internal/ !
H A Devlist.h87 list_for_each_entry_reverse(evsel, list, node)
/linux/drivers/gpu/drm/ !
H A Ddrm_bridge.c683 list_for_each_entry_reverse(iter, &encoder->bridge_chain, chain_node) { in drm_atomic_bridge_chain_disable()
834 list_for_each_entry_reverse(iter, &encoder->bridge_chain, chain_node) { in drm_atomic_bridge_chain_pre_enable()
1202 list_for_each_entry_reverse(iter, &encoder->bridge_chain, chain_node) { in drm_atomic_bridge_chain_check()
H A Ddrm_buddy.c436 list_for_each_entry_reverse(block, &mm->free_list[i], link) { in drm_buddy_reset_clear()
644 list_for_each_entry_reverse(tmp_block, &mm->free_list[i], link) { in get_maxblock()
687 list_for_each_entry_reverse(tmp_block, &mm->free_list[tmp], link) { in alloc_from_freelist()
869 list_for_each_entry_reverse(block, list, link) { in __alloc_contig_try_harder()
H A Ddrm_managed.c199 list_for_each_entry_reverse(dr, &dev->managed.resources, node.entry) { in drmm_release_action()
/linux/drivers/usb/usbip/ !
H A Dusbip_event.c156 list_for_each_entry_reverse(ue, &event_list, node) { in usbip_event_add()
/linux/drivers/gpu/host1x/ !
H A Dintr.c19 list_for_each_entry_reverse(fence_in_list, &list->list, list) { in host1x_intr_add_fence_to_list()
/linux/sound/core/ !
H A Ddevice.c214 list_for_each_entry_reverse(dev, &card->devices, list) in snd_device_disconnect_all()
/linux/include/kunit/ !
H A Dresource.h332 list_for_each_entry_reverse(res, &test->resources, node) { in kunit_find_resource()
/linux/drivers/of/ !
H A Dof_private.h163 list_for_each_entry_reverse(_te, &(_oft)->te_list, node)
H A Ddynamic.c809 list_for_each_entry_reverse(ce, &ocs->entries, node) { in __of_changeset_revert_entries()
838 list_for_each_entry_reverse(ce, &ocs->entries, node) { in __of_changeset_revert_notify()
/linux/fs/gfs2/ !
H A Dlog.c163 list_for_each_entry_reverse(tr, &sdp->sd_ail1_list, tr_list) { in dump_ail_list()
164 list_for_each_entry_reverse(bd, &tr->tr_ail1_list, in dump_ail_list()
217 list_for_each_entry_reverse(tr, head, tr_list) { in gfs2_ail1_flush()
383 list_for_each_entry_reverse(tr, &sdp->sd_ail1_list, tr_list) { in gfs2_ail1_wait()
/linux/arch/powerpc/platforms/cell/spufs/ !
H A Dsched.c271 list_for_each_entry_reverse(ctx, &gang->aff_ref_ctx->aff_list, in aff_set_offsets()
352 list_for_each_entry_reverse(ctx, &gang->aff_ref_ctx->aff_list, in aff_set_ref_point_location()
377 list_for_each_entry_reverse(spu, ref->aff_list.next, aff_list) { in ctx_location()
/linux/drivers/usb/core/ !
H A Dphy.c329 list_for_each_entry_reverse(roothub_entry, &phy_roothub->list, list) in usb_phy_roothub_power_off()
/linux/include/drm/ !
H A Ddrm_crtc.h1322 list_for_each_entry_reverse(crtc, &(dev)->mode_config.crtc_list, head)
/linux/lib/ !
H A Dparman.c196 list_for_each_entry_reverse(prio2, &parman->prio_list, list) { in parman_lsort_item_add()
/linux/scripts/include/ !
H A Dlist.h290 * list_for_each_entry_reverse - iterate backwards over list of given type.
295 #define list_for_each_entry_reverse(pos, head, member) \ macro
/linux/drivers/net/ethernet/meta/fbnic/ !
H A Dfbnic_debugfs.c184 list_for_each_entry_reverse(entry, &fbd->fw_log.entries, list) { in fbnic_dbg_fw_log_show()

12345