Searched refs:cfs_time_after (Results 1 – 11 of 11) sorted by relevance
/drivers/staging/lustre/include/linux/libcfs/ |
D | libcfs_time.h | 56 static inline int cfs_time_after(unsigned long t1, unsigned long t2) in cfs_time_after() function
|
/drivers/staging/lustre/lustre/osc/ |
D | osc_object.c | 226 if (cfs_time_after(cur_time, retry_time)) { in osc_object_is_contended()
|
/drivers/staging/lustre/lnet/lnet/ |
D | router.c | 940 cfs_time_after(now, rtr->lp_ping_deadline)) in lnet_ping_router_locked() 968 cfs_time_after(now, cfs_time_add(rtr->lp_ping_timestamp, in lnet_ping_router_locked() 1515 if (cfs_time_after(when, now)) { in lnet_notify()
|
D | lib-move.c | 716 alive = cfs_time_after(deadline, now); in lnet_peer_is_alive()
|
/drivers/staging/lustre/lustre/libcfs/ |
D | tracefile.c | 401 !cfs_time_after(cfs_time_current(), cdls->cdls_next)) { in libcfs_debug_vmsg2() 409 if (cfs_time_after(cfs_time_current(), cdls->cdls_next + in libcfs_debug_vmsg2()
|
/drivers/staging/lustre/lustre/ptlrpc/ |
D | pinger.c | 250 cfs_time_after(imp->imp_next_ping, in ptlrpc_pinger_main()
|
/drivers/staging/lustre/lnet/selftest/ |
D | conrpc.c | 317 if (cfs_time_after(nd->nd_stamp, crpc->crp_stamp)) in lstcon_rpc_trans_abort() 406 if (cfs_time_after(nd->nd_stamp, crpc->crp_stamp)) in lstcon_rpc_get_reply()
|
/drivers/staging/lustre/lnet/klnds/o2iblnd/ |
D | o2iblnd.h | 693 cfs_time_after(jiffies, conn->ibc_last_send + in kiblnd_send_keepalive()
|
/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_lockd.c | 328 cfs_time_after(cfs_time_current(), in ldlm_handle_gl_callback()
|
D | ldlm_request.c | 108 if (cfs_time_after(cfs_time_current(), next_dump)) { in ldlm_expired_completion_wait()
|
/drivers/staging/lustre/lnet/klnds/socklnd/ |
D | socklnd_cb.c | 647 cfs_time_after(typed->ksnc_tx_last_post, c->ksnc_tx_last_post))) { in ksocknal_find_conn_locked() 656 cfs_time_after(fallback->ksnc_tx_last_post, c->ksnc_tx_last_post))) { in ksocknal_find_conn_locked()
|