Home
last modified time | relevance | path

Searched refs:MAXFILES (Results 1 - 1 of 1) sorted by relevance

/third_party/ltp/testcases/kernel/fs/openfile/
H A Dopenfile.c43 #define MAXFILES 32768 macro
113 /* Check if numthreads is less than MAXFILES */ in main()
114 if (numfiles > MAXFILES) { in main()
116 sprintf(msg, "%s, used %d files instead\n", msg, MAXFILES); in main()
117 numfiles = MAXFILES; in main()
210 FILE *fd_list[MAXFILES]; in threads()

Completed in 1 milliseconds