Home
last modified time | relevance | path

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

/openbmc/linux/arch/m68k/kernel/
H A Dbootinfo_proc.c20 static size_t bootinfo_size; variable
26 bootinfo_size); in bootinfo_read()
52 bootinfo_size = size; in save_bootinfo()
63 if (!bootinfo_size) in init_bootinfo_procfs()
66 bootinfo_copy = kmemdup(bootinfo_tmp, bootinfo_size, GFP_KERNEL); in init_bootinfo_procfs()