Searched refs:endtime (Results 1 – 8 of 8) sorted by relevance
52 time64_t *endtime,114 time64_t *endtime,
412 ctx->endtime = (time64_t)time32; in gss_import_v2_context()470 time64_t *endtime, gfp_t gfp_mask) in gss_krb5_import_sec_context() argument488 if (endtime) in gss_krb5_import_sec_context()489 *endtime = ctx->endtime; in gss_krb5_import_sec_context()
138 return (kctx->endtime < now) ? GSS_S_CONTEXT_EXPIRED : GSS_S_COMPLETE; in gss_krb5_wrap_v2()213 if (now > kctx->endtime) in gss_krb5_unwrap_v2()
117 if (now > ctx->endtime) in gss_krb5_verify_mic_v2()
132 return (ctx->endtime < now) ? GSS_S_CONTEXT_EXPIRED : GSS_S_COMPLETE; in gss_krb5_get_mic_v2()
429 static bool vhost_can_busy_poll(unsigned long endtime) in vhost_can_busy_poll() argument431 return likely(!need_resched() && !time_after(busy_clock(), endtime) && in vhost_can_busy_poll()548 unsigned long endtime; in vhost_net_busy_poll() local566 endtime = busy_clock() + busyloop_timeout; in vhost_net_busy_poll()568 while (vhost_can_busy_poll(endtime)) { in vhost_net_busy_poll()
2756 unsigned long endtime = act->time + symbol_conf.time_quantum; in do_run_script() local2758 if (starttime == endtime) { /* Display 1ms as fallback */ in do_run_script()2760 endtime += 1*NSEC_PER_MSEC; in do_run_script()2763 timestamp__scnprintf_usec(endtime, end, sizeof end); in do_run_script()
1292 unsigned long endtime; in rcu_torture_boost() local1332 endtime = oldstarttime + test_boost_duration * HZ; in rcu_torture_boost()1333 while (time_before(jiffies, endtime)) { in rcu_torture_boost()