Searched refs:create_zero_mask (Results 1 – 13 of 13) sorted by relevance
27 #define create_zero_mask(mask) (mask) macro77 static inline unsigned long create_zero_mask(unsigned long bits) in create_zero_mask() function127 static inline unsigned long create_zero_mask(unsigned long bits) in create_zero_mask() function
23 #define create_zero_mask(mask) (mask) macro105 static inline unsigned long create_zero_mask(unsigned long bits) in create_zero_mask() function
34 static inline unsigned long create_zero_mask(unsigned long bits) in create_zero_mask() function
39 static inline unsigned long create_zero_mask(unsigned long bits) in create_zero_mask() function
30 static inline unsigned long create_zero_mask(unsigned long bits) in create_zero_mask() function
34 #define create_zero_mask(bits) (bits) macro
29 static inline unsigned long create_zero_mask(unsigned long bits) in create_zero_mask() function
59 static inline unsigned long create_zero_mask(unsigned long bits) in create_zero_mask() function
44 data = create_zero_mask(data); in do_strnlen_user()
56 data = create_zero_mask(data); in do_strncpy_from_user()
161 data = create_zero_mask(data); in strscpy()
2147 mask = create_zero_mask(adata); in hashlen_string()2177 mask = create_zero_mask(adata | bdata); in hash_name()
Completed in 24 milliseconds