Home
last modified time | relevance | path

Searched defs:lock_flag (Results 1 – 3 of 3) 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/drivers/dma/
H A Dfsl_raid.c277 unsigned long lock_flag; in fsl_re_chan_alloc_desc() local
/linux/kernel/locking/
H A Dlockdep.c673 static inline unsigned long lock_flag(enum lock_usage_bit bit) in lock_flag() function