Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_debug_mem_view.c237 if (get_file_rcu(kctx->filp) == 0) in debug_mem_open()
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dtask_iter.c191 if (!get_file_rcu(f)) in task_file_seq_get_next()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gem/
H A Di915_gem_mman.c815 if (file && !get_file_rcu(file)) in mmap_singleton()
/OK3568_Linux_fs/kernel/fs/
H A Deventpoll.c2040 if (get_file_rcu(epi->ffd.file)) in ep_loop_check_proc()
/OK3568_Linux_fs/kernel/kernel/
H A Dfork.c1221 if (exe_file && !get_file_rcu(exe_file)) in get_mm_exe_file()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfs.h996 #define get_file_rcu(x) get_file_rcu_many((x), 1) macro