Lines Matching full:nested
104 static unsigned int nested = 0; variable
137 …OPT_UINTEGER( 'N', "nested", &nested, "Nesting level epoll hierarchy (default is 0, no nesting)…
245 if (nested > EPOLL_MAXNESTS) in nest_epollfd()
246 nested = EPOLL_MAXNESTS; in nest_epollfd()
248 epollfdp = calloc(nested, sizeof(*epollfdp)); in nest_epollfd()
252 for (i = 0; i < nested; i++) { in nest_epollfd()
261 for (i = nested - 1; i; i--) { in nest_epollfd()
317 if (nested) in do_threads()
444 * Deal with nested epolls, if any. in bench_epoll_wait()
446 if (nested) in bench_epoll_wait()
451 printinfo("Nesting level(s): %d\n", nested); in bench_epoll_wait()