Searched refs:mlog_and_bits (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/cluster/ |
H A D | masklog.c | 17 struct mlog_bits mlog_and_bits = MLOG_BITS_RHS(MLOG_INITIAL_AND_MASK); variable 18 EXPORT_SYMBOL_GPL(mlog_and_bits); variable 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()
|
H A D | masklog.h | 116 extern struct mlog_bits mlog_and_bits, mlog_not_bits;
|
/kernel/linux/linux-6.6/fs/ocfs2/cluster/ |
H A D | masklog.c | 15 struct mlog_bits mlog_and_bits = MLOG_BITS_RHS(MLOG_INITIAL_AND_MASK); variable 16 EXPORT_SYMBOL_GPL(mlog_and_bits); variable 24 if (__mlog_test_u64(mask, mlog_and_bits)) in mlog_mask_show() 37 __mlog_set_u64(mask, mlog_and_bits); in mlog_mask_store() 41 __mlog_clear_u64(mask, mlog_and_bits); in mlog_mask_store() 44 __mlog_clear_u64(mask, mlog_and_bits); in mlog_mask_store() 59 if (!__mlog_test_u64(*mask, mlog_and_bits) || in __mlog_printk()
|
H A D | masklog.h | 114 extern struct mlog_bits mlog_and_bits, mlog_not_bits;
|
Completed in 2 milliseconds