Lines Matching refs:tv64
607 dev->next_event.tv64 = KTIME_MAX; in tick_handle_oneshot_broadcast()
608 next_event.tv64 = KTIME_MAX; in tick_handle_oneshot_broadcast()
614 if (td->evtdev->next_event.tv64 <= now.tv64) { in tick_handle_oneshot_broadcast()
622 } else if (td->evtdev->next_event.tv64 < next_event.tv64) { in tick_handle_oneshot_broadcast()
623 next_event.tv64 = td->evtdev->next_event.tv64; in tick_handle_oneshot_broadcast()
660 if (next_event.tv64 != KTIME_MAX) in tick_handle_oneshot_broadcast()
675 if (bc->next_event.tv64 == KTIME_MAX) in broadcast_needs_cpu()
691 if (dev->next_event.tv64 < bc->next_event.tv64) in broadcast_shutdown_local()
757 } else if (dev->next_event.tv64 < bc->next_event.tv64) { in __tick_broadcast_oneshot_control()
792 if (dev->next_event.tv64 == KTIME_MAX) in __tick_broadcast_oneshot_control()
827 if (dev->next_event.tv64 <= now.tv64) { in __tick_broadcast_oneshot_control()
897 bc->next_event.tv64 = KTIME_MAX; in tick_broadcast_setup_oneshot()