Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/locking/
Dqspinlock_stat.h207 struct dentry *d_qstat = debugfs_create_dir("qlockstat", NULL); in init_qspinlock_stat() local
210 if (!d_qstat) in init_qspinlock_stat()
221 if (!debugfs_create_file(qstat_names[i], 0400, d_qstat, in init_qspinlock_stat()
225 if (!debugfs_create_file(qstat_names[qstat_reset_cnts], 0200, d_qstat, in init_qspinlock_stat()
231 debugfs_remove_recursive(d_qstat); in init_qspinlock_stat()