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

/linux-4.4.14/mm/
H A Dkmemleak.c260 struct early_log { struct
270 static struct early_log
271 early_log[CONFIG_DEBUG_KMEMLEAK_EARLY_LOG_SIZE] __initdata;
816 * Log an early kmemleak_* call to the early_log buffer. These calls will be
823 struct early_log *log; log_early()
831 if (crt_early_log >= ARRAY_SIZE(early_log)) { log_early()
842 log = &early_log[crt_early_log]; log_early()
855 static void early_alloc(struct early_log *log) early_alloc()
884 static void early_alloc_percpu(struct early_log *log) early_alloc_percpu()
1844 static void __init print_log_trace(struct early_log *log) print_log_trace()
1877 if (crt_early_log > ARRAY_SIZE(early_log)) kmemleak_init()
1899 struct early_log *log = &early_log[i]; kmemleak_init()
/linux-4.4.14/arch/powerpc/kernel/
H A Deeh.c151 else if (!strcmp(str, "early_log")) eeh_setup()

Completed in 98 milliseconds