Searched refs:used_pids (Results 1 – 1 of 1) sorted by relevance
116 int rc, used_pids, max_pids, max_session_pids; in tst_get_free_pids_() local123 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_()