Home
last modified time | relevance | path

Searched refs:cpu_bh_enable (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/asm-parisc/
Dsoftirq.h8 #define cpu_bh_enable(cpu) do { barrier(); local_bh_count(cpu)--; } while (0) macro
12 #define local_bh_enable() cpu_bh_enable(smp_processor_id())
/linux-2.4.37.9/include/asm-m68k/
Dsoftirq.h11 #define cpu_bh_enable(cpu) do { barrier(); local_bh_count(cpu)--; } while (0) macro
14 #define local_bh_enable() cpu_bh_enable(smp_processor_id())