Searched refs:iaa_crypto_debugfs_root (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/crypto/intel/iaa/ |
H A D | iaa_crypto_stats.c | 29 static struct dentry *iaa_crypto_debugfs_root; variable 254 iaa_crypto_debugfs_root = debugfs_create_dir("iaa_crypto", NULL); in iaa_crypto_debugfs_init() 256 debugfs_create_file("global_stats", 0644, iaa_crypto_debugfs_root, NULL, in iaa_crypto_debugfs_init() 258 debugfs_create_file("wq_stats", 0644, iaa_crypto_debugfs_root, NULL, in iaa_crypto_debugfs_init() 260 debugfs_create_file("stats_reset", 0644, iaa_crypto_debugfs_root, NULL, in iaa_crypto_debugfs_init() 268 debugfs_remove_recursive(iaa_crypto_debugfs_root); in iaa_crypto_debugfs_cleanup()
|