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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/mm/
H A Dkmemleak.c241 struct early_log { struct
251 static struct early_log
252 early_log[CONFIG_DEBUG_KMEMLEAK_EARLY_LOG_SIZE] __initdata;
785 * Log an early kmemleak_* call to the early_log buffer. These calls will be
792 struct early_log *log;
794 if (crt_early_log >= ARRAY_SIZE(early_log)) {
806 log = &early_log[crt_early_log];
820 static void early_alloc(struct early_log *log)
1692 struct early_log *log = &early_log[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/mm/
H A Dkmemleak.c241 struct early_log { struct
251 static struct early_log
252 early_log[CONFIG_DEBUG_KMEMLEAK_EARLY_LOG_SIZE] __initdata;
785 * Log an early kmemleak_* call to the early_log buffer. These calls will be
792 struct early_log *log;
794 if (crt_early_log >= ARRAY_SIZE(early_log)) {
806 log = &early_log[crt_early_log];
820 static void early_alloc(struct early_log *log)
1692 struct early_log *log = &early_log[
[all...]

Completed in 99 milliseconds