Home
last modified time | relevance | path

Searched refs:SIDTAB_NODE_ALLOC_SIZE (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/security/selinux/ss/
H A Dsidtab.h37 #define SIDTAB_NODE_ALLOC_SIZE PAGE_SIZE macro
45 (SIDTAB_NODE_ALLOC_SIZE / sizeof(struct sidtab_entry))
H A Dsidtab.c164 s->roots[0].ptr_leaf = kzalloc(SIDTAB_NODE_ALLOC_SIZE, in sidtab_alloc_roots()
171 s->roots[l].ptr_inner = kzalloc(SIDTAB_NODE_ALLOC_SIZE, in sidtab_alloc_roots()
205 entry->ptr_inner = kzalloc(SIDTAB_NODE_ALLOC_SIZE, in sidtab_do_lookup()
213 entry->ptr_leaf = kzalloc(SIDTAB_NODE_ALLOC_SIZE, in sidtab_do_lookup()
381 edst->ptr_inner = kzalloc(SIDTAB_NODE_ALLOC_SIZE, in sidtab_convert_tree()
398 edst->ptr_leaf = kzalloc(SIDTAB_NODE_ALLOC_SIZE, in sidtab_convert_tree()
/kernel/linux/linux-6.6/security/selinux/ss/
H A Dsidtab.h37 #define SIDTAB_NODE_ALLOC_SIZE PAGE_SIZE macro
45 (SIDTAB_NODE_ALLOC_SIZE / sizeof(struct sidtab_entry))
H A Dsidtab.c165 s->roots[0].ptr_leaf = kzalloc(SIDTAB_NODE_ALLOC_SIZE, in sidtab_alloc_roots()
172 s->roots[l].ptr_inner = kzalloc(SIDTAB_NODE_ALLOC_SIZE, in sidtab_alloc_roots()
206 entry->ptr_inner = kzalloc(SIDTAB_NODE_ALLOC_SIZE, in sidtab_do_lookup()
214 entry->ptr_leaf = kzalloc(SIDTAB_NODE_ALLOC_SIZE, in sidtab_do_lookup()
385 edst->ptr_inner = kzalloc(SIDTAB_NODE_ALLOC_SIZE, in sidtab_convert_tree()
402 edst->ptr_leaf = kzalloc(SIDTAB_NODE_ALLOC_SIZE, in sidtab_convert_tree()

Completed in 3 milliseconds