Searched refs:slots_used (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/md/dm-vdo/ |
| H A D | packer.c | 327 data_vio->compression.slot = bin->slots_used; in add_to_bin() 328 bin->incoming[bin->slots_used++] = data_vio; in add_to_bin() 341 while (bin->slots_used > 0) { in remove_from_bin() 342 struct data_vio *data_vio = bin->incoming[--bin->slots_used]; in remove_from_bin() 510 if ((bin->slots_used == VDO_MAX_COMPRESSION_SLOTS) || in add_data_vio_to_packer_bin() 620 if (vdo_is_state_draining(&packer->state) && (packer->canceled_bin->slots_used == 0)) in check_for_drain_complete() 677 bin->slots_used--; in vdo_remove_lock_holder_from_packer() 678 if (slot < bin->slots_used) { in vdo_remove_lock_holder_from_packer() 679 bin->incoming[slot] = bin->incoming[bin->slots_used]; in vdo_remove_lock_holder_from_packer() 743 if (bin->slots_used == 0) in dump_packer_bin() [all …]
|
| H A D | packer.h | 67 slot_number_t slots_used; member
|
| /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/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()
|