Home
last modified time | relevance | path

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

/arch/tile/mm/
Delf.c46 struct file *exe_file; in notify_exec() local
55 exe_file = get_mm_exe_file(mm); in notify_exec()
56 if (exe_file == NULL) in notify_exec()
59 path = file_path(exe_file, buf, PAGE_SIZE); in notify_exec()
69 if (vma->vm_file == exe_file) in notify_exec()
98 fput(exe_file); in notify_exec()
/arch/arc/kernel/
Dtroubleshoot.c63 struct file *exe_file; in print_task_path_n_nm() local
69 exe_file = get_mm_exe_file(mm); in print_task_path_n_nm()
72 if (exe_file) { in print_task_path_n_nm()
73 path_nm = file_path(exe_file, buf, 255); in print_task_path_n_nm()
74 fput(exe_file); in print_task_path_n_nm()
/arch/powerpc/oprofile/cell/
Dspu_task_sync.c326 struct file *exe_file; in get_exec_dcookie_and_offset() local
332 exe_file = get_mm_exe_file(mm); in get_exec_dcookie_and_offset()
333 if (exe_file) { in get_exec_dcookie_and_offset()
334 app_cookie = fast_get_dcookie(&exe_file->f_path); in get_exec_dcookie_and_offset()
335 pr_debug("got dcookie for %pD\n", exe_file); in get_exec_dcookie_and_offset()
336 fput(exe_file); in get_exec_dcookie_and_offset()