Searched refs:max_fd (Results 1 – 4 of 4) sorted by relevance
/xen-4.10.0-shim-comet/tools/blktap2/drivers/ |
A D | scheduler.c | 75 s->max_fd = 0; in scheduler_prepare_events() 83 s->max_fd = MAX(event->fd, s->max_fd); in scheduler_prepare_events() 88 s->max_fd = MAX(event->fd, s->max_fd); in scheduler_prepare_events() 93 s->max_fd = MAX(event->fd, s->max_fd); in scheduler_prepare_events() 238 ret = select(s->max_fd + 1, &s->read_fds, in scheduler_wait_for_events()
|
A D | scheduler.h | 51 int max_fd; member
|
/xen-4.10.0-shim-comet/tools/console/client/ |
A D | main.c | 180 int ret, xs_fd = xs_fileno(xs), max_fd = -1; in console_loop() local 188 max_fd = STDIN_FILENO; in console_loop() 191 if (xs_fd > max_fd) max_fd = xs_fd; in console_loop() 193 if (fd > max_fd) max_fd = fd; in console_loop() 195 ret = select(max_fd + 1, &fds, NULL, NULL, NULL); in console_loop()
|
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/ |
A D | select.ml | 70 let sel_fun, max_fd = 74 set_fd_limit max_fd
|
Completed in 5 milliseconds