Searched refs:slots_used (Results 1 – 6 of 6) sorted by relevance
/security/selinux/ss/ |
D | hashtab.c | 147 u32 i, chain_len, slots_used, max_chain_len; in hashtab_stat() local 150 slots_used = 0; in hashtab_stat() 152 for (slots_used = max_chain_len = i = 0; i < h->size; i++) { in hashtab_stat() 155 slots_used++; in hashtab_stat() 167 info->slots_used = slots_used; in hashtab_stat()
|
D | sidtab.c | 236 int i, chain_len, slots_used, max_chain_len; in sidtab_hash_eval() local 239 slots_used = 0; in sidtab_hash_eval() 244 slots_used++; in sidtab_hash_eval() 257 "chain length %d\n", tag, h->nel, slots_used, SIDTAB_SIZE, in sidtab_hash_eval()
|
D | hashtab.h | 33 u32 slots_used; member
|
D | avtab.c | 348 int i, chain_len, slots_used, max_chain_len; in avtab_hash_eval() local 352 slots_used = 0; in avtab_hash_eval() 358 slots_used++; in avtab_hash_eval() 373 tag, h->nel, slots_used, h->nslot, max_chain_len, in avtab_hash_eval()
|
D | policydb.c | 513 info.slots_used, h->size, info.max_chain_len); in hash_eval()
|
/security/selinux/ |
D | avc.c | 204 int i, chain_len, max_chain_len, slots_used; in avc_get_hash_stats() local 210 slots_used = 0; in avc_get_hash_stats() 215 slots_used++; in avc_get_hash_stats() 229 slots_used, AVC_CACHE_SLOTS, max_chain_len); in avc_get_hash_stats()
|