Lines Matching refs:lru_entry
1818 struct cm_xprt *lru_entry; in connmgr_get() local
1837 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()
1946 (void *)lru_entry); in connmgr_get()
1947 lru_entry->x_time = ddi_get_lbolt(); in connmgr_get()
1948 CONN_HOLD(lru_entry); in connmgr_get()
1954 *prev = lru_entry->x_next; in connmgr_get()
1955 lru_entry->x_next = cm_hd; in connmgr_get()
1956 cm_hd = lru_entry; in connmgr_get()
1960 return (lru_entry); in connmgr_get()