Searched refs:mlog_not_bits (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/cluster/
H A Dmasklog.c33 struct mlog_bits mlog_not_bits = MLOG_BITS_RHS(MLOG_INITIAL_NOT_MASK); variable in typeref:struct:mlog_bits
34 EXPORT_SYMBOL_GPL(mlog_not_bits); variable
42 else if (__mlog_test_u64(mask, mlog_not_bits))
54 __mlog_clear_u64(mask, mlog_not_bits);
56 __mlog_set_u64(mask, mlog_not_bits);
59 __mlog_clear_u64(mask, mlog_not_bits);
H A Dmasklog.h147 extern struct mlog_bits mlog_and_bits, mlog_not_bits;
207 !__mlog_test_u64(__m, mlog_not_bits)) { \

Completed in 102 milliseconds