Searched refs:poll_nfds (Results 1 – 3 of 3) sorted by relevance
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | test_common.c | 24 int poll_nfds, poll_nfds_allocd; variable 34 poll_nfds = poll_nfds_allocd; in test_common_beforepoll() 35 int rc = libxl_osevent_beforepoll(ctx, &poll_nfds, poll_fds, in test_common_beforepoll() 40 assert(poll_nfds > poll_nfds_allocd); in test_common_beforepoll() 41 poll_fds = realloc(poll_fds, poll_nfds * sizeof(poll_fds[0])); in test_common_beforepoll() 43 poll_nfds_allocd = poll_nfds; in test_common_beforepoll() 49 int r = poll(poll_fds, poll_nfds, poll_timeout); in test_common_dopoll() 56 libxl_osevent_afterpoll(ctx, poll_nfds, poll_fds, now); in test_common_afterpoll()
|
A D | test_common.h | 25 extern int poll_nfds, poll_nfds_allocd;
|
A D | test_fdderegrace.c | 36 for (i=0; i<poll_nfds; i++) { in main()
|
Completed in 3 milliseconds