Home
last modified time | relevance | path

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

/linux-4.4.14/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()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dpinger.c146 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/
Dsocklnd_cb.c538 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/
Dosc_object.c224 retry_time = cfs_time_add(obj->oo_contention_time, in osc_object_is_contended()
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/
Dldlm_lockd.c329 cfs_time_add(lock->l_last_used, in ldlm_handle_gl_callback()
Dldlm_request.c1211 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/
Dlib-move.c714 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()
Drouter.c968 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/
Dlustre_net.h2780 time_before(cfs_time_add(req->rq_queued_time, in ptlrpc_send_limit_expired()