Home
last modified time | relevance | path

Searched refs:excl_mask (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/tools/testing/selftests/arm64/mte/
Dcheck_tags_inclusion.c85 unsigned long excl_mask = 0; in check_multiple_included_tags() local
93 excl_mask |= 1 << tag; in check_multiple_included_tags()
94 mte_switch_mode(mode, MT_INCLUDE_VALID_TAGS(excl_mask)); in check_multiple_included_tags()
102 MT_INCLUDE_VALID_TAGS(excl_mask)); in check_multiple_included_tags()
/linux-6.6.21/kernel/locking/
Dlockdep.c2755 unsigned long excl_mask, in find_exclusive_match() argument
2769 if (excl_mask & lock_flag(excl)) { in find_exclusive_match()
2773 } else if (excl_mask & lock_flag(excl_read)) { in find_exclusive_match()