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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/cluster/
H A Dmasklog.c31 struct mlog_bits mlog_and_bits = MLOG_BITS_RHS(MLOG_INITIAL_AND_MASK); variable in typeref:struct:mlog_bits
32 EXPORT_SYMBOL_GPL(mlog_and_bits); variable
40 if (__mlog_test_u64(mask, mlog_and_bits))
53 __mlog_set_u64(mask, mlog_and_bits);
57 __mlog_clear_u64(mask, mlog_and_bits);
60 __mlog_clear_u64(mask, mlog_and_bits);
H A Dmasklog.h143 extern struct mlog_bits mlog_and_bits, mlog_not_bits;
202 __mlog_test_u64(__m, mlog_and_bits) && \

Completed in 24 milliseconds