Home
last modified time | relevance | path

Searched refs:cfs_time_aftereq (Results 1 – 8 of 8) sorted by relevance

/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_time.h61 static inline int cfs_time_aftereq(unsigned long t1, unsigned long t2) in cfs_time_aftereq() function
/drivers/staging/lustre/lnet/klnds/socklnd/
Dsocklnd_cb.c538 if (!cfs_time_aftereq(cfs_time_add(cfs_time_current(), in ksocknal_process_transmit()
795 cfs_time_aftereq(now, route->ksnr_timeout))) { in ksocknal_find_connectable_route_locked()
1885 if (cfs_time_aftereq(cfs_time_current(), deadline)) { in ksocknal_connect()
2111 cfs_time_aftereq(now, route->ksnr_timeout)) in ksocknal_connd_get_route_locked()
2280 cfs_time_aftereq(cfs_time_current(), in ksocknal_find_timed_out_conn()
2296 cfs_time_aftereq(cfs_time_current(), in ksocknal_find_timed_out_conn()
2324 if (!cfs_time_aftereq(cfs_time_current(), in ksocknal_flush_stale_txs()
2442 if (cfs_time_aftereq(cfs_time_current(), in ksocknal_check_peer_timeouts()
2460 if (!cfs_time_aftereq(cfs_time_current(), in ksocknal_check_peer_timeouts()
/drivers/staging/lustre/lnet/selftest/
Dtimer.c159 while (cfs_time_aftereq(this_slot, *last)) { in stt_check_timers()
/drivers/staging/lustre/lustre/ptlrpc/
Dpinger.c186 if (cfs_time_aftereq(imp->imp_next_ping - 5 * CFS_TICK, this_ping) && in ptlrpc_pinger_process_import()
/drivers/staging/lustre/lnet/klnds/o2iblnd/
Do2iblnd.c1484 return cfs_time_aftereq(now, fpo->fpo_deadline); in kiblnd_fmr_pool_is_idle()
1697 return cfs_time_aftereq(now, pool->po_deadline); in kiblnd_pool_is_idle()
Do2iblnd_cb.c2962 if (cfs_time_aftereq(jiffies, tx->tx_deadline)) { in kiblnd_check_txs_locked()
/drivers/staging/lustre/lnet/lnet/
Dlib-move.c711 cfs_time_aftereq(lp->lp_timestamp, lp->lp_last_alive)) in lnet_peer_is_alive()
/drivers/staging/lustre/lustre/osc/
Dosc_request.c969 if (cfs_time_aftereq(time, next_shrink - 5 * CFS_TICK)) { in osc_should_shrink_grant()