Searched defs:local_irq_restore (Results 1 – 5 of 5) sorted by relevance
221 #define local_irq_restore(flags) \ macro240 #define local_irq_restore(flags) do { raw_local_irq_restore(flags); } while (0) macro
420 .. _it_local_bh_disable:
337 .. _local_bh_disable_zh:
396 .. _local_bh_disable:
77 static __noinline void local_irq_restore(unsigned long *flags) in local_irq_restore() function