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

/linux-master/tools/perf/util/bpf_skel/
H A Dlock_contention.bpf.c540 __u32 lock_flag; local
554 lock_flag = LOCK_CLASS_RQLOCK;
555 bpf_map_update_elem(&lock_syms, &lock_addr, &lock_flag, BPF_ANY);
/linux-master/drivers/dma/
H A Dfsl_raid.c277 unsigned long lock_flag; local
281 spin_lock_irqsave(&re_chan->desc_lock, lock_flag);
290 spin_unlock_irqrestore(&re_chan->desc_lock, lock_flag);
307 spin_lock_irqsave(&re_chan->desc_lock, lock_flag);
309 spin_unlock_irqrestore(&re_chan->desc_lock, lock_flag);
/linux-master/kernel/locking/
H A Dlockdep.c668 static inline unsigned long lock_flag(enum lock_usage_bit bit) function
689 if (class->usage_mask & lock_flag(bit + LOCK_USAGE_DIR_MASK)) {
691 if (class->usage_mask & lock_flag(bit))
693 } else if (class->usage_mask & lock_flag(bit))
2769 if (excl_mask & lock_flag(excl)) {
2773 } else if (excl_mask & lock_flag(excl_read)) {
4095 unsigned usage_mask = lock_flag(bit) | lock_flag(read_bit);
4107 if (target_entry->class->usage_mask & lock_flag(bit)) {
4130 unsigned usage_mask = lock_flag(bi
[all...]

Completed in 208 milliseconds