Home
last modified time | relevance | path

Searched refs:__test_and_clear_bit (Results 1 – 6 of 6) sorted by relevance

/linux-4.19.296/fs/minix/
Dminix.h112 __test_and_clear_bit((nr), (unsigned long *)(addr))
147 __test_and_clear_bit((nr) ^ 16, (unsigned long *)(addr))
/linux-4.19.296/include/asm-generic/bitops/
Dnon-atomic.h77 static inline int __test_and_clear_bit(int nr, volatile unsigned long *addr) in __test_and_clear_bit() function
Dle.h95 return __test_and_clear_bit(nr ^ BITOP_LE_SWIZZLE, addr); in __test_and_clear_bit_le()
/linux-4.19.296/fs/nfs/
Dnfs4client.c272 if (__test_and_clear_bit(NFS_CS_CALLBACK, &clp->cl_res_state)) in nfs4_destroy_callback()
278 if (__test_and_clear_bit(NFS_CS_RENEWD, &clp->cl_res_state)) in nfs4_shutdown_client()
282 if (__test_and_clear_bit(NFS_CS_IDMAP, &clp->cl_res_state)) in nfs4_shutdown_client()
/linux-4.19.296/drivers/gpio/
Dgpio-xilinx.c167 if (__test_and_clear_bit(i, mask)) { in xgpio_set_multiple()
Dgpio-mmio.c299 if (__test_and_clear_bit(i, mask)) { in bgpio_multiple_get_masks()