Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/pipe/
Dpipe07.c48 static int rec_fds_max; variable
66 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()