Searched refs:rec_fds_max (Results 1 – 1 of 1) sorted by relevance
48 static int rec_fds_max; variable66 min = getdtablesize() - rec_fds_max; in main()132 if (rec_fds_max >= (int)ARRAY_SIZE(rec_fds)) { in record_open_fds()137 rec_fds[rec_fds_max++] = fd; in record_open_fds()145 tst_resm(TINFO, "Found %u files open", rec_fds_max); in record_open_fds()152 for (i = 0; i < rec_fds_max; i++) in not_recorded()