Home
last modified time | relevance | path

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

/linux-6.6.21/security/selinux/ss/
Dsidtab.c52 INIT_LIST_HEAD(&s->cache_lru_list); in sidtab_init()
574 list_move(&cache->lru_member, &s->cache_lru_list); in sidtab_sid2str_put()
584 victim = container_of(s->cache_lru_list.prev, in sidtab_sid2str_put()
594 list_add(&cache->lru_member, &s->cache_lru_list); in sidtab_sid2str_put()
Dsidtab.h94 struct list_head cache_lru_list; member