Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/rpc/
H A Dclnt_cots.c1807 struct cm_xprt *lru_entry; in connmgr_get() local
1826 cm_entry = lru_entry = NULL; in connmgr_get()
1902 lru_entry = cm_entry; in connmgr_get()
1910 " %p\n", (void *)lru_entry->x_tiptr); in connmgr_get()
1911 lru_entry->x_doomed = TRUE; in connmgr_get()
1925 if (srcaddr->len != lru_entry->x_src.len) { in connmgr_get()
1930 lru_entry->x_src.len, KM_SLEEP); in connmgr_get()
1932 lru_entry->x_src.len; in connmgr_get()
1934 bcopy(lru_entry->x_src.buf, srcaddr->buf, srcaddr->len); in connmgr_get()
1936 (void *)lru_entry); in connmgr_get()
[all …]