Searched refs:nrules (Results 1 – 2 of 2) sorted by relevance
267 int avtab_alloc(struct avtab *h, u32 nrules) in avtab_alloc() argument272 if (nrules != 0) { in avtab_alloc()273 nslot = nrules > 3 ? rounddown_pow_of_two(nrules / 2) : 2; in avtab_alloc()282 pr_debug("SELinux: %d avtab hash slots, %d rules.\n", nslot, nrules); in avtab_alloc()
92 int avtab_alloc(struct avtab *h, u32 nrules);
Completed in 4 milliseconds