Searched refs:bootinfo_copy (Results 1 – 1 of 1) sorted by relevance
18 static void *bootinfo_copy; variable24 return simple_read_from_buffer(buf, count, ppos, bootinfo_copy, in bootinfo_read()65 bootinfo_copy = kmemdup(bootinfo_tmp, bootinfo_size, GFP_KERNEL); in init_bootinfo_procfs()66 if (!bootinfo_copy) in init_bootinfo_procfs()71 kfree(bootinfo_copy); in init_bootinfo_procfs()