Home
last modified time | relevance | path

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

/linux-4.1.27/mm/
Dkmemleak.c253 struct early_log { struct
263 static struct early_log argument
264 early_log[CONFIG_DEBUG_KMEMLEAK_EARLY_LOG_SIZE] __initdata; variable
811 struct early_log *log; in log_early()
819 if (crt_early_log >= ARRAY_SIZE(early_log)) { in log_early()
829 log = &early_log[crt_early_log]; in log_early()
842 static void early_alloc(struct early_log *log) in early_alloc()
871 static void early_alloc_percpu(struct early_log *log) in early_alloc_percpu()
1812 static void __init print_log_trace(struct early_log *log) in print_log_trace()
1845 if (crt_early_log >= ARRAY_SIZE(early_log)) in kmemleak_init()
[all …]