Searched defs:lru_s (Results 1 – 1 of 1) sorted by relevance
832 typedef struct lru_s { struct833 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 */