Home
last modified time | relevance | path

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

/linux/fs/proc/
H A Droot.c55 value == HIDEPID_NOT_PTRACEABLE); in valid_hidepid()
82 ctx->hidepid = HIDEPID_NOT_PTRACEABLE; in proc_parse_hidepid_param()
H A Dinode.c167 case HIDEPID_NOT_PTRACEABLE: return "ptraceable"; in hidepid2str()
/linux/include/linux/
H A Dproc_fs.h52 HIDEPID_NOT_PTRACEABLE = 4, /* Limit pids to only ptraceable pids */ enumerator