Searched refs:mlog_and_bits (Results 1 – 2 of 2) sorted by relevance
17 struct mlog_bits mlog_and_bits = MLOG_BITS_RHS(MLOG_INITIAL_AND_MASK); variable18 EXPORT_SYMBOL_GPL(mlog_and_bits);26 if (__mlog_test_u64(mask, mlog_and_bits)) in mlog_mask_show()39 __mlog_set_u64(mask, mlog_and_bits); in mlog_mask_store()43 __mlog_clear_u64(mask, mlog_and_bits); in mlog_mask_store()46 __mlog_clear_u64(mask, mlog_and_bits); in mlog_mask_store()61 if (!__mlog_test_u64(*mask, mlog_and_bits) || in __mlog_printk()
116 extern struct mlog_bits mlog_and_bits, mlog_not_bits;