Home
last modified time | relevance | path

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

/linux/security/selinux/ss/
H A Dhashtab.c110 u32 i, chain_len, slots_used, max_chain_len; in hashtab_stat() local
114 slots_used = 0; in hashtab_stat()
120 slots_used++; in hashtab_stat()
134 info->slots_used = slots_used; in hashtab_stat()
H A Davtab.c261 u32 i, chain_len, slots_used, max_chain_len; in avtab_hash_eval() local
265 slots_used = 0; in avtab_hash_eval()
271 slots_used++; in avtab_hash_eval()
287 tag, h->nel, slots_used, h->nslot, max_chain_len, in avtab_hash_eval()
H A Dsidtab.c119 int slots_used = 0; in sidtab_hash_stats() local
131 slots_used++; in sidtab_hash_stats()
147 entries, slots_used, SIDTAB_HASH_BUCKETS, in sidtab_hash_stats()
H A Dhashtab.h39 u32 slots_used; member
H A Dpolicydb.c693 info.slots_used, h->size, info.max_chain_len, in hash_eval()
/linux/drivers/md/dm-vdo/
H A Dpacker.h67 slot_number_t slots_used; member
/linux/drivers/gpu/host1x/
H A Dcdma.h64 unsigned int slots_used; /* pb slots used in current submit */ member
/linux/security/selinux/
H A Davc.c146 int i, chain_len, max_chain_len, slots_used; in avc_get_hash_stats() local
152 slots_used = 0; in avc_get_hash_stats()
157 slots_used++; in avc_get_hash_stats()
171 slots_used, AVC_CACHE_SLOTS, max_chain_len); in avc_get_hash_stats()