Home
last modified time | relevance | path

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

/arch/arc/kernel/
A Dtroubleshoot.c58 struct file *exe_file; in print_task_path_n_nm() local
65 exe_file = get_mm_exe_file(mm); in print_task_path_n_nm()
68 if (exe_file) { in print_task_path_n_nm()
69 path_nm = file_path(exe_file, buf, ARC_PATH_MAX-1); in print_task_path_n_nm()
70 fput(exe_file); in print_task_path_n_nm()

Completed in 5 milliseconds