Searched refs:lru_entry (Results 1 – 1 of 1) sorted by relevance
1818 struct cm_xprt *lru_entry; in connmgr_get() local1837 cm_entry = lru_entry = NULL; in connmgr_get()1913 lru_entry = cm_entry; in connmgr_get()1921 " %p\n", (void *)lru_entry->x_tiptr); in connmgr_get()1922 lru_entry->x_doomed = TRUE; in connmgr_get()1936 if (srcaddr->len != lru_entry->x_src.len) { in connmgr_get()1941 lru_entry->x_src.len, KM_SLEEP); in connmgr_get()1943 lru_entry->x_src.len; in connmgr_get()1945 bcopy(lru_entry->x_src.buf, srcaddr->buf, srcaddr->len); in connmgr_get()1947 (void *)lru_entry); in connmgr_get()[all …]