Searched refs:active_users (Results 1 – 3 of 3) sorted by relevance
40 refcount_t active_users; member
718 if (refcount_dec_and_test(&fsd->active_users)) in __debugfs_file_removed()739 while (refcount_read(&fsd->active_users)) { in __debugfs_file_removed()
115 refcount_set(&fsd->active_users, 1); in __debugfs_file_get()139 if (!refcount_inc_not_zero(&fsd->active_users)) in __debugfs_file_get()179 if (refcount_dec_and_test(&fsd->active_users)) in debugfs_file_put()
Completed in 11 milliseconds