Home
last modified time | relevance | path

Searched refs:stack_entries (Results 1 – 3 of 3) sorted by relevance

/linux/mm/kmsan/
H A Dreport.c35 static int get_stack_skipnr(const unsigned long stack_entries[], in get_stack_skipnr() argument
43 (void *)stack_entries[skip]); in get_stack_skipnr()
154 unsigned long stack_entries[KMSAN_STACK_DEPTH]; in kmsan_report() local
187 stack_trace_save(stack_entries, KMSAN_STACK_DEPTH, 1); in kmsan_report()
188 skipnr = get_stack_skipnr(stack_entries, num_stack_entries); in kmsan_report()
191 (void *)stack_entries[skipnr]); in kmsan_report()
192 stack_trace_print(stack_entries + skipnr, num_stack_entries - skipnr, in kmsan_report()
/linux/drivers/md/
H A Ddm-bufio.c354 unsigned long stack_entries[MAX_STACK]; member
1090 b->stack_len = stack_trace_save(b->stack_entries, MAX_STACK, 2); in buffer_record_stack()
2365 stack_trace_print(b->stack_entries, b->stack_len, 1); in warn_leak()
/linux/drivers/gpu/drm/display/
H A Ddrm_dp_mst_topology.c1549 ulong stack_entries[STACK_DEPTH]; in __topology_ref_save() local
1553 n = stack_trace_save(stack_entries, ARRAY_SIZE(stack_entries), 1); in __topology_ref_save()
1554 backtrace = stack_depot_save(stack_entries, n, GFP_KERNEL); in __topology_ref_save()