Home
last modified time | relevance | path

Searched defs:local_irq_restore (Results 1 – 5 of 5) sorted by relevance

/linux-6.14.4/include/linux/
Dirqflags.h221 #define local_irq_restore(flags) \ macro
240 #define local_irq_restore(flags) do { raw_local_irq_restore(flags); } while (0) macro
/linux-6.14.4/Documentation/translations/it_IT/kernel-hacking/
Dhacking.rst420 .. _it_local_bh_disable:
/linux-6.14.4/Documentation/translations/zh_CN/kernel-hacking/
Dhacking.rst337 .. _local_bh_disable_zh:
/linux-6.14.4/Documentation/kernel-hacking/
Dhacking.rst396 .. _local_bh_disable:
/linux-6.14.4/tools/testing/selftests/bpf/progs/
Dirq.c77 static __noinline void local_irq_restore(unsigned long *flags) in local_irq_restore() function