Home
last modified time | relevance | path

Searched refs:nrules (Results 1 – 2 of 2) sorted by relevance

/security/selinux/ss/
A Davtab.c267 int avtab_alloc(struct avtab *h, u32 nrules) in avtab_alloc() argument
272 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()
A Davtab.h92 int avtab_alloc(struct avtab *h, u32 nrules);

Completed in 4 milliseconds