Home
last modified time | relevance | path

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

/linux-6.12.1/security/selinux/ss/
Dsidtab.c169 kzalloc(SIDTAB_NODE_ALLOC_SIZE, GFP_ATOMIC); in sidtab_alloc_roots()
176 kzalloc(SIDTAB_NODE_ALLOC_SIZE, GFP_ATOMIC); in sidtab_alloc_roots()
210 SIDTAB_NODE_ALLOC_SIZE, GFP_ATOMIC); in sidtab_do_lookup()
218 kzalloc(SIDTAB_NODE_ALLOC_SIZE, GFP_ATOMIC); in sidtab_do_lookup()
388 kzalloc(SIDTAB_NODE_ALLOC_SIZE, GFP_KERNEL); in sidtab_convert_tree()
405 kzalloc(SIDTAB_NODE_ALLOC_SIZE, GFP_KERNEL); in sidtab_convert_tree()
Dsidtab.h38 #define SIDTAB_NODE_ALLOC_SIZE PAGE_SIZE macro
47 (SIDTAB_NODE_ALLOC_SIZE / sizeof(struct sidtab_entry))