Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/arch/x86/include/asm/
Dbitops.h143 static __always_inline bool clear_bit_unlock_is_negative_byte(long nr, volatile unsigned long *addr) in clear_bit_unlock_is_negative_byte() function
154 #define clear_bit_unlock_is_negative_byte clear_bit_unlock_is_negative_byte macro
/Linux-v4.19/arch/powerpc/include/asm/
Dbitops.h193 #define clear_bit_unlock_is_negative_byte(nr, addr) \ macro
/Linux-v4.19/mm/
Dfilemap.c1163 #ifndef clear_bit_unlock_is_negative_byte
1177 static inline bool clear_bit_unlock_is_negative_byte(long nr, volatile void *mem) in clear_bit_unlock_is_negative_byte() function
1206 if (clear_bit_unlock_is_negative_byte(PG_locked, &page->flags)) in unlock_page()