Home
last modified time | relevance | path

Searched refs:__test_and_clear_bit_le (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/include/asm-generic/bitops/
H A Dext2-atomic.h22 ret = __test_and_clear_bit_le(nr, addr); \
H A Dle.h59 static inline int __test_and_clear_bit_le(int nr, void *addr) in __test_and_clear_bit_le() function
/openbmc/linux/tools/testing/selftests/kvm/
H A Ddirty_log_test.c56 # define __test_and_clear_bit_le(nr, addr) \ macro
63 # define __test_and_clear_bit_le __test_and_clear_bit macro
575 if (__test_and_clear_bit_le(page, host_bmap_track)) { in vm_dirty_log_verify()
583 if (__test_and_clear_bit_le(page, bmap)) { in vm_dirty_log_verify()
/openbmc/linux/fs/minix/
H A Dminix.h165 #define minix_test_and_clear_bit __test_and_clear_bit_le
/openbmc/linux/fs/ext2/
H A Dext2.h821 #define ext2_clear_bit __test_and_clear_bit_le
/openbmc/linux/fs/udf/
H A Dballoc.c26 #define udf_clear_bit __test_and_clear_bit_le
/openbmc/linux/fs/reiserfs/
H A Dreiserfs.h1944 __test_and_clear_bit_le((nr) + unaligned_offset(addr), aligned_address(addr))
1951 # define clear_bit_unaligned(nr, addr) __test_and_clear_bit_le(nr, addr)
3394 #define reiserfs_test_and_clear_le_bit __test_and_clear_bit_le
/openbmc/linux/drivers/block/drbd/
H A Ddrbd_bitmap.c1418 c -= (0 != __test_and_clear_bit_le(bitnr & BITS_PER_PAGE_MASK, p_addr)); in __bm_change_bits_to()
/openbmc/linux/fs/ext4/
H A Dext4.h1269 #define ext4_test_and_clear_bit __test_and_clear_bit_le