Home
last modified time | relevance | path

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

/linux-6.12.1/security/selinux/ss/
Debitmap.h32 #define EBITMAP_BIT 1UL macro
95 if ((n->maps[index] & (EBITMAP_BIT << ofs))) in ebitmap_node_get_bit()
106 n->maps[index] |= (EBITMAP_BIT << ofs); in ebitmap_node_set_bit()
115 n->maps[index] &= ~(EBITMAP_BIT << ofs); in ebitmap_node_clr_bit()