Searched refs:fast_poll (Results 1 – 8 of 8) sorted by relevance
137 u16 fast_poll; member702 if (!lp->fast_poll) in media_check()709 lp->fast_poll = HZ; in media_check()711 if (lp->fast_poll) { in media_check()712 lp->fast_poll--; in media_check()
205 unsigned short fast_poll; member873 if (!lp->fast_poll) in media_check()880 lp->fast_poll = HZ; in media_check()882 if (lp->fast_poll) { in media_check()883 lp->fast_poll--; in media_check()
232 bool fast_poll) in pdsc_adminq_post() argument288 if (!fast_poll && poll_interval < PDSC_ADMINQ_MAX_POLL_INTERVAL) in pdsc_adminq_post()
21 bool fast_poll) in pds_vfio_client_adminq_cmd() argument38 err = pdsc_adminq_post(pdsc, &cmd, resp, fast_poll); in pds_vfio_client_adminq_cmd()
114 int stale, fast_poll; member564 if (!info->fast_poll) in ei_watchdog()567 info->fast_poll = HZ; in ei_watchdog()569 if (info->fast_poll) { in ei_watchdog()570 info->fast_poll--; in ei_watchdog()
206 int stale, fast_poll; member1032 if (!info->fast_poll) in ei_watchdog()1035 info->fast_poll = HZ; in ei_watchdog()1037 if (info->fast_poll) { in ei_watchdog()1038 info->fast_poll--; in ei_watchdog()
111 u_short fast_poll; member1749 if (!smc->fast_poll) in media_check()1754 smc->fast_poll = HZ; in media_check()1756 if (smc->fast_poll) { in media_check()1757 smc->fast_poll--; in media_check()
1267 bool fast_poll);