Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arc/kernel/
Dtroubleshoot.c61 char *path_nm = NULL; in print_task_path_n_nm() local
73 path_nm = file_path(exe_file, buf, 255); in print_task_path_n_nm()
78 pr_info("Path: %s\n", !IS_ERR(path_nm) ? path_nm : "?"); in print_task_path_n_nm()