Home
last modified time | relevance | path

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

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