/linux-2.4.37.9/include/asm-sparc/ |
D | softirq.h | 16 #define local_bh_disable() (local_bh_count(smp_processor_id())++) 17 #define __local_bh_enable() (local_bh_count(smp_processor_id())--) 19 do { if (!--local_bh_count(smp_processor_id()) && \ 25 #define in_softirq() (local_bh_count(smp_processor_id()) != 0)
|
/linux-2.4.37.9/include/asm-sparc64/ |
D | softirq.h | 13 #define local_bh_disable() (local_bh_count(smp_processor_id())++) 14 #define __local_bh_enable() (local_bh_count(smp_processor_id())--) 16 do { if (!--local_bh_count(smp_processor_id()) && \ 23 #define in_softirq() (local_bh_count(smp_processor_id()) != 0)
|
/linux-2.4.37.9/include/asm-ppc64/ |
D | softirq.h | 13 #define local_bh_disable() do { local_bh_count(smp_processor_id())++; barrier(); } while (0) 14 #define __local_bh_enable() do { barrier(); local_bh_count(smp_processor_id())--; } while (0) 19 if (!--local_bh_count(smp_processor_id()) \ 25 #define in_softirq() (local_bh_count(smp_processor_id()) != 0)
|
/linux-2.4.37.9/include/asm-cris/ |
D | softirq.h | 9 local_bh_count(smp_processor_id())++; \ 16 local_bh_count(smp_processor_id())--; \ 21 if (!--local_bh_count(smp_processor_id()) \ 28 #define in_softirq() (local_bh_count(smp_processor_id()) != 0)
|
D | hardirq.h | 24 local_bh_count(smp_processor_id())) != 0)
|
/linux-2.4.37.9/include/asm-sh64/ |
D | softirq.h | 9 local_bh_count(smp_processor_id())++; \ 16 local_bh_count(smp_processor_id())--; \ 22 if (!--local_bh_count(smp_processor_id()) \ 28 #define in_softirq() (local_bh_count(smp_processor_id()) != 0)
|
/linux-2.4.37.9/include/asm-sh/ |
D | softirq.h | 9 local_bh_count(smp_processor_id())++; \ 16 local_bh_count(smp_processor_id())--; \ 22 if (!--local_bh_count(smp_processor_id()) \ 28 #define in_softirq() (local_bh_count(smp_processor_id()) != 0)
|
/linux-2.4.37.9/include/asm-ppc/ |
D | softirq.h | 10 local_bh_count(smp_processor_id())++; \ 17 local_bh_count(smp_processor_id())--; \ 22 if (!--local_bh_count(smp_processor_id()) \ 28 #define in_softirq() (local_bh_count(smp_processor_id()) != 0)
|
/linux-2.4.37.9/include/asm-arm/ |
D | softirq.h | 8 do { barrier(); local_bh_count(cpu)--; } while (0) 10 do { local_bh_count(cpu)++; barrier(); } while (0) 15 #define in_softirq() (local_bh_count(smp_processor_id()) != 0) 19 unsigned int *ptr = &local_bh_count(smp_processor_id()); \
|
D | hardirq.h | 24 (local_irq_count(__cpu) + local_bh_count(__cpu) != 0); })
|
/linux-2.4.37.9/include/asm-mips64/ |
D | softirq.h | 18 local_bh_count(cpu)++; in cpu_bh_disable() 25 local_bh_count(cpu)--; in __cpu_bh_enable() 36 if (!--local_bh_count(cpu) && softirq_pending(cpu)) \ 40 #define in_softirq() (local_bh_count(smp_processor_id()) != 0)
|
/linux-2.4.37.9/include/asm-mips/ |
D | softirq.h | 18 local_bh_count(cpu)++; in cpu_bh_disable() 25 local_bh_count(cpu)--; in __cpu_bh_enable() 37 if (!--local_bh_count(cpu) && softirq_pending(cpu)) \ 41 #define in_softirq() (local_bh_count(smp_processor_id()) != 0)
|
/linux-2.4.37.9/include/asm-alpha/ |
D | softirq.h | 10 local_bh_count(cpu)++; in cpu_bh_disable() 17 local_bh_count(cpu)--; in __cpu_bh_enable() 29 if (!--local_bh_count(cpu) && softirq_pending(cpu)) \ 33 #define in_softirq() (local_bh_count(smp_processor_id()) != 0)
|
/linux-2.4.37.9/include/asm-s390x/ |
D | softirq.h | 21 do { barrier(); local_bh_count(cpu)--; } while (0) 23 do { local_bh_count(cpu)++; barrier(); } while (0) 28 #define in_softirq() (local_bh_count(smp_processor_id()) != 0) 34 unsigned int *ptr = &local_bh_count(smp_processor_id()); \
|
/linux-2.4.37.9/include/asm-x86_64/ |
D | softirq.h | 8 do { barrier(); local_bh_count(cpu)--; } while (0) 10 do { local_bh_count(cpu)++; barrier(); } while (0) 15 #define in_softirq() (local_bh_count(smp_processor_id()) != 0) 27 unsigned int *ptr = &local_bh_count(smp_processor_id()); \
|
/linux-2.4.37.9/include/asm-s390/ |
D | softirq.h | 21 do { barrier(); local_bh_count(cpu)--; } while (0) 23 do { local_bh_count(cpu)++; barrier(); } while (0) 28 #define in_softirq() (local_bh_count(smp_processor_id()) != 0) 34 unsigned int *ptr = &local_bh_count(smp_processor_id()); \
|
/linux-2.4.37.9/include/asm-i386/ |
D | softirq.h | 8 do { barrier(); local_bh_count(cpu)--; } while (0) 10 do { local_bh_count(cpu)++; barrier(); } while (0) 15 #define in_softirq() (local_bh_count(smp_processor_id()) != 0) 27 unsigned int *ptr = &local_bh_count(smp_processor_id()); \
|
/linux-2.4.37.9/include/asm-parisc/ |
D | softirq.h | 7 #define cpu_bh_disable(cpu) do { local_bh_count(cpu)++; barrier(); } while (0) 8 #define cpu_bh_enable(cpu) do { barrier(); local_bh_count(cpu)--; } while (0) 14 #define in_softirq() (local_bh_count(smp_processor_id()) != 0)
|
/linux-2.4.37.9/include/asm-m68k/ |
D | softirq.h | 10 #define cpu_bh_disable(cpu) do { local_bh_count(cpu)++; barrier(); } while (0) 11 #define cpu_bh_enable(cpu) do { barrier(); local_bh_count(cpu)--; } while (0) 17 #define in_softirq() (local_bh_count(smp_processor_id()) != 0)
|
D | hardirq.h | 18 #define in_interrupt() (local_irq_count(smp_processor_id()) + local_bh_count(smp_processor_id()) !=…
|
/linux-2.4.37.9/arch/parisc/kernel/ |
D | irq_smp.c | 46 local_bh_count(0), in show() 47 local_bh_count(1)); in show() 63 if (local_bh_count(cpu) in wait_on_irq() 84 if (!local_bh_count(cpu) in wait_on_irq()
|
/linux-2.4.37.9/arch/alpha/kernel/ |
D | irq_smp.c | 48 local_bh_count(0), in show() 49 local_bh_count(1)); in show() 75 if (local_bh_count(cpu) in wait_on_irq() 96 if (!local_bh_count(cpu) in wait_on_irq()
|
/linux-2.4.37.9/arch/s390/kernel/ |
D | irq.c | 95 atomic_read(&global_bh_count),local_bh_count(smp_processor_id())); in show() 131 if (local_bh_count(cpu)|| in wait_on_irq() 152 if (!local_bh_count(cpu) in wait_on_irq()
|
/linux-2.4.37.9/arch/s390x/kernel/ |
D | irq.c | 95 atomic_read(&global_bh_count),local_bh_count(smp_processor_id())); in show() 131 if (local_bh_count(cpu)|| in wait_on_irq() 152 if (!local_bh_count(cpu) in wait_on_irq()
|
/linux-2.4.37.9/include/linux/ |
D | irq_cpustat.h | 31 #define local_bh_count(cpu) __IRQ_STAT((cpu), __local_bh_count) macro
|