Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/cgroup/
Dpids.c38 #define PIDS_MAX (PID_MAX_LIMIT + 1ULL) macro
87 atomic64_set(&pids->limit, PIDS_MAX); in pids_css_alloc()
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()