Home
last modified time | relevance | path

Searched refs:os_poll (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/arch/um/kernel/
Dtime.c77 while (os_poll(1, &time_travel_ext_fd) != 0) { in time_travel_handle_message()
160 while ((ret = os_poll(2, fds))) { in __time_travel_wait_readable()
/linux-6.1.9/arch/um/include/shared/
Dos.h181 int os_poll(unsigned int n, const int *fds);
/linux-6.1.9/arch/um/os-Linux/
Dfile.c681 int os_poll(unsigned int n, const int *fds) in os_poll() function