Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/asm-generic/bitops/
H A Dlock.h77 #ifndef clear_bit_unlock_is_negative_byte
78 static inline bool clear_bit_unlock_is_negative_byte(unsigned int nr, in clear_bit_unlock_is_negative_byte() function
88 #define clear_bit_unlock_is_negative_byte clear_bit_unlock_is_negative_byte macro
H A Dinstrumented-lock.h72 clear_bit_unlock_is_negative_byte(long nr, volatile unsigned long *addr) in clear_bit_unlock_is_negative_byte() function
78 #define clear_bit_unlock_is_negative_byte clear_bit_unlock_is_negative_byte macro
/OK3568_Linux_fs/kernel/lib/
H A Dtest_kasan.c910 #if defined(clear_bit_unlock_is_negative_byte) in kasan_bitops_test_and_modify()
912 clear_bit_unlock_is_negative_byte(nr, addr)); in kasan_bitops_test_and_modify()
/OK3568_Linux_fs/kernel/mm/
H A Dfilemap.c1430 #ifndef clear_bit_unlock_is_negative_byte
1444 static inline bool clear_bit_unlock_is_negative_byte(long nr, volatile void *mem) in clear_bit_unlock_is_negative_byte() function
1473 if (clear_bit_unlock_is_negative_byte(PG_locked, &page->flags)) in unlock_page()