Home
last modified time | relevance | path

Searched refs:total_count (Results 1 – 17 of 17) sorted by relevance

/linux-4.1.27/fs/xfs/
Dxfs_trans_dquot.c599 xfs_qcnt_t total_count; in xfs_trans_dqresv() local
642 total_count = *resbcountp + nblks; in xfs_trans_dqresv()
643 if (hardlimit && total_count > hardlimit) { in xfs_trans_dqresv()
647 if (softlimit && total_count > softlimit) { in xfs_trans_dqresv()
659 total_count = be64_to_cpu(dqp->q_core.d_icount) + ninos; in xfs_trans_dqresv()
670 if (hardlimit && total_count > hardlimit) { in xfs_trans_dqresv()
674 if (softlimit && total_count > softlimit) { in xfs_trans_dqresv()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dlloop.c400 unsigned long total_count = 0; in loop_thread() local
444 total_count += count; in loop_thread()
445 if (total_count < count) { /* overflow */ in loop_thread()
446 total_count = count; in loop_thread()
453 total_count, times, total_count / times); in loop_thread()
/linux-4.1.27/net/batman-adv/
Dmulticast.c522 int ret, tt_count, ip_count, unsnoop_count, total_count; in batadv_mcast_forw_mode() local
540 total_count = tt_count + ip_count + unsnoop_count; in batadv_mcast_forw_mode()
542 switch (total_count) { in batadv_mcast_forw_mode()
Dbat_iv_ogm.c1136 uint8_t total_count; in batadv_iv_ogm_calc_tq() local
1192 total_count = neigh_rq_count; in batadv_iv_ogm_calc_tq()
1194 total_count = orig_eq_count; in batadv_iv_ogm_calc_tq()
1199 if (total_count < BATADV_TQ_LOCAL_BIDRECT_SEND_MINIMUM || in batadv_iv_ogm_calc_tq()
1207 tq_own = (BATADV_TQ_MAX_VALUE * total_count) / neigh_rq_count; in batadv_iv_ogm_calc_tq()
1244 orig_node->orig, orig_neigh_node->orig, total_count, in batadv_iv_ogm_calc_tq()
/linux-4.1.27/tools/perf/util/
Dkvm-stat.h91 u64 total_count; member
/linux-4.1.27/include/linux/
Ddevfreq-event.h52 unsigned long total_count; member
/linux-4.1.27/sound/oss/
Dvidc.c305 vidc_audio_output_block(int dev, unsigned long buf, int total_count, int one) in vidc_audio_output_block() argument
312 dma_count = total_count; in vidc_audio_output_block()
/linux-4.1.27/drivers/devfreq/
Ddevfreq-event.c177 edata->total_count = edata->load_count = 0; in devfreq_event_get_event()
182 edata->total_count = edata->load_count = 0; in devfreq_event_get_event()
/linux-4.1.27/drivers/devfreq/event/
Dexynos-ppmu.c167 edata->total_count = __raw_readl(info->ppmu.base + PPMU_CCNT); in exynos_ppmu_get_event()
192 edata->load_count, edata->total_count); in exynos_ppmu_get_event()
/linux-4.1.27/tools/perf/
Dbuiltin-kvm.c503 kvm->total_count += get_event_count(event, vcpu); in update_total_count()
610 pr_info("%8.2f%% ", (double)ecount / kvm->total_count * 100); in print_result()
620 kvm->total_count, kvm->total_time / 1e3); in print_result()
864 kvm->total_count = 0; in perf_kvm__handle_timerfd()
/linux-4.1.27/fs/f2fs/
Dsuper.c549 block_t total_count, user_block_count, start_count, ovp_count; in f2fs_statfs() local
551 total_count = le64_to_cpu(sbi->raw_super->block_count); in f2fs_statfs()
558 buf->f_blocks = total_count - start_count; in f2fs_statfs()
Ddebug.c46 si->total_count = (int)sbi->user_block_count / sbi->blocks_per_seg; in update_general_status()
Df2fs.h1660 int total_count, utilization; member
/linux-4.1.27/drivers/net/ethernet/pasemi/
Dpasemi_mac.c870 unsigned int total_count; in pasemi_mac_clean_tx() local
877 total_count = 0; in pasemi_mac_clean_tx()
945 total_count += descr_count; in pasemi_mac_clean_tx()
951 return total_count; in pasemi_mac_clean_tx()
/linux-4.1.27/drivers/net/ethernet/neterion/vxge/
Dvxge-config.c52 int count = 0, total_count = 0; in vxge_hw_vpath_wait_receive_idle() local
84 total_count++; in vxge_hw_vpath_wait_receive_idle()
86 (total_count < VXGE_HW_MAX_POLLING_COUNT)); in vxge_hw_vpath_wait_receive_idle()
88 if (total_count >= VXGE_HW_MAX_POLLING_COUNT) in vxge_hw_vpath_wait_receive_idle()
92 return total_count; in vxge_hw_vpath_wait_receive_idle()
101 int i, total_count = 0; in vxge_hw_device_wait_receive_idle() local
107 total_count += vxge_hw_vpath_wait_receive_idle(hldev, i); in vxge_hw_device_wait_receive_idle()
108 if (total_count >= VXGE_HW_MAX_POLLING_COUNT) in vxge_hw_device_wait_receive_idle()
/linux-4.1.27/drivers/tty/
Dsynclink_gt.c4853 unsigned int total_count = 0; in tbuf_bytes() local
4873 total_count += count; in tbuf_bytes()
4874 else if (!total_count) in tbuf_bytes()
4885 total_count += active_buf_count; in tbuf_bytes()
4888 total_count += (reg_value >> 8) & 0xff; in tbuf_bytes()
4892 total_count++; in tbuf_bytes()
4894 return total_count; in tbuf_bytes()
/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_pm.c5172 u64 total_count, diff, ret; in __i915_chipset_val() local
5193 total_count = count1 + count2 + count3; in __i915_chipset_val()
5196 if (total_count < dev_priv->ips.last_count1) { in __i915_chipset_val()
5198 diff += total_count; in __i915_chipset_val()
5200 diff = total_count - dev_priv->ips.last_count1; in __i915_chipset_val()
5216 dev_priv->ips.last_count1 = total_count; in __i915_chipset_val()