Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/security/selinux/ss/
H A Davtab.c295 int avtab_alloc(struct avtab *h, u32 nrules) in avtab_alloc() argument
300 if (nrules != 0) { in avtab_alloc()
302 u32 work = nrules >> 3; in avtab_alloc()
316 pr_debug("SELinux: %d avtab hash slots, %d rules.\n", nslot, nrules); in avtab_alloc()
/kernel/linux/linux-5.10/security/selinux/ss/
H A Davtab.c325 int avtab_alloc(struct avtab *h, u32 nrules) in avtab_alloc() argument
330 if (nrules != 0) { in avtab_alloc()
332 u32 work = nrules >> 3; in avtab_alloc()
346 pr_debug("SELinux: %d avtab hash slots, %d rules.\n", nslot, nrules); in avtab_alloc()

Completed in 3 milliseconds