path_nm            63 arch/arc/kernel/troubleshoot.c 	char *path_nm = NULL;
path_nm            76 arch/arc/kernel/troubleshoot.c 		path_nm = file_path(exe_file, buf, ARC_PATH_MAX-1);
path_nm            81 arch/arc/kernel/troubleshoot.c 	pr_info("Path: %s\n", !IS_ERR(path_nm) ? path_nm : "?");