Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/bpf_skel/
H A Dlock_contention.bpf.c199 static inline struct task_struct *get_lock_owner(__u64 lock, __u32 flags) in get_lock_owner() function
312 task = get_lock_owner(pelem->lock, pelem->flags); in contention_begin()