Searched refs:cfs_time_add (Results 1 – 14 of 14) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/ |
D | libcfs_time.h | 46 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/ |
D | pinger.c | 159 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/ |
D | lustre_capa.h | 271 ocapa->c_expiry = cfs_time_add(cfs_time_current(), in set_capa_expiry()
|
D | lustre_export.h | 300 return time_before(cfs_time_add(exp->exp_last_request_time, age), in exp_expired()
|
D | lustre_net.h | 2821 time_before(cfs_time_add(req->rq_queued_time, in ptlrpc_send_limit_expired()
|
/linux-4.1.27/drivers/staging/lustre/lnet/klnds/socklnd/ |
D | socklnd_cb.c | 539 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/ |
D | osc_object.c | 226 retry_time = cfs_time_add(obj->oo_contention_time, in osc_object_is_contended()
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | llite_capa.c | 517 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/ |
D | ldlm_lockd.c | 352 cfs_time_add(lock->l_last_used, in ldlm_handle_gl_callback()
|
D | ldlm_request.c | 1511 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/ |
D | lib-move.c | 715 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()
|
D | router.c | 980 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/ |
D | rpc.c | 1103 timer->stt_expires = cfs_time_add(rpc->crpc_timeout, in srpc_add_client_rpc_timer()
|
D | framework.c | 173 timer->stt_expires = cfs_time_add(sn->sn_timeout, in sfw_add_session_timer()
|