Home
last modified time | relevance | path

Searched refs:lp_timestamp (Results 1 – 4 of 4) sorted by relevance

/drivers/staging/lustre/lnet/lnet/
Dpeer.c260 lp->lp_timestamp = 0; in lnet_nid2peer_locked()
Drouter.c112 if (time_before(when, lp->lp_timestamp)) { /* out of date information */ in lnet_notify_locked()
117 lp->lp_timestamp = when; /* update timestamp */ in lnet_notify_locked()
Dlib-move.c713 cfs_time_aftereq(lp->lp_timestamp, lp->lp_last_alive)) in lnet_peer_is_alive()
/drivers/staging/lustre/include/linux/lnet/
Dlib-types.h460 unsigned long lp_timestamp; /* time of last aliveness news */ member