Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dpid_namespace.h45 int hide_pid; member
/linux-4.1.27/fs/proc/
Dinode.c110 if (pid->hide_pid != 0) in proc_show_options()
111 seq_printf(seq, ",hidepid=%u", pid->hide_pid); in proc_show_options()
Droot.c80 pid->hide_pid = option; in proc_parse_options()
Dbase.c537 if (pid->hide_pid < hide_pid_min) in has_pid_permissions()
558 if (pid->hide_pid == 2) { in proc_pid_permission()