Searched refs:expires (Results 1 – 11 of 11) sorted by relevance
237 int64_t expires = cpu_to_timer_ticks(real_limit, timer->frequency) + in cpu_tick_set_limit() local240 if (expires < now) { in cpu_tick_set_limit()241 expires = now + 1; in cpu_tick_set_limit()252 expires - now, timer->frequency in cpu_tick_set_limit()261 timer_mod(timer->qtimer, expires); in cpu_tick_set_limit()
9 int vnc_display_pw_expire(const char *id, time_t expires) in vnc_display_pw_expire() argument
53 static int qemu_spice_set_pw_expire_stub(time_t expires) in qemu_spice_set_pw_expire_stub() argument
923 static int qemu_spice_set_pw_expire(time_t expires) in qemu_spice_set_pw_expire() argument925 auth_expires = expires; in qemu_spice_set_pw_expire()
172 time_t expires; member
2771 if (vs->vd->expires < now) { in protocol_client_auth_vnc()3401 vd->expires = TIME_MAX; in vnc_display_init()3490 int vnc_display_pw_expire(const char *id, time_t expires) in vnc_display_pw_expire() argument3498 vd->expires = expires; in vnc_display_pw_expire()
33 int (*set_pw_expire)(time_t expires);
458 int vnc_display_pw_expire(const char *id, time_t expires);
381 # @action: @WatchdogAction action taken when watchdog timer expires.405 # @watchdog: @WatchdogAction action taken when watchdog timer expires.
144 int64_t expires; in omap_timer_update() local148 expires = muldiv64((uint64_t) timer->val << (timer->ptv + 1), in omap_timer_update()157 if (expires > (NANOSECONDS_PER_SECOND >> 10) || timer->ar) { in omap_timer_update()158 timer_mod(timer->timer, timer->time + expires); in omap_timer_update()
4977 expires. The default is ``reset`` (forcefully reset the guest).