Home
last modified time | relevance | path

Searched refs:lru_node (Results 1 – 2 of 2) sorted by relevance

/third_party/iowow/src/utils/
Diwhmap.c13 struct lru_node;
18 struct lru_node *lru_node; member
28 typedef struct lru_node { struct
29 struct lru_node *next; argument
30 struct lru_node *prev; argument
44 struct lru_node *lru_first; argument
45 struct lru_node *lru_last;
231 entry->lru_node = 0; in _entry_add()
263 entry_new->lru_node = entry_old->lru_node; in _rehash()
287 if (entry->lru_node) { in _lru_entry_update()
[all …]
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h36086 struct bpf_lru_node lru_node; member