Home
last modified time | relevance | path

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

/Linux-v5.4/include/asm-generic/bitops/
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
/Linux-v5.4/include/asm-generic/
Dbitops-instrumented.h254 clear_bit_unlock_is_negative_byte(long nr, volatile unsigned long *addr) in clear_bit_unlock_is_negative_byte() function
260 #define clear_bit_unlock_is_negative_byte clear_bit_unlock_is_negative_byte macro
/Linux-v5.4/arch/powerpc/include/asm/
Dbitops.h189 #define clear_bit_unlock_is_negative_byte(nr, addr) \ macro
/Linux-v5.4/lib/
Dtest_kasan.c728 #if defined(clear_bit_unlock_is_negative_byte) in kasan_bitops()
730 clear_bit_unlock_is_negative_byte(BITS_PER_LONG + BITS_PER_BYTE, bits); in kasan_bitops()
/Linux-v5.4/mm/
Dfilemap.c1273 #ifndef clear_bit_unlock_is_negative_byte
1287 static inline bool clear_bit_unlock_is_negative_byte(long nr, volatile void *mem) in clear_bit_unlock_is_negative_byte() function
1316 if (clear_bit_unlock_is_negative_byte(PG_locked, &page->flags)) in unlock_page()