Searched refs:cfs_time_add (Results 1 – 9 of 9) sorted by relevance
/drivers/staging/lustre/include/linux/libcfs/ |
D | libcfs_time.h | 42 static inline unsigned long cfs_time_add(unsigned long t, long d) in cfs_time_add() function 64 return cfs_time_add(cfs_time_current(), cfs_time_seconds(seconds)); in cfs_time_shift()
|
/drivers/staging/lustre/lustre/ptlrpc/ |
D | pinger.c | 143 return cfs_time_sub(cfs_time_add(time, cfs_time_seconds(timeout)), in pinger_check_timeout() 248 cfs_time_add(this_ping, in ptlrpc_pinger_main() 265 cfs_time_add(this_ping, in ptlrpc_pinger_main()
|
/drivers/staging/lustre/lnet/klnds/socklnd/ |
D | socklnd_cb.c | 546 if (!cfs_time_aftereq(cfs_time_add(cfs_time_current(), in ksocknal_process_transmit() 1858 deadline = cfs_time_add(cfs_time_current(), in ksocknal_connect() 1957 route->ksnr_timeout = cfs_time_add(cfs_time_current(), in ksocknal_connect() 1983 route->ksnr_timeout = cfs_time_add(cfs_time_current(), in ksocknal_connect() 2382 cfs_time_add(peer->ksnp_last_alive, in ksocknal_send_keepalive_locked() 2637 deadline = cfs_time_add(deadline, cfs_time_seconds(p)); in ksocknal_reaper() 2649 cfs_time_add(cfs_time_current(), timeout); in ksocknal_reaper()
|
/drivers/staging/lustre/lustre/osc/ |
D | osc_object.c | 250 retry_time = cfs_time_add(obj->oo_contention_time, in osc_object_is_contended()
|
/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_lockd.c | 327 cfs_time_add(lock->l_last_used, in ldlm_handle_gl_callback()
|
D | ldlm_request.c | 1241 cfs_time_add(lock->l_last_used, ns->ns_max_age))) in ldlm_cancel_aged_policy()
|
/drivers/staging/lustre/lnet/lnet/ |
D | lib-move.c | 523 deadline = cfs_time_add(lp->lp_last_alive, in lnet_peer_is_alive() 561 cfs_time_add(lp->lp_last_query, in lnet_peer_alive_locked()
|
D | router.c | 1021 cfs_time_after(now, cfs_time_add(rtr->lp_ping_timestamp, in lnet_ping_router_locked()
|
/drivers/staging/lustre/lustre/include/ |
D | lustre_net.h | 2860 time_before(cfs_time_add(req->rq_queued_time, in ptlrpc_send_limit_expired()
|