Searched refs:slots_used (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/security/selinux/ss/ |
A D | hashtab.c | 109 u32 i, chain_len, slots_used, max_chain_len; in hashtab_stat() local 112 slots_used = 0; in hashtab_stat() 117 slots_used++; in hashtab_stat() 129 info->slots_used = slots_used; in hashtab_stat()
|
A D | hashtab.h | 39 u32 slots_used; member
|
A D | avtab.c | 359 int i, chain_len, slots_used, max_chain_len; in avtab_hash_eval() local 363 slots_used = 0; in avtab_hash_eval() 369 slots_used++; in avtab_hash_eval() 384 tag, h->nel, slots_used, h->nslot, max_chain_len, in avtab_hash_eval()
|
A D | sidtab.c | 118 int slots_used = 0; in sidtab_hash_stats() local 130 slots_used++; in sidtab_hash_stats() 145 slots_used, SIDTAB_HASH_BUCKETS, max_chain_len); in sidtab_hash_stats()
|
A D | policydb.c | 688 hash_name, h->nel, info.slots_used, h->size, in hash_eval()
|
/linux-6.3-rc2/drivers/gpu/host1x/ |
A D | cdma.c | 581 cdma->slots_used = 0; in host1x_cdma_begin() 609 cdma->slots_used++; in host1x_cdma_push() 645 cdma->slots_used += needed; in host1x_cdma_push_wide() 675 job->num_slots = cdma->slots_used; in host1x_cdma_end()
|
A D | cdma.h | 64 unsigned int slots_used; /* pb slots used in current submit */ member
|
/linux-6.3-rc2/drivers/net/hyperv/ |
A D | netvsc_drv.c | 359 u32 slots_used = 0; in init_page_array() local 369 slots_used += fill_pg_buf(virt_to_hvpfn(hdr), in init_page_array() 372 &pb[slots_used]); in init_page_array() 375 packet->rmsg_pgcnt = slots_used; in init_page_array() 377 slots_used += fill_pg_buf(virt_to_hvpfn(data), in init_page_array() 380 &pb[slots_used]); in init_page_array() 385 slots_used += fill_pg_buf(page_to_hvpfn(skb_frag_page(frag)), in init_page_array() 388 &pb[slots_used]); in init_page_array() 390 return slots_used; in init_page_array()
|
/linux-6.3-rc2/security/selinux/ |
A 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()
|
Completed in 26 milliseconds