Searched defs:stack_entries (Results 1 – 8 of 8) sorted by relevance
/linux-6.8/kernel/kcsan/ ! |
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-6.8/mm/kmsan/ ! |
D | report.c | 33 static int get_stack_skipnr(const unsigned long stack_entries[], in get_stack_skipnr() 152 unsigned long stack_entries[KMSAN_STACK_DEPTH]; in kmsan_report() local
|
/linux-6.8/mm/kfence/ ! |
D | report.c | 48 static int get_stack_skipnr(const unsigned long stack_entries[], int num_entries, in get_stack_skipnr() 188 unsigned long stack_entries[KFENCE_STACK_DEPTH] = { 0 }; in kfence_report_error() local
|
D | core.c | 202 static u32 get_alloc_stack_hash(unsigned long *stack_entries, size_t num_entries) in get_alloc_stack_hash() 278 unsigned long *stack_entries, size_t num_stack_entries) in metadata_update_state() 391 unsigned long *stack_entries, size_t num_stack_entries, in kfence_guarded_alloc() 1045 unsigned long stack_entries[KFENCE_STACK_DEPTH]; in __kfence_alloc() local
|
D | kfence.h | 50 unsigned long stack_entries[KFENCE_STACK_DEPTH]; member
|
/linux-6.8/kernel/dma/ ! |
D | debug.c | 82 unsigned long stack_entries[DMA_DEBUG_STACKTRACE_ENTRIES]; member
|
/linux-6.8/drivers/md/ ! |
D | dm-bufio.c | 361 unsigned long stack_entries[MAX_STACK]; member
|
/linux-6.8/drivers/gpu/drm/display/ ! |
D | drm_dp_mst_topology.c | 1534 ulong stack_entries[STACK_DEPTH]; in __topology_ref_save() local
|