Searched refs:htm_caps_buf (Results 1 – 1 of 1) sorted by relevance
18 static void *htm_caps_buf; variable541 htm_caps_buf = kmalloc(PAGE_SIZE, GFP_KERNEL); in htmdump_init_debugfs()542 if (!htm_caps_buf) { in htmdump_init_debugfs()556 debugfs_create_file("htmcaps", 0400, htmdump_debugfs_dir, htm_caps_buf, &htmcaps_fops); in htmdump_init_debugfs()582 kfree(htm_caps_buf); in htmdump_exit()