Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dstackdepot.h219 int stack_depot_snprint(depot_stack_handle_t handle, char *buf, size_t size,
/linux/lib/
H A Dstackdepot.c811 int stack_depot_snprint(depot_stack_handle_t handle, char *buf, size_t size, in stack_depot_snprint() function
821 EXPORT_SYMBOL_GPL(stack_depot_snprint);
H A Dref_tracker.c166 if (sbuf && !stack_depot_snprint(stack, sbuf, STACK_BUF_SIZE, 4)) in __ref_tracker_dir_pr_ostream()
/linux/mm/
H A Dpage_owner.c566 ret += stack_depot_snprint(handle, kbuf + ret, count - ret, 0); in print_page_owner()
/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_ct.c1018 if (buf && stack_depot_snprint(ct->requests.lost_and_found[n].stack, in ct_check_lost_and_found()
/linux/drivers/gpu/drm/xe/
H A Dxe_guc_ct.c1237 if (buf && stack_depot_snprint(ct->fast_req[n].stack, buf, SZ_4K, 0)) in fast_req_report()