Home
last modified time | relevance | path

Searched refs:set_softirq_pending (Results 1 - 6 of 6) 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/kernel/
H A Dsoftirq.c280 set_softirq_pending(0); in __do_softirq()
/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
/kernel/linux/linux-6.6/kernel/
H A Dsoftirq.c535 set_softirq_pending(0); in __do_softirq()

Completed in 6 milliseconds