Home
last modified time | relevance | path

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

/linux/scripts/coccinelle/locks/
H A Dflags.cocci2 /// Find nested lock+irqsave functions that use the same flags variables
73 cocci.print_secs("nested lock+irqsave that reuses flags",p2)
80 msg="ERROR: nested lock+irqsave that reuses flags from line %s." % (p1[0].line)
/linux/kernel/bpf/
H A Drqspinlock.c673 static void bpf_prog_report_rqspinlock_violation(const char *str, void *lock, bool irqsave) in bpf_prog_report_rqspinlock_violation() argument
683 bpf_stream_printk(ss, "ERROR: %s for bpf_res_spin_lock%s\n", str, irqsave ? "_irqsave" : ""); in bpf_prog_report_rqspinlock_violation()
/linux/include/linux/
H A Drseq.h135 guard(irqsave)(); in rseq_reset() local
/linux/kernel/unwind/
H A Ddeferred.c262 guard(irqsave)(); in unwind_deferred_request() local
/linux/kernel/sched/ext/
H A Dsub.c888 guard(irqsave)(); in scx_sub_seed_caps() local
2322 guard(irqsave)(); in scx_bpf_sub_grant() local
2440 guard(irqsave)(); in scx_bpf_sub_revoke() local
2533 guard(irqsave)(); in scx_bpf_sub_caps() local
/linux/Documentation/translations/zh_CN/scsi/
H A Dscsi_mid_low_api.rst849 * struct Scsi_Host::host_lock锁(通过“irqsave”获取中断安全的自旋锁),
/linux/kernel/rcu/
H A Dtree.c2882 guard(irqsave)(); in rcu_core() local
2895 guard(irqsave)(); in rcu_core() local
2909 guard(irqsave)(); in rcu_core() local
/linux/kernel/events/
H A Dcore.c8871 scoped_guard (irqsave) { in perf_event_aux_pause()
10988 guard(irqsave)(); in perf_swevent_event() local