Home
last modified time | relevance | path

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

/linux/tools/perf/util/bpf_skel/
H A Dlock_contention.bpf.c317 struct mm_struct___new *mm_new; in check_lock_type()
326 mm_new = (void *)curr->mm; in get_tstamp_elem()
327 if (bpf_core_field_exists(mm_new->mmap_lock)) { in get_tstamp_elem()
328 if (&mm_new->mmap_lock == (void *)lock) in get_tstamp_elem()
287 struct mm_struct___new *mm_new; check_lock_type() local