Home
last modified time | relevance | path

Searched defs:set_softirq_pending (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dhardirq.h17 #define set_softirq_pending(x) (S390_lowcore.softirq_pending = (x)) macro
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dhardirq.h17 #define set_softirq_pending(x) (S390_lowcore.softirq_pending = (x)) macro
/kernel/linux/linux-5.10/include/linux/
H A Dinterrupt.h511 #define set_softirq_pending(x) (__this_cpu_write(local_softirq_pending_ref, (x))) macro
/kernel/linux/linux-6.6/include/linux/
H A Dinterrupt.h527 #define set_softirq_pending(x) (__this_cpu_write(local_softirq_pending_ref, (x))) macro

Completed in 3 milliseconds