Home
last modified time | relevance | path

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

/openbmc/linux/kernel/cgroup/
H A Dpids.c38 #define PIDS_MAX (PID_MAX_LIMIT + 1ULL) macro
79 atomic64_set(&pids->limit, PIDS_MAX); in pids_css_alloc()
292 limit = PIDS_MAX; in pids_max_write()
300 if (limit < 0 || limit >= PIDS_MAX) in pids_max_write()
318 if (limit >= PIDS_MAX) in pids_max_show()