Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/proc/
H A Droot.c58 value == HIDEPID_NOT_PTRACEABLE); in valid_hidepid()
85 ctx->hidepid = HIDEPID_NOT_PTRACEABLE; in proc_parse_hidepid_param()
H A Dinode.c175 case HIDEPID_NOT_PTRACEABLE: return "ptraceable"; in hidepid2str()
H A Dbase.c719 if (fs_info->hide_pid == HIDEPID_NOT_PTRACEABLE) in has_pid_permissions()
3386 if (fs_info->hide_pid == HIDEPID_NOT_PTRACEABLE) { in proc_pid_lookup()
/OK3568_Linux_fs/kernel/include/linux/
H A Dproc_fs.h51 HIDEPID_NOT_PTRACEABLE = 4, /* Limit pids to only ptraceable pids */ enumerator