Home
last modified time | relevance | path

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

/linux/include/asm-generic/bitops/
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
/linux/lib/
A Dtest_kasan.c963 #if defined(clear_bit_unlock_is_negative_byte) in kasan_bitops_test_and_modify()
965 clear_bit_unlock_is_negative_byte(nr, addr)); in kasan_bitops_test_and_modify()
/linux/mm/
A Dfilemap.c1479 #ifndef clear_bit_unlock_is_negative_byte
1493 static inline bool clear_bit_unlock_is_negative_byte(long nr, volatile void *mem) in clear_bit_unlock_is_negative_byte() function
1517 if (clear_bit_unlock_is_negative_byte(PG_locked, folio_flags(folio, 0))) in folio_unlock()

Completed in 13 milliseconds