Home
last modified time | relevance | path

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

/linux/lib/
A Dsiphash.c69 bytemask_from_count(left))); in __siphash_aligned()
102 bytemask_from_count(left))); in __siphash_unaligned()
269 bytemask_from_count(left))); in __hsiphash_aligned()
302 bytemask_from_count(left))); in __hsiphash_unaligned()
/linux/include/linux/
A Ddcache.h35 #define bytemask_from_count(cnt) (~(~0ul << (cnt)*8)) macro
38 #define bytemask_from_count(cnt) (~(~0ul >> (cnt)*8)) macro
/linux/fs/
A Ddcache.c213 mask = bytemask_from_count(tcount); in dentry_string_cmp()
A Dnamei.c2099 x ^= a & bytemask_from_count(len); in full_name_hash()

Completed in 22 milliseconds