Home
last modified time | relevance | path

Searched refs:slots_used (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/security/selinux/ss/
Dhashtab.c149 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()
Dsidtab.c235 int i, chain_len, slots_used, max_chain_len; in sidtab_hash_eval() local
238 slots_used = 0; in sidtab_hash_eval()
243 slots_used++; in sidtab_hash_eval()
256 "chain length %d\n", tag, h->nel, slots_used, SIDTAB_SIZE, in sidtab_hash_eval()
Dhashtab.h33 u32 slots_used; member
Davtab.c348 int i, chain_len, slots_used, max_chain_len; in avtab_hash_eval() local
352 slots_used = 0; in avtab_hash_eval()
358 slots_used++; in avtab_hash_eval()
373 tag, h->nel, slots_used, h->nslot, max_chain_len, in avtab_hash_eval()
Dpolicydb.c509 info.slots_used, h->size, info.max_chain_len); in hash_eval()
/Linux-v4.19/drivers/gpu/host1x/
Dcdma.c480 cdma->slots_used = 0; in host1x_cdma_begin()
508 cdma->slots_used++; in host1x_cdma_push()
527 job->num_slots = cdma->slots_used; in host1x_cdma_end()
Dcdma.h74 unsigned int slots_used; /* pb slots used in current submit */ member
/Linux-v4.19/drivers/net/hyperv/
Dnetvsc_drv.c405 u32 slots_used = 0; in init_page_array() local
415 slots_used += fill_pg_buf(virt_to_page(hdr), in init_page_array()
417 len, &pb[slots_used]); in init_page_array()
420 packet->rmsg_pgcnt = slots_used; in init_page_array()
422 slots_used += fill_pg_buf(virt_to_page(data), in init_page_array()
424 skb_headlen(skb), &pb[slots_used]); in init_page_array()
429 slots_used += fill_pg_buf(skb_frag_page(frag), in init_page_array()
431 skb_frag_size(frag), &pb[slots_used]); in init_page_array()
433 return slots_used; in init_page_array()
/Linux-v4.19/security/selinux/
Davc.c224 int i, chain_len, max_chain_len, slots_used; in avc_get_hash_stats() local
230 slots_used = 0; in avc_get_hash_stats()
235 slots_used++; in avc_get_hash_stats()
249 slots_used, AVC_CACHE_SLOTS, max_chain_len); in avc_get_hash_stats()