Home
last modified time | relevance | path

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

/linux-5.19.10/arch/arc/kernel/
Dtroubleshoot.c56 char *path_nm = NULL; in print_task_path_n_nm() local
69 path_nm = file_path(exe_file, buf, ARC_PATH_MAX-1); in print_task_path_n_nm()
74 pr_info("Path: %s\n", !IS_ERR(path_nm) ? path_nm : "?"); in print_task_path_n_nm()