Searched defs:node_lru (Results 1 – 1 of 1) sorted by relevance
158 struct node_lru { struct159 struct node node;160 struct list_head lru;161 struct timespec forget_time;391 static struct node_lru *node_lru(struct node *node) in node_lru() function