Home
last modified time | relevance | path

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

/linux/kernel/cgroup/
H A Dpids.c38 #define PIDS_MAX (PID_MAX_LIMIT + 1ULL) macro
54 * %PIDS_MAX = (%PID_MAX_LIMIT + 1).
87 atomic64_set(&pids->limit, PIDS_MAX); in pids_css_alloc()
176 * p->limit is %PIDS_MAX then we know that this test will never in pids_try_charge()
311 limit = PIDS_MAX; in pids_max_write()
319 if (limit < 0 || limit >= PIDS_MAX) in pids_max_write()
337 if (limit >= PIDS_MAX) in pids_max_show()