Lines Matching refs:exe_file
502 RCU_INIT_POINTER(mm->exe_file, get_mm_exe_file(oldmm));
650 RCU_INIT_POINTER(mm->exe_file, get_mm_exe_file(oldmm));
1062 RCU_INIT_POINTER(mm->exe_file, NULL);
1170 * mm->exe_file, but does so without using set_mm_exe_file() in order
1178 * It is safe to dereference the exe_file without RCU as
1182 old_exe_file = rcu_dereference_raw(mm->exe_file);
1186 rcu_assign_pointer(mm->exe_file, new_exe_file);
1199 struct file *exe_file;
1202 exe_file = rcu_dereference(mm->exe_file);
1203 if (exe_file && !get_file_rcu(exe_file))
1204 exe_file = NULL;
1206 return exe_file;
1219 struct file *exe_file = NULL;
1226 exe_file = get_mm_exe_file(mm);
1229 return exe_file;