Searched defs:x_ctime (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_cots.c62 * x_ctime is the timestamp of when the endpoint was last
106 * cku_ctime is just a cache of x_ctime. If they match,
222 clock_t x_ctime; /* time we went to CONNECTED */ member in struct:cm_xprt
1004 p->cku_ctime != cm_entry->x_ctime) {
1005 p->cku_ctime = cm_entry->x_ctime;
2294 cm_entry->x_ctime = ddi_get_lbolt();
2420 cm_entry->x_ctime = ddi_get_lbolt();

Completed in 66 milliseconds