Home
last modified time | relevance | path

Searched refs:ksnc_tx_last_post (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lnet/klnds/socklnd/
Dsocklnd_cb.c648 cfs_time_after(typed->ksnc_tx_last_post, c->ksnc_tx_last_post))) { in ksocknal_find_conn_locked()
657 cfs_time_after(fallback->ksnc_tx_last_post, c->ksnc_tx_last_post))) { in ksocknal_find_conn_locked()
669 conn->ksnc_tx_last_post = cfs_time_current(); in ksocknal_find_conn_locked()
Dsocklnd.h309 unsigned long ksnc_tx_last_post; /* time stamp of the last posted TX */ member
Dsocklnd.c1257 conn->ksnc_tx_last_post = cfs_time_current(); in ksocknal_create_conn()