Home
last modified time | relevance | path

Searched refs:mm_old (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-6.6/tools/perf/util/bpf_skel/
H A Dlock_contention.bpf.c239 struct mm_struct___old *mm_old; in check_lock_type() local
254 mm_old = (void *)curr->mm; in check_lock_type()
255 if (bpf_core_field_exists(mm_old->mmap_sem)) { in check_lock_type()
256 if (&mm_old->mmap_sem == (void *)lock) in check_lock_type()

Completed in 1 milliseconds