HomeSort by relevance Sort by last modified time
    Searched refs:slots_used (Results 1 - 5 of 5) sorted by null

  /external/libselinux/src/
avc_sidtab.c 106 int i, chain_len, slots_used, max_chain_len; local
109 slots_used = 0;
114 slots_used++;
128 "chain length %d\n", avc_prefix, h->nel, slots_used,
avc.c 219 int i, chain_len, max_chain_len, slots_used; local
224 slots_used = 0;
229 slots_used++;
245 slots_used, AVC_CACHE_SLOTS, max_chain_len);
  /external/libsepol/src/
hashtab.c 290 int chain_len, slots_used, max_chain_len; local
293 slots_used = 0;
298 slots_used++;
312 tag, h->nel, slots_used, h->size, max_chain_len);
sidtab.c 262 int i, chain_len, slots_used, max_chain_len; local
265 slots_used = 0;
270 slots_used++;
284 tag, h->nel, slots_used, SIDTAB_SIZE, max_chain_len);
avtab.c 334 unsigned int i, chain_len, slots_used, max_chain_len; local
337 slots_used = 0;
342 slots_used++;
356 tag, h->nel, slots_used, h->nslot, max_chain_len);

Completed in 157 milliseconds