Lines Matching refs:pid
69 lwp = lwp_from_pid_locked(dentry->pid); in stat_single_show()
74 dfs_seq_printf(seq,"%d ",dentry->pid); in stat_single_show()
153 dfs_seq_printf(seq,"%d ",lwp->parent->pid); in stat_single_show()
183 lwp = lwp_from_pid_locked(dentry->pid); in cmdline_single_show()
213 lwp = lwp_from_pid_locked(parent->pid); in proc_pid_fd_lookup()
252 dentry->pid = parent->pid; in proc_pid_fd_lookup()
271 lwp = lwp_from_pid_locked(entry->pid); in proc_pid_fd_getdents()
373 int proc_pid(int pid) in proc_pid() argument
378 rt_snprintf(pid_str, 64, "%d", pid); in proc_pid()
386 dentry->pid = pid; in proc_pid()
447 MSH_CMD_EXPORT_ALIAS(msh_proc_pid, proc_pid, proc pid);