Searched defs:stack_entries (Results 1 – 6 of 6) sorted by relevance
/linux/kernel/kcsan/ |
H A D | report.c | 44 unsigned long stack_entries[NUM_STACK_ENTRIES]; member 277 static int get_stack_skipnr(const unsigned long stack_entries[], int num_entries) in get_stack_skipnr() 315 replace_stack_entry(unsigned long stack_entries[], int num_entries, unsigned long ip, in replace_stack_entry() 348 sanitize_stack_entries(unsigned long stack_entries[], int num_entries, unsigned long ip, in sanitize_stack_entries() 368 print_stack_trace(unsigned long stack_entries[], int num_entries, unsigned long reordered_to) in print_stack_trace() 394 unsigned long stack_entries[NUM_STACK_ENTRIES] = { 0 }; in print_report() local
|
/linux/mm/kmsan/ |
H A D | report.c | 35 static int get_stack_skipnr(const unsigned long stack_entries[], in get_stack_skipnr() 154 unsigned long stack_entries[KMSAN_STACK_DEPTH]; in kmsan_report() local
|
/linux/mm/kfence/ |
H A D | core.c | 207 static u32 get_alloc_stack_hash(unsigned long *stack_entries, size_t num_entries) in get_alloc_stack_hash() 290 unsigned long *stack_entries, size_t num_stack_entries) in metadata_update_state() 415 unsigned long *stack_entries, size_t num_stack_entries, in kfence_guarded_alloc() 1068 unsigned long stack_entries[KFENCE_STACK_DEPTH]; in __kfence_alloc() local
|
H A D | kfence.h | 51 unsigned long stack_entries[KFENCE_STACK_DEPTH]; member
|
/linux/kernel/dma/ |
H A D | debug.c | 80 unsigned long stack_entries[DMA_DEBUG_STACKTRACE_ENTRIES]; member
|
/linux/drivers/md/ |
H A D | dm-bufio.c | 354 unsigned long stack_entries[MAX_STACK]; member
|