Home
last modified time | relevance | path

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

/Linux-v4.19/mm/
Dkmemleak.c264 struct early_log { struct
277 static struct early_log argument
278 early_log[CONFIG_DEBUG_KMEMLEAK_EARLY_LOG_SIZE] __initdata; variable
856 struct early_log *log; in log_early()
864 if (crt_early_log >= ARRAY_SIZE(early_log)) { in log_early()
875 log = &early_log[crt_early_log]; in log_early()
888 static void early_alloc(struct early_log *log) in early_alloc()
917 static void early_alloc_percpu(struct early_log *log) in early_alloc_percpu()
1990 static void __init print_log_trace(struct early_log *log) in print_log_trace()
2023 if (crt_early_log > ARRAY_SIZE(early_log)) in kmemleak_init()
[all …]