Home
last modified time | relevance | path

Searched defs:lock_flag (Results 1 – 2 of 2) sorted by relevance

/linux/tools/perf/util/bpf_skel/
H A Dlock_contention.bpf.c867 __u32 lock_flag = LOCK_CLASS_ZONE_LOCK; in collect_zone_lock() local
920 __u32 lock_flag; in BPF_PROG() local
/linux/kernel/locking/
H A Dlockdep.c673 static inline unsigned long lock_flag(enum lock_usage_bit bit) in lock_flag() function