Home
last modified time | relevance | path

Searched refs:max_fd (Results 1 – 4 of 4) sorted by relevance

/xen-4.10.0-shim-comet/tools/blktap2/drivers/
A Dscheduler.c75 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 Dscheduler.h51 int max_fd; member
/xen-4.10.0-shim-comet/tools/console/client/
A Dmain.c180 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 Dselect.ml70 let sel_fun, max_fd =
74 set_fd_limit max_fd

Completed in 5 milliseconds