Searched refs:nrules (Results 1 – 1 of 1) sorted by relevance
234 int avtab_alloc(struct avtab *h, u32 nrules) in avtab_alloc() argument239 if (nrules != 0) { in avtab_alloc()240 nslot = nrules > 3 ? rounddown_pow_of_two(nrules / 2) : 2; in avtab_alloc()249 pr_debug("SELinux: %d avtab hash slots, %d rules.\n", nslot, nrules); in avtab_alloc()