Searched refs:slots_used (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/security/selinux/ss/ |
| D | hashtab.c | 149 u32 i, chain_len, slots_used, max_chain_len; in hashtab_stat() local 152 slots_used = 0; in hashtab_stat() 157 slots_used++; in hashtab_stat() 169 info->slots_used = slots_used; in hashtab_stat()
|
| D | hashtab.h | 33 u32 slots_used; member
|
| D | avtab.c | 346 int i, chain_len, slots_used, max_chain_len; in avtab_hash_eval() local 350 slots_used = 0; in avtab_hash_eval() 356 slots_used++; in avtab_hash_eval() 371 tag, h->nel, slots_used, h->nslot, max_chain_len, in avtab_hash_eval()
|
| D | policydb.c | 670 hash_name, h->nel, info.slots_used, h->size, in hash_eval()
|
| /Linux-v5.4/drivers/gpu/host1x/ |
| D | cdma.c | 515 cdma->slots_used = 0; in host1x_cdma_begin() 543 cdma->slots_used++; in host1x_cdma_push() 579 cdma->slots_used += needed; in host1x_cdma_push_wide() 615 job->num_slots = cdma->slots_used; in host1x_cdma_end()
|
| D | cdma.h | 63 unsigned int slots_used; /* pb slots used in current submit */ member
|
| /Linux-v5.4/drivers/net/hyperv/ |
| D | netvsc_drv.c | 413 u32 slots_used = 0; in init_page_array() local 423 slots_used += fill_pg_buf(virt_to_page(hdr), in init_page_array() 425 len, &pb[slots_used]); in init_page_array() 428 packet->rmsg_pgcnt = slots_used; in init_page_array() 430 slots_used += fill_pg_buf(virt_to_page(data), in init_page_array() 432 skb_headlen(skb), &pb[slots_used]); in init_page_array() 437 slots_used += fill_pg_buf(skb_frag_page(frag), in init_page_array() 439 skb_frag_size(frag), &pb[slots_used]); in init_page_array() 441 return slots_used; in init_page_array()
|
| /Linux-v5.4/security/selinux/ |
| D | avc.c | 152 int i, chain_len, max_chain_len, slots_used; in avc_get_hash_stats() local 158 slots_used = 0; in avc_get_hash_stats() 163 slots_used++; in avc_get_hash_stats() 177 slots_used, AVC_CACHE_SLOTS, max_chain_len); in avc_get_hash_stats()
|