Home
last modified time | relevance | path

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

/linux/security/selinux/ss/
H A Dsidtab.c53 INIT_LIST_HEAD(&s->cache_lru_list); in sidtab_init()
579 list_move(&cache->lru_member, &s->cache_lru_list); in sidtab_sid2str_put()
589 victim = container_of(s->cache_lru_list.prev, in sidtab_sid2str_put()
599 list_add(&cache->lru_member, &s->cache_lru_list); in sidtab_sid2str_put()
H A Dsidtab.h96 struct list_head cache_lru_list; member