Home
last modified time | relevance | path

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

/external/oprofile/module/
Dop_dname.c76 if (test_and_set_bit(0, &hash_map_open)) in oprof_hash_map_open()
Doprofile.c243 if (test_and_set_bit(0, &oprof_note_opened)) in oprof_note_open()
385 if (test_and_set_bit(0, &oprof_opened)) in oprof_open()
/external/qemu/include/qemu/
Dbitops.h70 static inline int test_and_set_bit(int nr, unsigned long *addr) in test_and_set_bit() function
/external/e2fsprogs/e2fsck/
Drevoke.c389 if (test_and_set_bit(BH_RevokeValid, &bh->b_state)) in journal_cancel_revoke()