Home
last modified time | relevance | path

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

/third_party/iowow/src/utils/
Diwhmap.c44 struct lru_node *lru_first; member
158 hm->lru_first = hm->lru_last = 0; in iwhmap_create()
294 hm->lru_first = entry->lru_node->next; in _lru_entry_update()
312 hm->lru_first = hm->lru_last = entry->lru_node; in _lru_entry_update()
325 hm->lru_first = entry->lru_node->next; in _lru_entry_remove()
332 hm->lru_last = hm->lru_first = 0; in _lru_entry_remove()
426 while (hm->lru_first && hm->lru_ev(hm, hm->lru_ev_user_data)) { in iwhmap_put()
427 hash = hm->hash_key_fn(hm->lru_first->key); in iwhmap_put()
429 entry = _entry_find(hm, hm->lru_first->key, hash); in iwhmap_put()
584 for (lru_node_t *n = hm->lru_first; n; ) { in iwhmap_destroy()