Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arc/kernel/
Dtroubleshoot.c63 char *path_nm = NULL; in print_task_path_n_nm() local
75 path_nm = file_path(exe_file, buf, 255); in print_task_path_n_nm()
80 pr_info("Path: %s\n", !IS_ERR(path_nm) ? path_nm : "?"); in print_task_path_n_nm()