Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/cgroup/
Dpids.c37 #define PIDS_MAX (PID_MAX_LIMIT + 1ULL) macro
76 pids->limit = PIDS_MAX; in pids_css_alloc()
264 limit = PIDS_MAX; in pids_max_write()
272 if (limit < 0 || limit >= PIDS_MAX) in pids_max_write()
290 if (limit >= PIDS_MAX) in pids_max_show()