/linux-4.1.27/drivers/crypto/nx/ |
D | nx_debugfs.c | 66 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/ |
D | hwpoison-inject.c | 119 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()
|
D | cleancache.c | 310 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()
|
D | frontswap.c | 447 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()
|
D | zswap.c | 862 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/ |
D | ctrl.c | 635 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/ |
D | debugfs.h | 81 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/ |
D | spinlock.c | 343 debugfs_create_u64("time_blocked", 0444, d_spin_debug, in xen_spinlock_debugfs()
|
/linux-4.1.27/fs/debugfs/ |
D | file.c | 252 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/ |
D | nmi.c | 93 debugfs_create_u64("nmi_longest_ns", 0644, in nmi_warning_debugfs()
|
D | kvm.c | 689 debugfs_create_u64("time_blocked", 0444, d_spin_debug, in kvm_spinlock_debugfs()
|
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx5/core/ |
D | debugfs.c | 232 stats->count = debugfs_create_u64("n", 0400, in mlx5_cmdif_debugfs_init()
|
/linux-4.1.27/net/mac80211/ |
D | debugfs_sta.c | 403 debugfs_create_u64(#name, 0400, sta->debugfs.dir, \
|
/linux-4.1.27/fs/btrfs/ |
D | sysfs.c | 720 debugfs_create_u64("test", S_IRUGO | S_IWUGO, btrfs_debugfs_root_dentry, in btrfs_init_debugfs()
|
/linux-4.1.27/Documentation/filesystems/ |
D | debugfs.txt | 65 struct dentry *debugfs_create_u64(const char *name, umode_t mode,
|
/linux-4.1.27/drivers/staging/unisys/uislib/ |
D | uislib.c | 1338 cycles_before_wait_debugfs_read = debugfs_create_u64( in uislib_mod_init()
|
/linux-4.1.27/drivers/iommu/ |
D | amd_iommu.c | 526 cnt->dent = debugfs_create_u64(cnt->name, 0444, stats_dir, in amd_iommu_stats_add()
|