Searched refs:maxfds (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/tools/perf/pmu-events/ |
D | jevents.c | 1194 int maxfds; in main() local 1244 maxfds = get_maxfds(); in main() 1245 rc = nftw(ldirname, preprocess_arch_std_files, maxfds, 0); in main() 1249 rc = nftw(ldirname, process_one_file, maxfds, 0); in main() 1255 rc = nftw(ldirname, preprocess_arch_std_files, maxfds, 0); in main() 1259 rc = nftw(ldirname, process_one_file, maxfds, 0); in main()
|