Home
last modified time | relevance | path

Searched refs:bh_count (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/include/asm-ia64/
Dhardirq.h22 #define bh_count(cpu) (cpu_data(cpu)->irq_stat.f.bh_count) macro
29 #define really_local_bh_count() (local_cpu_data->irq_stat.f.bh_count) /* XXX fix me */
Dprocessor.h143 __u32 bh_count; member
/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_aops.c519 int bh_count) in xfs_submit_page() argument
524 if (bh_count) { in xfs_submit_page()
525 for (i = 0; i < bh_count; i++) { in xfs_submit_page()
534 for (i = 0; i < bh_count; i++) { in xfs_submit_page()
/linux-2.4.37.9/include/asm-parisc/
Dprocessor.h90 unsigned long bh_count; /* number of times bh was invoked */ member
/linux-2.4.37.9/arch/ia64/tools/
Dprint_offsets.c181 { "IA64_CPU_BH_COUNT_OFFSET", offsetof (struct cpuinfo_ia64, irq_stat.f.bh_count) },
/linux-2.4.37.9/arch/ia64/kernel/
Dirq.c229 printk(" %d",bh_count(i)); in show()