Searched refs:bh_count (Results 1 – 6 of 6) sorted by relevance
22 #define bh_count(cpu) (cpu_data(cpu)->irq_stat.f.bh_count) macro29 #define really_local_bh_count() (local_cpu_data->irq_stat.f.bh_count) /* XXX fix me */
143 __u32 bh_count; member
519 int bh_count) in xfs_submit_page() argument524 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()
90 unsigned long bh_count; /* number of times bh was invoked */ member
181 { "IA64_CPU_BH_COUNT_OFFSET", offsetof (struct cpuinfo_ia64, irq_stat.f.bh_count) },
229 printk(" %d",bh_count(i)); in show()