Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/arm64/mte/
H A Dcheck_tags_inclusion.c77 unsigned long excl_mask = 0; in check_multiple_included_tags() local
85 excl_mask |= 1 << tag; in check_multiple_included_tags()
86 mte_switch_mode(mode, MT_INCLUDE_VALID_TAGS(excl_mask)); in check_multiple_included_tags()
94 MT_INCLUDE_VALID_TAGS(excl_mask)); in check_multiple_included_tags()
/OK3568_Linux_fs/kernel/kernel/locking/
H A Dlockdep.c2691 unsigned long excl_mask, in find_exclusive_match() argument
2705 if (excl_mask & lock_flag(excl)) { in find_exclusive_match()
2709 } else if (excl_mask & lock_flag(excl_read)) { in find_exclusive_match()