Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lnet/klnds/socklnd/
Dsocklnd_cb.c647 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()
668 conn->ksnc_tx_last_post = cfs_time_current(); in ksocknal_find_conn_locked()
Dsocklnd.h367 unsigned long ksnc_tx_last_post; /* time stamp of the last posted member
Dsocklnd.c1257 conn->ksnc_tx_last_post = cfs_time_current(); in ksocknal_create_conn()