Home
last modified time | relevance | path

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

/Linux-v5.10/security/selinux/ss/
Dsidtab.c22 struct sidtab_str_cache { struct
535 struct sidtab_str_cache *cache, *victim = NULL; in sidtab_sid2str_put()
552 cache = kmalloc(sizeof(struct sidtab_str_cache) + str_len, GFP_ATOMIC); in sidtab_sid2str_put()
559 struct sidtab_str_cache, lru_member); in sidtab_sid2str_put()
580 struct sidtab_str_cache *cache; in sidtab_sid2str_get()
Dsidtab.h25 struct sidtab_str_cache __rcu *cache;