Home
last modified time | relevance | path

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

/third_party/iowow/src/utils/
Diwhmap.c32 } lru_node_t; typedef
584 for (lru_node_t *n = hm->lru_first; n; ) { in iwhmap_destroy()
585 lru_node_t *nn = n->next; in iwhmap_destroy()