Searched defs:stack_entries (Results 1 – 8 of 8) sorted by relevance
/linux-6.14.4/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.14.4/mm/kmsan/ |
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-6.14.4/mm/kfence/ |
D | report.c | 50 static int get_stack_skipnr(const unsigned long stack_entries[], int num_entries, in get_stack_skipnr() 194 unsigned long stack_entries[KFENCE_STACK_DEPTH] = { 0 }; in kfence_report_error() local
|
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
|
D | kfence.h | 51 unsigned long stack_entries[KFENCE_STACK_DEPTH]; member
|
/linux-6.14.4/kernel/dma/ |
D | debug.c | 80 unsigned long stack_entries[DMA_DEBUG_STACKTRACE_ENTRIES]; member
|
/linux-6.14.4/drivers/md/ |
D | dm-bufio.c | 362 unsigned long stack_entries[MAX_STACK]; member
|
/linux-6.14.4/drivers/gpu/drm/display/ |
D | drm_dp_mst_topology.c | 1534 ulong stack_entries[STACK_DEPTH]; in __topology_ref_save() local
|