Home
last modified time | relevance | path

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

/openbmc/linux/kernel/locking/
H A Dlock_events.c146 struct dentry *d_counts = debugfs_create_dir(LOCK_EVENTS_DIR, NULL); in init_lockevent_counts() local
149 if (!d_counts) in init_lockevent_counts()
162 if (!debugfs_create_file(lockevent_names[i], 0400, d_counts, in init_lockevent_counts()
168 d_counts, (void *)(long)LOCKEVENT_reset_cnts, in init_lockevent_counts()
174 debugfs_remove_recursive(d_counts); in init_lockevent_counts()