Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/bpf_skel/
H A Dlock_contention.bpf.c240 struct mm_struct___new *mm_new; in check_lock_type() local
249 mm_new = (void *)curr->mm; in check_lock_type()
250 if (bpf_core_field_exists(mm_new->mmap_lock)) { in check_lock_type()
251 if (&mm_new->mmap_lock == (void *)lock) in check_lock_type()