Home
last modified time | relevance | path

Searched refs:stt_expires (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lnet/selftest/
Dtimer.c81 LASSERT(cfs_time_after(timer->stt_expires, get_seconds())); in stt_add_timer()
84 list_for_each_prev(pos, STTIMER_SLOT(timer->stt_expires)) { in stt_add_timer()
87 if (cfs_time_aftereq(timer->stt_expires, old->stt_expires)) in stt_add_timer()
133 if (cfs_time_after(timer->stt_expires, now)) in stt_expire_list()
Dtimer.h43 unsigned long stt_expires; member
Dconrpc.c1277 ptimer->stt_expires = (unsigned long)(get_seconds() + LST_PING_INTERVAL); in lstcon_rpc_pinger()
1300 ptimer->stt_expires = (unsigned long)(get_seconds() + LST_PING_INTERVAL); in lstcon_rpc_pinger_start()
Drpc.c1103 timer->stt_expires = cfs_time_add(rpc->crpc_timeout, in srpc_add_client_rpc_timer()
Dframework.c173 timer->stt_expires = cfs_time_add(sn->sn_timeout, in sfw_add_session_timer()