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()1938 ASSERT(lru_entry->x_src.len != 0); in connmgr_get()1940 lru_entry->x_src.len, KM_SLEEP); in connmgr_get()1942 lru_entry->x_src.len; in connmgr_get()1944 bcopy(lru_entry->x_src.buf, srcaddr->buf, srcaddr->len); in connmgr_get()[all …]