Searched refs:SIDTAB_INNER_ENTRIES (Results 1 - 2 of 2) sorted by path

/linux-master/security/selinux/ss/
H A Dsidtab.c393 while (i < SIDTAB_INNER_ENTRIES && *pos < count) {
526 for (i = 0; i < SIDTAB_INNER_ENTRIES; i++)
H A Dsidtab.h45 #define SIDTAB_INNER_ENTRIES ((size_t)1 << SIDTAB_INNER_SHIFT) macro
61 union sidtab_entry_inner entries[SIDTAB_INNER_ENTRIES];

Completed in 180 milliseconds