Searched refs:pid_str (Results 1 – 2 of 2) sorted by relevance
375 char pid_str[64] = {0}; in proc_pid() local378 rt_snprintf(pid_str, 64, "%d", pid); in proc_pid()379 pid_str[63] = 0; in proc_pid()381 dentry = proc_mkdir(pid_str, 0); in proc_pid()
215 char pid_str[64] = {0}; in _free_proc_dentry() local217 rt_snprintf(pid_str, 64, "%d", lwp->pid); in _free_proc_dentry()218 pid_str[63] = 0; in _free_proc_dentry()219 proc_remove_dentry(pid_str, 0); in _free_proc_dentry()
Completed in 6 milliseconds