Home
last modified time | relevance | path

Searched refs:cfs_time_add (Results 1 – 14 of 14) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_time.h46 static inline unsigned long cfs_time_add(unsigned long t, long d) in cfs_time_add() function
68 return cfs_time_add(cfs_time_current(), cfs_time_seconds(seconds)); in cfs_time_shift()
87 cfs_time_add(now, cfs_time_seconds(15)))) in cfs_slow_warning()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dpinger.c159 return cfs_time_sub(cfs_time_add(time, cfs_time_seconds(timeout)), in pinger_check_timeout()
264 cfs_time_add(this_ping, in ptlrpc_pinger_main()
282 cfs_time_add(this_ping, in ptlrpc_pinger_main()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_capa.h271 ocapa->c_expiry = cfs_time_add(cfs_time_current(), in set_capa_expiry()
Dlustre_export.h300 return time_before(cfs_time_add(exp->exp_last_request_time, age), in exp_expired()
Dlustre_net.h2821 time_before(cfs_time_add(req->rq_queued_time, in ptlrpc_send_limit_expired()
/linux-4.1.27/drivers/staging/lustre/lnet/klnds/socklnd/
Dsocklnd_cb.c539 if (!cfs_time_aftereq(cfs_time_add(cfs_time_current(), in ksocknal_process_transmit()
1842 deadline = cfs_time_add(cfs_time_current(), in ksocknal_connect()
1934 route->ksnr_timeout = cfs_time_add(cfs_time_current(), in ksocknal_connect()
1960 route->ksnr_timeout = cfs_time_add(cfs_time_current(), in ksocknal_connect()
2353 cfs_time_add(peer->ksnp_last_alive, in ksocknal_send_keepalive_locked()
2604 deadline = cfs_time_add(deadline, cfs_time_seconds(p)); in ksocknal_reaper()
2614 cfs_time_add(cfs_time_current(), timeout); in ksocknal_reaper()
/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_object.c226 retry_time = cfs_time_add(obj->oo_contention_time, in osc_object_is_contended()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dllite_capa.c517 oc->c_expiry = cfs_time_add(oc->c_expiry, cfs_time_seconds(delay)); in delay_capa_renew()
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_lockd.c352 cfs_time_add(lock->l_last_used, in ldlm_handle_gl_callback()
Dldlm_request.c1511 cfs_time_add(lock->l_last_used, ns->ns_max_age))) ? in ldlm_cancel_aged_policy()
/linux-4.1.27/drivers/staging/lustre/lnet/lnet/
Dlib-move.c715 deadline = cfs_time_add(lp->lp_last_alive, in lnet_peer_is_alive()
750 cfs_time_add(lp->lp_last_query, in lnet_peer_alive_locked()
Drouter.c980 cfs_time_after(now, cfs_time_add(rtr->lp_ping_timestamp, in lnet_ping_router_locked()
/linux-4.1.27/drivers/staging/lustre/lnet/selftest/
Drpc.c1103 timer->stt_expires = cfs_time_add(rpc->crpc_timeout, in srpc_add_client_rpc_timer()
Dframework.c173 timer->stt_expires = cfs_time_add(sn->sn_timeout, in sfw_add_session_timer()