Home
last modified time | relevance | path

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

/external/ltp/lib/
Dtst_pid.c42 int rc, used_pids, max_pids; in tst_get_free_pids_() local
49 rc = fscanf(f, "%i", &used_pids); in tst_get_free_pids_()
52 if (rc != 1 || used_pids < 0) { in tst_get_free_pids_()
63 return max_pids - used_pids; in tst_get_free_pids_()