Searched refs:cfs_time_after (Results 1 – 14 of 14) 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 86 if (cfs_time_after(cfs_time_current(), in cfs_slow_warning() 100 if (cfs_time_after(cfs_time_current(), __next_message)) \
|
/drivers/staging/lustre/lnet/selftest/ |
D | timer.c | 81 LASSERT(cfs_time_after(timer->stt_expires, get_seconds())); in stt_add_timer() 133 if (cfs_time_after(timer->stt_expires, now)) in stt_expire_list()
|
D | conrpc.c | 318 if (cfs_time_after(nd->nd_stamp, crpc->crp_stamp)) in lstcon_rpc_trans_abort() 407 if (cfs_time_after(nd->nd_stamp, crpc->crp_stamp)) in lstcon_rpc_get_reply()
|
/drivers/staging/lustre/lustre/ptlrpc/ |
D | sec_gc.c | 155 if (cfs_time_after(sec->ps_gc_next, get_seconds())) in sec_do_gc()
|
D | pinger.c | 265 cfs_time_after(imp->imp_next_ping, in ptlrpc_pinger_main()
|
/drivers/staging/lustre/lustre/osc/ |
D | osc_object.c | 229 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() 969 cfs_time_after(now, cfs_time_add(rtr->lp_ping_timestamp, in lnet_ping_router_locked() 1522 if (cfs_time_after(when, now)) { in lnet_notify()
|
D | lib-move.c | 718 alive = cfs_time_after(deadline, now); in lnet_peer_is_alive()
|
/drivers/staging/lustre/lustre/libcfs/ |
D | tracefile.c | 404 !cfs_time_after(cfs_time_current(), cdls->cdls_next)) { in libcfs_debug_vmsg2() 412 if (cfs_time_after(cfs_time_current(), cdls->cdls_next + in libcfs_debug_vmsg2()
|
/drivers/staging/lustre/lustre/llite/ |
D | llite_capa.c | 451 if (cfs_time_after(ocapa->c_expiry, tmp->c_expiry)) { in inode_add_oss_capa()
|
/drivers/staging/lustre/lnet/klnds/o2iblnd/ |
D | o2iblnd.h | 730 cfs_time_after(jiffies, conn->ibc_last_send + in kiblnd_send_keepalive()
|
/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_lockd.c | 352 cfs_time_after(cfs_time_current(), in ldlm_handle_gl_callback()
|
D | ldlm_request.c | 111 if (cfs_time_after(cfs_time_current(), next_dump)) { in ldlm_expired_completion_wait()
|
/drivers/staging/lustre/lnet/klnds/socklnd/ |
D | socklnd_cb.c | 651 cfs_time_after(typed->ksnc_tx_last_post, c->ksnc_tx_last_post))) { in ksocknal_find_conn_locked() 660 cfs_time_after(fallback->ksnc_tx_last_post, c->ksnc_tx_last_post))) { in ksocknal_find_conn_locked()
|