Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/
H A Dfile.c893 if (unlikely(!get_file_rcu_many(file, refs))) in __fget_files_rcu()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfs.h994 #define get_file_rcu_many(x, cnt) \ macro
996 #define get_file_rcu(x) get_file_rcu_many((x), 1)