Home
last modified time | relevance | path

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

/linux-6.15/drivers/dma/
H A Dfsl_raid.c277 unsigned long lock_flag; in fsl_re_chan_alloc_desc() local
281 spin_lock_irqsave(&re_chan->desc_lock, lock_flag); in fsl_re_chan_alloc_desc()
290 spin_unlock_irqrestore(&re_chan->desc_lock, lock_flag); in fsl_re_chan_alloc_desc()
307 spin_lock_irqsave(&re_chan->desc_lock, lock_flag); in fsl_re_chan_alloc_desc()
309 spin_unlock_irqrestore(&re_chan->desc_lock, lock_flag); in fsl_re_chan_alloc_desc()
/linux-6.15/tools/perf/util/bpf_skel/
H A Dlock_contention.bpf.c816 __u32 lock_flag; in BPF_PROG() local
830 lock_flag = LOCK_CLASS_RQLOCK; in BPF_PROG()
831 bpf_map_update_elem(&lock_syms, &lock_addr, &lock_flag, BPF_ANY); in BPF_PROG()
/linux-6.15/kernel/locking/
H A Dlockdep.c675 static inline unsigned long lock_flag(enum lock_usage_bit bit) in lock_flag() function
696 if (class->usage_mask & lock_flag(bit + LOCK_USAGE_DIR_MASK)) { in get_usage_char()
698 if (class->usage_mask & lock_flag(bit)) in get_usage_char()
700 } else if (class->usage_mask & lock_flag(bit)) in get_usage_char()
2797 if (excl_mask & lock_flag(excl)) { in find_exclusive_match()
2801 } else if (excl_mask & lock_flag(excl_read)) { in find_exclusive_match()
4143 unsigned usage_mask = lock_flag(bit) | lock_flag(read_bit); in check_usage_forwards()
4155 if (target_entry->class->usage_mask & lock_flag(bit)) { in check_usage_forwards()
4178 unsigned usage_mask = lock_flag(bit) | lock_flag(read_bit); in check_usage_backwards()
4190 if (target_entry->class->usage_mask & lock_flag(bit)) { in check_usage_backwards()