Home
last modified time | relevance | path

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

/linux/security/selinux/ss/
H A Dmls.h91 hash = ebitmap_hash(&r->level[0].cat, hash); in mls_range_hash()
92 hash = ebitmap_hash(&r->level[1].cat, hash); in mls_range_hash()
H A Debitmap.h134 u32 ebitmap_hash(const struct ebitmap *e, u32 hash);
H A Debitmap.c560 u32 ebitmap_hash(const struct ebitmap *e, u32 hash) in ebitmap_hash() function