Home
last modified time | relevance | path

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

/linux/arch/powerpc/platforms/pseries/
H A Dhtmdump.c17 static void *htm_info_buf; variable
534 htm_info_buf = kmalloc(PAGE_SIZE, GFP_KERNEL); in htmdump_init_debugfs()
535 if (!htm_info_buf) { in htmdump_init_debugfs()
555 debugfs_create_file("htminfo", 0400, htmdump_debugfs_dir, htm_info_buf, &htminfo_fops); in htmdump_init_debugfs()
581 kfree(htm_info_buf); in htmdump_exit()