Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()