Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dirqflags.h207 #define local_irq_restore(flags) \ macro
226 #define local_irq_restore(flags) do { raw_local_irq_restore(flags); } while (0) macro
/kernel/linux/linux-6.6/include/linux/
Dirqflags.h227 #define local_irq_restore(flags) \ macro
246 #define local_irq_restore(flags) do { raw_local_irq_restore(flags); } while (0) macro
/kernel/linux/linux-6.6/Documentation/translations/it_IT/kernel-hacking/
Dhacking.rst420 .. _it_local_bh_disable:
/kernel/linux/linux-6.6/Documentation/translations/zh_CN/kernel-hacking/
Dhacking.rst337 .. _local_bh_disable_zh:
/kernel/linux/linux-5.10/Documentation/kernel-hacking/
Dhacking.rst397 .. _local_bh_disable:
/kernel/linux/linux-5.10/Documentation/translations/it_IT/kernel-hacking/
Dhacking.rst421 .. _it_local_bh_disable:
/kernel/linux/linux-6.6/Documentation/kernel-hacking/
Dhacking.rst396 .. _local_bh_disable:
/kernel/linux/linux-5.10/tools/include/linux/
Dirqflags.h30 #define local_irq_restore(flags) ((void)(flags)) macro