Searched refs:slots_used (Results 1 – 8 of 8) sorted by relevance
| /linux/security/selinux/ss/ |
| H A D | hashtab.c | 110 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 D | avtab.c | 261 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 D | sidtab.c | 119 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 D | hashtab.h | 39 u32 slots_used; member
|
| H A D | policydb.c | 693 info.slots_used, h->size, info.max_chain_len, in hash_eval()
|
| /linux/drivers/md/dm-vdo/ |
| H A D | packer.h | 67 slot_number_t slots_used; member
|
| /linux/drivers/gpu/host1x/ |
| H A D | cdma.h | 64 unsigned int slots_used; /* pb slots used in current submit */ member
|
| /linux/security/selinux/ |
| H A D | avc.c | 146 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()
|