Searched refs:endtime (Results 1 – 14 of 14) sorted by relevance
| /Linux-v5.4/net/sunrpc/auth_gss/ |
| D | gss_krb5_mech.c | 293 p = simple_get_bytes(p, end, &ctx->endtime, sizeof(ctx->endtime)); in gss_import_v1_context() 596 p = simple_get_bytes(p, end, &ctx->endtime, sizeof(ctx->endtime)); in gss_import_v2_context() 662 time_t *endtime, in gss_import_sec_context_kerberos() argument 680 if (endtime) in gss_import_sec_context_kerberos() 681 *endtime = ctx->endtime; in gss_import_sec_context_kerberos()
|
| D | gss_krb5_unseal.c | 129 if (now > ctx->endtime) in gss_verify_mic_v1() 198 if (now > ctx->endtime) in gss_verify_mic_v2()
|
| D | gss_krb5_seal.c | 162 return (ctx->endtime < now) ? GSS_S_CONTEXT_EXPIRED : GSS_S_COMPLETE; in gss_get_mic_v1() 203 return (ctx->endtime < now) ? GSS_S_CONTEXT_EXPIRED : GSS_S_COMPLETE; in gss_get_mic_v2()
|
| D | gss_krb5_wrap.c | 260 return (kctx->endtime < now) ? GSS_S_CONTEXT_EXPIRED : GSS_S_COMPLETE; in gss_wrap_kerberos_v1() 364 if (now > kctx->endtime) in gss_unwrap_kerberos_v1() 485 return (kctx->endtime < now) ? GSS_S_CONTEXT_EXPIRED : GSS_S_COMPLETE; in gss_wrap_kerberos_v2() 561 if (now > kctx->endtime) in gss_unwrap_kerberos_v2()
|
| D | gss_mech_switch.c | 377 time_t *endtime, in gss_import_sec_context() argument 385 *ctx_id, endtime, gfp_mask); in gss_import_sec_context()
|
| /Linux-v5.4/kernel/ |
| D | async.c | 290 ktime_t uninitialized_var(starttime), delta, endtime; in async_synchronize_cookie_domain() 300 endtime = ktime_get(); in async_synchronize_cookie_domain() 301 delta = ktime_sub(endtime, starttime); in async_synchronize_cookie_domain()
|
| /Linux-v5.4/include/linux/sunrpc/ |
| D | gss_api.h | 52 time_t *endtime, 112 time_t *endtime,
|
| D | gss_krb5.h | 109 s32 endtime; member
|
| /Linux-v5.4/include/keys/ |
| D | rxrpc-type.h | 63 u64 endtime; /* time at which auth token expired */ member
|
| /Linux-v5.4/net/rxrpc/ |
| D | key.c | 481 rxk5->endtime = be64_to_cpup((const __be64 *) xdr); in rxrpc_preparse_xdr_rxk5() 490 rxk5->authtime, rxk5->starttime, rxk5->endtime, in rxrpc_preparse_xdr_rxk5() 537 expiry = rxrpc_u32_to_time64(token->k5->endtime); in rxrpc_preparse_xdr_rxk5() 1200 ENCODE64(token->k5->endtime); in rxrpc_read()
|
| /Linux-v5.4/drivers/vhost/ |
| D | net.c | 415 static bool vhost_can_busy_poll(unsigned long endtime) in vhost_can_busy_poll() argument 417 return likely(!need_resched() && !time_after(busy_clock(), endtime) && in vhost_can_busy_poll() 515 unsigned long endtime; in vhost_net_busy_poll() local 533 endtime = busy_clock() + busyloop_timeout; in vhost_net_busy_poll() 535 while (vhost_can_busy_poll(endtime)) { in vhost_net_busy_poll()
|
| /Linux-v5.4/drivers/s390/block/ |
| D | dasd.c | 815 unsigned long strtime, irqtime, endtime, tottime; in dasd_profile_end() local 836 endtime = ((cqr->endclk - cqr->stopclk) >> 12); in dasd_profile_end() 846 dasd_profile_counter(endtime, endtime_ind); in dasd_profile_end() 854 data->dasd_sum_time_end += endtime; in dasd_profile_end() 872 data->dasd_sum_time_end += endtime; in dasd_profile_end() 890 data->dasd_sum_time_end += endtime; in dasd_profile_end()
|
| /Linux-v5.4/kernel/rcu/ |
| D | rcutorture.c | 800 unsigned long endtime; in rcu_torture_boost() local 842 endtime = oldstarttime + test_boost_duration * HZ; in rcu_torture_boost() 844 while (ULONG_CMP_LT(jiffies, endtime)) { in rcu_torture_boost()
|
| /Linux-v5.4/tools/perf/ui/browsers/ |
| D | hists.c | 2574 unsigned long endtime = act->time + symbol_conf.time_quantum; in do_run_script() local 2576 if (starttime == endtime) { /* Display 1ms as fallback */ in do_run_script() 2578 endtime += 1*NSEC_PER_MSEC; in do_run_script() 2581 timestamp__scnprintf_usec(endtime, end, sizeof end); in do_run_script()
|