Searched refs:slots_used (Results 1 – 7 of 7) sorted by relevance
/external/libselinux/src/ |
D | avc_sidtab.c | 106 int i, chain_len, slots_used, max_chain_len; in sidtab_sid_stats() local 109 slots_used = 0; in sidtab_sid_stats() 114 slots_used++; in sidtab_sid_stats() 128 "chain length %d\n", avc_prefix, h->nel, slots_used, in sidtab_sid_stats()
|
D | avc.c | 219 int i, chain_len, max_chain_len, slots_used; in avc_av_stats() local 224 slots_used = 0; in avc_av_stats() 229 slots_used++; in avc_av_stats() 245 slots_used, AVC_CACHE_SLOTS, max_chain_len); in avc_av_stats()
|
/external/qemu/distrib/libselinux/src/ |
D | avc_sidtab.c | 106 int i, chain_len, slots_used, max_chain_len; in sidtab_sid_stats() local 109 slots_used = 0; in sidtab_sid_stats() 114 slots_used++; in sidtab_sid_stats() 128 "chain length %d\n", avc_prefix, h->nel, slots_used, in sidtab_sid_stats()
|
D | avc.c | 219 int i, chain_len, max_chain_len, slots_used; in avc_av_stats() local 224 slots_used = 0; in avc_av_stats() 229 slots_used++; in avc_av_stats() 245 slots_used, AVC_CACHE_SLOTS, max_chain_len); in avc_av_stats()
|
/external/libsepol/src/ |
D | sidtab.c | 262 int i, chain_len, slots_used, max_chain_len; in sepol_sidtab_hash_eval() local 265 slots_used = 0; in sepol_sidtab_hash_eval() 270 slots_used++; in sepol_sidtab_hash_eval() 284 tag, h->nel, slots_used, SIDTAB_SIZE, max_chain_len); in sepol_sidtab_hash_eval()
|
D | hashtab.c | 290 int chain_len, slots_used, max_chain_len; in hashtab_hash_eval() local 293 slots_used = 0; in hashtab_hash_eval() 298 slots_used++; in hashtab_hash_eval() 312 tag, h->nel, slots_used, h->size, max_chain_len); in hashtab_hash_eval()
|
D | avtab.c | 334 unsigned int i, chain_len, slots_used, max_chain_len; in avtab_hash_eval() local 337 slots_used = 0; in avtab_hash_eval() 342 slots_used++; in avtab_hash_eval() 356 tag, h->nel, slots_used, h->nslot, max_chain_len); in avtab_hash_eval()
|