Searched refs:htm_buf (Results 1 – 1 of 1) sorted by relevance
15 static void *htm_buf; variable499 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()