Home
last modified time | relevance | path

Searched refs:irqsave (Results 1 – 11 of 11) 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/arch/x86/kernel/apic/
H A Dx2apic_savic.c148 guard(irqsave)(); in send_ipi_allbut() local
263 guard(irqsave)(); in send_ipi_mask() local
/linux/kernel/bpf/
H A Drqspinlock.c671 static void bpf_prog_report_rqspinlock_violation(const char *str, void *lock, bool irqsave) in bpf_prog_report_rqspinlock_violation()
681 bpf_stream_printk(ss, "ERROR: %s for bpf_res_spin_lock%s\n", str, irqsave ? "_irqsave" : ""); in bpf_prog_report_rqspinlock_violation()
669 bpf_prog_report_rqspinlock_violation(const char * str,void * lock,bool irqsave) bpf_prog_report_rqspinlock_violation() argument
/linux/drivers/irqchip/
H A Dirq-econet-en751221.c115 guard(irqsave)(); in econet_mask_all() local
/linux/arch/x86/coco/sev/
H A Dcore.c1255 guard(irqsave)(); in savic_ghcb_msr_read() local
1285 guard(irqsave)(); in savic_ghcb_msr_write() local
1307 guard(irqsave)(); in savic_register_gpa() local
1329 guard(irqsave)(); in savic_unregister_gpa() local
/linux/arch/x86/mm/
H A Dtlb.c1018 guard(irqsave)(); in use_temporary_mm() local
1051 guard(irqsave)(); in unuse_temporary_mm() 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.c2837 guard(irqsave)(); in rcu_core() local
2847 guard(irqsave)(); in rcu_core() local
/linux/kernel/
H A Dcpu.c2368 guard(irqsave)(); in cpuhp_issue_call() local
/linux/arch/x86/events/
H A Dcore.c1560 guard(irqsave)(); in perf_event_print_debug() local
/linux/kernel/events/
H A Dcore.c8471 scoped_guard (irqsave) { in perf_event_aux_pause()