Home
last modified time | relevance | path

Searched refs:cache_free_slots (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/security/selinux/ss/
H A Dsidtab.h94 u32 cache_free_slots; member
H A Dsidtab.c50 s->cache_free_slots = CONFIG_SECURITY_SELINUX_SID2STR_CACHE_SIZE; in sidtab_init()
577 if (s->cache_free_slots == 0) { in sidtab_sid2str_put()
584 s->cache_free_slots--; in sidtab_sid2str_put()
/kernel/linux/linux-6.6/security/selinux/ss/
H A Dsidtab.h93 u32 cache_free_slots; member
H A Dsidtab.c51 s->cache_free_slots = CONFIG_SECURITY_SELINUX_SID2STR_CACHE_SIZE; in sidtab_init()
582 if (s->cache_free_slots == 0) { in sidtab_sid2str_put()
589 s->cache_free_slots--; in sidtab_sid2str_put()

Completed in 3 milliseconds