Home
last modified time | relevance | path

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

/linux/mm/kmsan/
H A Dreport.c155 int num_stack_entries, skipnr; in kmsan_report() local
186 num_stack_entries = in kmsan_report()
188 skipnr = get_stack_skipnr(stack_entries, num_stack_entries); in kmsan_report()
192 stack_trace_print(stack_entries + skipnr, num_stack_entries - skipnr, in kmsan_report()
/linux/mm/kfence/
H A Dcore.c298 unsigned long *stack_entries, size_t num_stack_entries) in metadata_update_state() argument
312 num_stack_entries * sizeof(stack_entries[0])); in metadata_update_state()
318 num_stack_entries = stack_trace_save(track->stack_entries, KFENCE_STACK_DEPTH, 1); in metadata_update_state()
320 track->num_stack_entries = num_stack_entries; in metadata_update_state()
426 unsigned long *stack_entries, size_t num_stack_entries, in kfence_guarded_alloc() argument
489 metadata_update_state(meta, KFENCE_OBJECT_ALLOCATED, stack_entries, num_stack_entries); in kfence_guarded_alloc()
1143 size_t num_stack_entries; in __kfence_alloc() local
1195 num_stack_entries = stack_trace_save(stack_entries, KFENCE_STACK_DEPTH, 0); in __kfence_alloc()
1206 alloc_stack_hash = get_alloc_stack_hash(stack_entries, num_stack_entries); in __kfence_alloc()
1212 return kfence_guarded_alloc(s, size, flags, stack_entries, num_stack_entries, in __kfence_alloc()
H A Dkfence.h54 int num_stack_entries; member