Home
last modified time | relevance | path

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

/include/asm-generic/bitops/
Dnon-atomic.h58 static inline int __test_and_set_bit(int nr, volatile unsigned long *addr) in __test_and_set_bit() function
Dle.h90 return __test_and_set_bit(nr ^ BITOP_LE_SWIZZLE, addr); in __test_and_set_bit_le()
/include/media/
Dmedia-entity.h493 return __test_and_set_bit(entity->internal_idx, ent_enum->bmap); in media_entity_enum_test_and_set()