Home
last modified time | relevance | path

Searched refs:need_poll (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/um/os-Linux/
H A Dsigio.c103 static int need_poll(struct pollfds *polls, int n) in need_poll() function
112 printk(UM_KERN_ERR "need_poll : failed to allocate new " in need_poll()
188 err = need_poll(&next_poll, n + 1); in add_sigio_fd()
223 err = need_poll(&next_poll, current_poll.used - 1); in ignore_sigio_fd()
346 err = need_poll(&all_sigio_fds, all_sigio_fds.used + 1); in sigio_broken()
/kernel/linux/linux-6.6/arch/um/os-Linux/
H A Dsigio.c103 static int need_poll(struct pollfds *polls, int n) in need_poll() function
112 printk(UM_KERN_ERR "need_poll : failed to allocate new " in need_poll()
187 err = need_poll(&next_poll, n + 1); in __add_sigio_fd()
232 err = need_poll(&next_poll, current_poll.used - 1); in __ignore_sigio_fd()
365 err = need_poll(&all_sigio_fds, all_sigio_fds.used + 1); in sigio_broken()
/kernel/linux/linux-5.10/drivers/net/phy/
H A Dsfp.c239 bool need_poll; member
517 !sfp->need_poll) in sfp_soft_start_poll()
2377 sfp->need_poll) in sfp_poll()
2532 sfp->need_poll = true; in sfp_probe()
2551 sfp->need_poll = true; in sfp_probe()
2555 if (sfp->need_poll) in sfp_probe()
/kernel/linux/linux-6.6/drivers/net/phy/
H A Dsfp.c248 bool need_poll; member
798 !sfp->need_poll) in sfp_soft_start_poll()
2892 sfp->need_poll) in sfp_poll()
3040 sfp->need_poll = true; in sfp_probe()
3059 sfp->need_poll = true; in sfp_probe()
3063 if (sfp->need_poll) in sfp_probe()

Completed in 9 milliseconds