Searched refs:mlog_not_bits (Results 1 – 2 of 2) sorted by relevance
33 struct mlog_bits mlog_not_bits = MLOG_BITS_RHS(0); variable34 EXPORT_SYMBOL_GPL(mlog_not_bits);42 else if (__mlog_test_u64(mask, mlog_not_bits)) in mlog_mask_show()54 __mlog_clear_u64(mask, mlog_not_bits); in mlog_mask_store()56 __mlog_set_u64(mask, mlog_not_bits); in mlog_mask_store()59 __mlog_clear_u64(mask, mlog_not_bits); in mlog_mask_store()76 __mlog_test_u64(*mask, mlog_not_bits)) in __mlog_printk()
130 extern struct mlog_bits mlog_and_bits, mlog_not_bits;