Home
last modified time | relevance | path

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

/linux-4.4.14/arch/m68k/kernel/
Dbootinfo_proc.c19 static size_t bootinfo_size; variable
25 bootinfo_size); in bootinfo_read()
51 bootinfo_size = size; in save_bootinfo()
62 if (!bootinfo_size) in init_bootinfo_procfs()
65 bootinfo_copy = kmemdup(bootinfo_tmp, bootinfo_size, GFP_KERNEL); in init_bootinfo_procfs()