Searched defs:node_lru (Results 1 – 1 of 1) sorted by relevance
165 struct node_lru { struct166 struct node node;167 struct list_head lru;168 struct timespec forget_time;398 static struct node_lru *node_lru(struct node *node) in node_lru() function