Searched refs:endtime (Results 1 – 11 of 11) sorted by relevance
| /linux/include/linux/sunrpc/ |
| H A D | gss_api.h | 52 time64_t *endtime, 114 time64_t *endtime,
|
| /linux/net/sunrpc/auth_gss/ |
| H A D | gss_krb5_mech.c | 139 ctx->endtime = (time64_t)time32; 189 time64_t *endtime, gfp_t gfp_mask) 207 if (endtime) 208 *endtime = ctx->endtime; 470 gss_krb5_import_sec_context(const void * p,size_t len,struct gss_ctx * ctx_id,time64_t * endtime,gfp_t gfp_mask) gss_krb5_import_sec_context() argument
|
| H A D | gss_krb5_wrap.c | 141 return (kctx->endtime < now) ? GSS_S_CONTEXT_EXPIRED : GSS_S_COMPLETE; in gss_krb5_wrap_v2() 219 if (now > kctx->endtime) in gss_krb5_unwrap_v2()
|
| H A D | gss_krb5_seal.c | 151 return (ctx->endtime < now) ? GSS_S_CONTEXT_EXPIRED : GSS_S_COMPLETE;
|
| H A D | gss_krb5_unseal.c | 130 if (now > ctx->endtime) in gss_krb5_verify_mic_v2()
|
| H A D | gss_mech_switch.c | 355 time64_t *endtime, in gss_import_sec_context() argument 363 *ctx_id, endtime, gfp_mask); in gss_import_sec_context()
|
| /linux/net/rxrpc/ |
| H A D | key.c | 156 * opr_time endtime; 219 token->rxgk->endtime = xdr_dec64(xdr + 1 * 2); in rxrpc_preparse_xdr_yfs_rxgk() 232 if (token->rxgk->endtime != 0) { in rxrpc_preparse_xdr_yfs_rxgk() 233 expiry = rxrpc_s64_to_time64(token->rxgk->endtime); in rxrpc_preparse_xdr_yfs_rxgk() 249 _debug("EXPY: %llx", token->rxgk->endtime); in rxrpc_preparse_xdr_yfs_rxgk() 861 ENCODE64(token->rxgk->endtime); in rxrpc_read()
|
| /linux/drivers/vhost/ |
| H A D | net.c | 443 static bool vhost_can_busy_poll(unsigned long endtime) in vhost_can_busy_poll() argument 445 return likely(!need_resched() && !time_after(busy_clock(), endtime) && in vhost_can_busy_poll() 562 unsigned long endtime; in vhost_net_busy_poll() local 580 endtime = busy_clock() + busyloop_timeout; in vhost_net_busy_poll() 582 while (vhost_can_busy_poll(endtime)) { in vhost_net_busy_poll()
|
| /linux/drivers/s390/block/ |
| H A D | dasd.c | 794 unsigned long strtime, irqtime, endtime, tottime; in dasd_profile_end() local 815 endtime = ((cqr->endclk - cqr->stopclk) >> 12); in dasd_profile_end() 825 dasd_profile_counter(endtime, endtime_ind); in dasd_profile_end() 833 data->dasd_sum_time_end += endtime; in dasd_profile_end() 851 data->dasd_sum_time_end += endtime; in dasd_profile_end() 869 data->dasd_sum_time_end += endtime; in dasd_profile_end()
|
| /linux/tools/perf/ui/browsers/ |
| H A D | hists.c | 2767 unsigned long endtime = act->time + symbol_conf.time_quantum; in do_run_script() 2769 if (starttime == endtime) { /* Display 1ms as fallback */ in do_run_script() 2771 endtime += 1*NSEC_PER_MSEC; 2774 timestamp__scnprintf_usec(endtime, end, sizeof end); in do_res_sample_script() 2756 unsigned long endtime = act->time + symbol_conf.time_quantum; do_run_script() local
|
| /linux/kernel/rcu/ |
| H A D | rcutorture.c | 1376 unsigned long endtime; in rcu_torture_boost() local 1416 endtime = oldstarttime + test_boost_duration * HZ; in rcu_torture_boost() 1417 while (time_before(jiffies, endtime)) { in rcu_torture_boost()
|