Searched refs:poll_timeout_ms (Results 1 – 2 of 2) sorted by relevance
80 u32 poll_timeout_ms; member472 aq_ptp->poll_timeout_ms = POLL_SYNC_TIMER_MS; in aq_ptp_extts_pin_configure()475 msecs_to_jiffies(aq_ptp->poll_timeout_ms)); in aq_ptp_extts_pin_configure()1293 aq_ptp->poll_timeout_ms = POLL_SYNC_TIMER_MS; in aq_ptp_start_work()1297 msecs_to_jiffies(aq_ptp->poll_timeout_ms)); in aq_ptp_start_work()1377 unsigned long timeout = msecs_to_jiffies(aq_ptp->poll_timeout_ms); in aq_ptp_poll_sync_work_cb()
199 static const int poll_timeout_ms = 5000; /* 5s */ in accept_from_one() local203 ret = poll(server_poll_fds, server_poll_fds_len, poll_timeout_ms); in accept_from_one()