Home
last modified time | relevance | path

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

/linux-5.19.10/security/selinux/ss/
Debitmap.h30 #define EBITMAP_BIT 1ULL macro
95 if ((n->maps[index] & (EBITMAP_BIT << ofs))) in ebitmap_node_get_bit()
107 n->maps[index] |= (EBITMAP_BIT << ofs); in ebitmap_node_set_bit()
117 n->maps[index] &= ~(EBITMAP_BIT << ofs); in ebitmap_node_clr_bit()