Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/crypto/nx/
Dnx_debugfs.c66 debugfs_create_u64("aes_bytes", in nx_debugfs_init()
71 debugfs_create_u64("sha256_bytes", in nx_debugfs_init()
76 debugfs_create_u64("sha512_bytes", in nx_debugfs_init()
/linux-4.1.27/mm/
Dhwpoison-inject.c119 dentry = debugfs_create_u64("corrupt-filter-flags-mask", 0600, in pfn_inject_init()
124 dentry = debugfs_create_u64("corrupt-filter-flags-value", 0600, in pfn_inject_init()
130 dentry = debugfs_create_u64("corrupt-filter-memcg", 0600, in pfn_inject_init()
Dcleancache.c310 debugfs_create_u64("succ_gets", S_IRUGO, root, &cleancache_succ_gets); in init_cleancache()
311 debugfs_create_u64("failed_gets", S_IRUGO, in init_cleancache()
313 debugfs_create_u64("puts", S_IRUGO, root, &cleancache_puts); in init_cleancache()
314 debugfs_create_u64("invalidates", S_IRUGO, in init_cleancache()
Dfrontswap.c447 debugfs_create_u64("loads", S_IRUGO, root, &frontswap_loads); in init_frontswap()
448 debugfs_create_u64("succ_stores", S_IRUGO, root, &frontswap_succ_stores); in init_frontswap()
449 debugfs_create_u64("failed_stores", S_IRUGO, root, in init_frontswap()
451 debugfs_create_u64("invalidates", S_IRUGO, in init_frontswap()
Dzswap.c862 debugfs_create_u64("pool_limit_hit", S_IRUGO, in zswap_debugfs_init()
864 debugfs_create_u64("reject_reclaim_fail", S_IRUGO, in zswap_debugfs_init()
866 debugfs_create_u64("reject_alloc_fail", S_IRUGO, in zswap_debugfs_init()
868 debugfs_create_u64("reject_kmemcache_fail", S_IRUGO, in zswap_debugfs_init()
870 debugfs_create_u64("reject_compress_poor", S_IRUGO, in zswap_debugfs_init()
872 debugfs_create_u64("written_back_pages", S_IRUGO, in zswap_debugfs_init()
874 debugfs_create_u64("duplicate_entry", S_IRUGO, in zswap_debugfs_init()
876 debugfs_create_u64("pool_total_size", S_IRUGO, in zswap_debugfs_init()
/linux-4.1.27/drivers/crypto/caam/
Dctrl.c635 debugfs_create_u64("rq_dequeued", in caam_probe()
639 debugfs_create_u64("ob_rq_encrypted", in caam_probe()
643 debugfs_create_u64("ib_rq_decrypted", in caam_probe()
647 debugfs_create_u64("ob_bytes_encrypted", in caam_probe()
651 debugfs_create_u64("ob_bytes_protected", in caam_probe()
655 debugfs_create_u64("ib_bytes_decrypted", in caam_probe()
659 debugfs_create_u64("ib_bytes_validated", in caam_probe()
665 debugfs_create_u64("fault_addr", in caam_probe()
/linux-4.1.27/include/linux/
Ddebugfs.h81 struct dentry *debugfs_create_u64(const char *name, umode_t mode,
191 static inline struct dentry *debugfs_create_u64(const char *name, umode_t mode, in debugfs_create_u64() function
/linux-4.1.27/arch/x86/xen/
Dspinlock.c343 debugfs_create_u64("time_blocked", 0444, d_spin_debug, in xen_spinlock_debugfs()
/linux-4.1.27/fs/debugfs/
Dfile.c252 struct dentry *debugfs_create_u64(const char *name, umode_t mode, in debugfs_create_u64() function
264 EXPORT_SYMBOL_GPL(debugfs_create_u64);
/linux-4.1.27/arch/x86/kernel/
Dnmi.c93 debugfs_create_u64("nmi_longest_ns", 0644, in nmi_warning_debugfs()
Dkvm.c689 debugfs_create_u64("time_blocked", 0444, d_spin_debug, in kvm_spinlock_debugfs()
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx5/core/
Ddebugfs.c232 stats->count = debugfs_create_u64("n", 0400, in mlx5_cmdif_debugfs_init()
/linux-4.1.27/net/mac80211/
Ddebugfs_sta.c403 debugfs_create_u64(#name, 0400, sta->debugfs.dir, \
/linux-4.1.27/fs/btrfs/
Dsysfs.c720 debugfs_create_u64("test", S_IRUGO | S_IWUGO, btrfs_debugfs_root_dentry, in btrfs_init_debugfs()
/linux-4.1.27/Documentation/filesystems/
Ddebugfs.txt65 struct dentry *debugfs_create_u64(const char *name, umode_t mode,
/linux-4.1.27/drivers/staging/unisys/uislib/
Duislib.c1338 cycles_before_wait_debugfs_read = debugfs_create_u64( in uislib_mod_init()
/linux-4.1.27/drivers/iommu/
Damd_iommu.c526 cnt->dent = debugfs_create_u64(cnt->name, 0444, stats_dir, in amd_iommu_stats_add()