Home
last modified time | relevance | path

Searched refs:endtime (Results 1 – 11 of 11) sorted by relevance

/linux-6.15/include/linux/sunrpc/
H A Dgss_api.h52 time64_t *endtime,
114 time64_t *endtime,
/linux-6.15/net/sunrpc/auth_gss/
H A Dgss_krb5_mech.c412 ctx->endtime = (time64_t)time32; in gss_import_v2_context()
470 time64_t *endtime, gfp_t gfp_mask) in gss_krb5_import_sec_context() argument
488 if (endtime) in gss_krb5_import_sec_context()
489 *endtime = ctx->endtime; in gss_krb5_import_sec_context()
H A Dgss_krb5_wrap.c138 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()
H A Dgss_krb5_unseal.c117 if (now > ctx->endtime) in gss_krb5_verify_mic_v2()
H A Dgss_krb5_seal.c132 return (ctx->endtime < now) ? GSS_S_CONTEXT_EXPIRED : GSS_S_COMPLETE; in gss_krb5_get_mic_v2()
H A Dgss_mech_switch.c355 time64_t *endtime, in gss_import_sec_context() argument
363 *ctx_id, endtime, gfp_mask); in gss_import_sec_context()
H A Dgss_krb5_internal.h79 time64_t endtime; member
/linux-6.15/drivers/vhost/
H A Dnet.c420 static bool vhost_can_busy_poll(unsigned long endtime) in vhost_can_busy_poll() argument
422 return likely(!need_resched() && !time_after(busy_clock(), endtime) && in vhost_can_busy_poll()
530 unsigned long endtime; in vhost_net_busy_poll() local
548 endtime = busy_clock() + busyloop_timeout; in vhost_net_busy_poll()
550 while (vhost_can_busy_poll(endtime)) { in vhost_net_busy_poll()
/linux-6.15/drivers/s390/block/
H A Ddasd.c771 unsigned long strtime, irqtime, endtime, tottime; in dasd_profile_end() local
792 endtime = ((cqr->endclk - cqr->stopclk) >> 12); in dasd_profile_end()
802 dasd_profile_counter(endtime, endtime_ind); in dasd_profile_end()
810 data->dasd_sum_time_end += endtime; in dasd_profile_end()
828 data->dasd_sum_time_end += endtime; in dasd_profile_end()
846 data->dasd_sum_time_end += endtime; in dasd_profile_end()
/linux-6.15/tools/perf/ui/browsers/
H A Dhists.c2726 unsigned long endtime = act->time + symbol_conf.time_quantum; in do_run_script() local
2728 if (starttime == endtime) { /* Display 1ms as fallback */ in do_run_script()
2730 endtime += 1*NSEC_PER_MSEC; in do_run_script()
2733 timestamp__scnprintf_usec(endtime, end, sizeof end); in do_run_script()
/linux-6.15/kernel/rcu/
H A Drcutorture.c1171 unsigned long endtime; in rcu_torture_boost() local
1211 endtime = oldstarttime + test_boost_duration * HZ; in rcu_torture_boost()
1212 while (time_before(jiffies, endtime)) { in rcu_torture_boost()