Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/bpf_skel/
H A Dlock_contention.bpf.c353 struct mm_struct___new *mm_new; in check_lock_type() local
362 mm_new = (void *)curr->mm; in check_lock_type()
363 if (bpf_core_field_exists(mm_new->mmap_lock)) { in check_lock_type()
364 if (&mm_new->mmap_lock == (void *)lock) in check_lock_type()