Searched refs:lru_entry (Results 1 – 1 of 1) sorted by relevance
1807 struct cm_xprt *lru_entry; in connmgr_get() local1826 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 …]