Searched refs:slots_used (Results 1 – 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/security/selinux/ss/ |
D | hashtab.c | 108 u32 i, chain_len, slots_used, max_chain_len; in hashtab_stat() local 111 slots_used = 0; in hashtab_stat() 116 slots_used++; in hashtab_stat() 128 info->slots_used = slots_used; in hashtab_stat()
|
D | hashtab.h | 39 u32 slots_used; member
|
D | avtab.c | 357 int i, chain_len, slots_used, max_chain_len; in avtab_hash_eval() local 361 slots_used = 0; in avtab_hash_eval() 367 slots_used++; in avtab_hash_eval() 382 tag, h->nel, slots_used, h->nslot, max_chain_len, in avtab_hash_eval()
|
D | sidtab.c | 117 int slots_used = 0; in sidtab_hash_stats() local 129 slots_used++; in sidtab_hash_stats() 144 slots_used, SIDTAB_HASH_BUCKETS, max_chain_len); in sidtab_hash_stats()
|
D | policydb.c | 694 hash_name, h->nel, info.slots_used, h->size, in hash_eval()
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/drivers/net/hyperv/ |
D | netvsc_drv.c | 411 u32 slots_used = 0; in init_page_array() local 421 slots_used += fill_pg_buf(virt_to_hvpfn(hdr), in init_page_array() 424 &pb[slots_used]); in init_page_array() 427 packet->rmsg_pgcnt = slots_used; in init_page_array() 429 slots_used += fill_pg_buf(virt_to_hvpfn(data), in init_page_array() 432 &pb[slots_used]); in init_page_array() 437 slots_used += fill_pg_buf(page_to_hvpfn(skb_frag_page(frag)), in init_page_array() 440 &pb[slots_used]); in init_page_array() 442 return slots_used; in init_page_array()
|
/kernel/linux/linux-5.10/security/selinux/ |
D | avc.c | 155 int i, chain_len, max_chain_len, slots_used; in avc_get_hash_stats() local 161 slots_used = 0; in avc_get_hash_stats() 166 slots_used++; in avc_get_hash_stats() 180 slots_used, AVC_CACHE_SLOTS, max_chain_len); in avc_get_hash_stats()
|