Home
last modified time | relevance | path

Searched defs:lru_s (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/uts/common/inet/nca/
H A Dnca.h832 typedef struct lru_s { struct
833 node_t *phead; /* Phys LRU list head (MRU) */
834 node_t *ptail; /* Phys LRU list tail (LRU) */
835 node_t *vhead; /* Virt LRU list head (MRU) */
836 node_t *vtail; /* Virt LRU list tail (LRU) */
838 uint32_t pcount; /* Phys count of node_t members */
839 uint32_t vcount; /* Virt count of node_t members */
841 kmutex_t lock; /* Guarantee atomic access of above */