Home
last modified time | relevance | path

Searched refs:stack_depot_snprint (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/i915/
Dintel_runtime_pm.c140 stack_depot_snprint(stack, buf, PAGE_SIZE, 2); in untrack_intel_runtime_pm_wakeref()
145 stack_depot_snprint(stack, buf, PAGE_SIZE, 2); in untrack_intel_runtime_pm_wakeref()
177 stack_depot_snprint(dbg->last_acquire, buf, PAGE_SIZE, 2); in __print_intel_runtime_pm_wakeref()
182 stack_depot_snprint(dbg->last_release, buf, PAGE_SIZE, 2); in __print_intel_runtime_pm_wakeref()
197 stack_depot_snprint(stack, buf, PAGE_SIZE, 2); in __print_intel_runtime_pm_wakeref()
Di915_vma.c81 stack_depot_snprint(vma->node.stack, buf, sizeof(buf), 0); in vma_print_allocator()
/linux-6.1.9/include/linux/
Dstackdepot.h70 int stack_depot_snprint(depot_stack_handle_t handle, char *buf, size_t size,
/linux-6.1.9/lib/
Dstackdepot.c325 int stack_depot_snprint(depot_stack_handle_t handle, char *buf, size_t size, in stack_depot_snprint() function
335 EXPORT_SYMBOL_GPL(stack_depot_snprint);
/linux-6.1.9/mm/
Dpage_owner.c426 ret += stack_depot_snprint(handle, kbuf + ret, count - ret, 0); in print_page_owner()
/linux-6.1.9/drivers/gpu/drm/
Ddrm_mm.c134 stack_depot_snprint(node->stack, buf, BUFSZ, 0); in show_leaks()
/linux-6.1.9/drivers/gpu/drm/display/
Ddrm_dp_mst_topology.c1623 stack_depot_snprint(entry->backtrace, buf, PAGE_SIZE, 4); in __dump_topology_ref_history()