Home
last modified time | relevance | path

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

/linux/arch/powerpc/platforms/pseries/
H A Dhtmdump.c15 static void *htm_buf; variable
499 htm_buf = kmalloc(PAGE_SIZE, GFP_KERNEL); in htmdump_init_debugfs()
500 if (!htm_buf) { in htmdump_init_debugfs()
516 debugfs_create_file("trace", 0400, htmdump_debugfs_dir, htm_buf, &htmdump_fops); in htmdump_init_debugfs()
579 kfree(htm_buf); in htmdump_exit()