Home
last modified time | relevance | path

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

/linux-4.4.14/mm/
Dkmemleak.c260 struct early_log { struct
270 static struct early_log argument
271 early_log[CONFIG_DEBUG_KMEMLEAK_EARLY_LOG_SIZE] __initdata; variable
823 struct early_log *log; in log_early()
831 if (crt_early_log >= ARRAY_SIZE(early_log)) { in log_early()
842 log = &early_log[crt_early_log]; in log_early()
855 static void early_alloc(struct early_log *log) in early_alloc()
884 static void early_alloc_percpu(struct early_log *log) in early_alloc_percpu()
1844 static void __init print_log_trace(struct early_log *log) in print_log_trace()
1877 if (crt_early_log > ARRAY_SIZE(early_log)) in kmemleak_init()
[all …]