Searched refs:procfs_get_pid_max (Results 1 – 5 of 5) sorted by relevance
30 r = procfs_get_pid_max(&pid_max); in main()60 assert_se(procfs_get_pid_max(&v) >= 0); in main()69 assert_se(procfs_get_pid_max(&v) >= 0); in main()
850 assert_se(procfs_get_pid_max(&limit) >= 0); in TEST()
16 int procfs_get_pid_max(uint64_t *ret) { in procfs_get_pid_max() function58 r = procfs_get_pid_max(&pid_max); in procfs_tasks_set_limit()
8 int procfs_get_pid_max(uint64_t *ret);
148 r = procfs_get_pid_max(&b); in system_tasks_max()