Searched refs:cpu_bh_enable (Results 1 – 2 of 2) sorted by relevance
8 #define cpu_bh_enable(cpu) do { barrier(); local_bh_count(cpu)--; } while (0) macro12 #define local_bh_enable() cpu_bh_enable(smp_processor_id())
11 #define cpu_bh_enable(cpu) do { barrier(); local_bh_count(cpu)--; } while (0) macro14 #define local_bh_enable() cpu_bh_enable(smp_processor_id())