Home
last modified time | relevance | path

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

/Linux-v5.15/security/selinux/ss/
Davtab.c327 int avtab_alloc(struct avtab *h, u32 nrules) in avtab_alloc() argument
332 if (nrules != 0) { in avtab_alloc()
334 u32 work = nrules >> 3; in avtab_alloc()
348 pr_debug("SELinux: %d avtab hash slots, %d rules.\n", nslot, nrules); in avtab_alloc()