Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dpid_namespace.h45 int hide_pid; member
/Linux-v5.4/fs/proc/
Dinode.c112 if (pid->hide_pid != HIDEPID_OFF) in proc_show_options()
113 seq_printf(seq, ",hidepid=%u", pid->hide_pid); in proc_show_options()
Droot.c95 pid_ns->hide_pid = ctx->hidepid; in proc_apply_options()
Dbase.c702 if (pid->hide_pid < hide_pid_min) in has_pid_permissions()
723 if (pid->hide_pid == HIDEPID_INVISIBLE) { in proc_pid_permission()