Searched refs:clear_bit_unlock_is_negative_byte (Results 1 – 3 of 3) sorted by relevance
72 clear_bit_unlock_is_negative_byte(long nr, volatile unsigned long *addr) in clear_bit_unlock_is_negative_byte() function78 #define clear_bit_unlock_is_negative_byte clear_bit_unlock_is_negative_byte macro
940 #if defined(clear_bit_unlock_is_negative_byte) in kasan_bitops_test_and_modify()942 clear_bit_unlock_is_negative_byte(nr, addr)); in kasan_bitops_test_and_modify()
1469 #ifndef clear_bit_unlock_is_negative_byte1483 static inline bool clear_bit_unlock_is_negative_byte(long nr, volatile void *mem) in clear_bit_unlock_is_negative_byte() function1512 if (clear_bit_unlock_is_negative_byte(PG_locked, &page->flags)) in unlock_page()