Home
last modified time | relevance | path

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

/security/selinux/ss/
Dsidtab.c138 s->roots[0].ptr_leaf = kzalloc(SIDTAB_NODE_ALLOC_SIZE, in sidtab_alloc_roots()
145 s->roots[l].ptr_inner = kzalloc(SIDTAB_NODE_ALLOC_SIZE, in sidtab_alloc_roots()
179 entry->ptr_inner = kzalloc(SIDTAB_NODE_ALLOC_SIZE, in sidtab_do_lookup()
187 entry->ptr_leaf = kzalloc(SIDTAB_NODE_ALLOC_SIZE, in sidtab_do_lookup()
345 edst->ptr_inner = kzalloc(SIDTAB_NODE_ALLOC_SIZE, in sidtab_convert_tree()
362 edst->ptr_leaf = kzalloc(SIDTAB_NODE_ALLOC_SIZE, in sidtab_convert_tree()
Dsidtab.h36 #define SIDTAB_NODE_ALLOC_SIZE PAGE_SIZE macro
44 (SIDTAB_NODE_ALLOC_SIZE / sizeof(struct sidtab_entry_leaf))