Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dirqflags.h219 #define local_irq_restore(flags) \ macro
238 #define local_irq_restore(flags) do { raw_local_irq_restore(flags); } while (0) macro
/Linux-v5.15/Documentation/kernel-hacking/
Dhacking.rst397 .. _local_bh_disable:
/Linux-v5.15/Documentation/translations/zh_CN/kernel-hacking/
Dhacking.rst338 .. _local_bh_disable_zh:
/Linux-v5.15/Documentation/translations/it_IT/kernel-hacking/
Dhacking.rst421 .. _it_local_bh_disable:
/Linux-v5.15/tools/include/linux/
Dirqflags.h30 #define local_irq_restore(flags) ((void)(flags)) macro