Home
last modified time | relevance | path

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

/third_party/ltp/lib/
Dtst_pid.c116 int rc, used_pids, max_pids, max_session_pids; in tst_get_free_pids_() local
123 rc = fscanf(f, "%i", &used_pids); in tst_get_free_pids_()
126 if (rc != 1 || used_pids < 0) { in tst_get_free_pids_()
145 if (used_pids >= max_pids) { in tst_get_free_pids_()
149 return max_pids - used_pids; in tst_get_free_pids_()