Searched refs:cfs_time_add (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/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()
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | pinger.c | 146 return cfs_time_sub(cfs_time_add(time, cfs_time_seconds(timeout)), in pinger_check_timeout() 251 cfs_time_add(this_ping, in ptlrpc_pinger_main() 267 cfs_time_add(this_ping, in ptlrpc_pinger_main()
|
/linux-4.4.14/drivers/staging/lustre/lnet/klnds/socklnd/ |
D | socklnd_cb.c | 538 if (!cfs_time_aftereq(cfs_time_add(cfs_time_current(), in ksocknal_process_transmit() 1840 deadline = cfs_time_add(cfs_time_current(), in ksocknal_connect() 1932 route->ksnr_timeout = cfs_time_add(cfs_time_current(), in ksocknal_connect() 1958 route->ksnr_timeout = cfs_time_add(cfs_time_current(), in ksocknal_connect() 2352 cfs_time_add(peer->ksnp_last_alive, in ksocknal_send_keepalive_locked() 2602 deadline = cfs_time_add(deadline, cfs_time_seconds(p)); in ksocknal_reaper() 2612 cfs_time_add(cfs_time_current(), timeout); in ksocknal_reaper()
|
/linux-4.4.14/drivers/staging/lustre/lustre/osc/ |
D | osc_object.c | 224 retry_time = cfs_time_add(obj->oo_contention_time, in osc_object_is_contended()
|
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_lockd.c | 329 cfs_time_add(lock->l_last_used, in ldlm_handle_gl_callback()
|
D | ldlm_request.c | 1211 cfs_time_add(lock->l_last_used, ns->ns_max_age))) ? in ldlm_cancel_aged_policy()
|
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/ |
D | lib-move.c | 714 deadline = cfs_time_add(lp->lp_last_alive, in lnet_peer_is_alive() 748 cfs_time_add(lp->lp_last_query, in lnet_peer_alive_locked()
|
D | router.c | 968 cfs_time_after(now, cfs_time_add(rtr->lp_ping_timestamp, in lnet_ping_router_locked()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | lustre_net.h | 2780 time_before(cfs_time_add(req->rq_queued_time, in ptlrpc_send_limit_expired()
|