Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dxfs_trans_dquot.c605 xfs_qcnt_t total_count; in xfs_trans_dqresv() local
648 total_count = *resbcountp + nblks; in xfs_trans_dqresv()
649 if (hardlimit && total_count > hardlimit) { in xfs_trans_dqresv()
653 if (softlimit && total_count > softlimit) { in xfs_trans_dqresv()
665 total_count = be64_to_cpu(dqp->q_core.d_icount) + ninos; in xfs_trans_dqresv()
676 if (hardlimit && total_count > hardlimit) { in xfs_trans_dqresv()
680 if (softlimit && total_count > softlimit) { in xfs_trans_dqresv()
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dlloop.c404 unsigned long total_count = 0; in loop_thread() local
449 total_count += count; in loop_thread()
450 if (total_count < count) { /* overflow */ in loop_thread()
451 total_count = count; in loop_thread()
458 total_count, times, total_count / times); in loop_thread()
/linux-4.4.14/drivers/devfreq/event/
Dexynos-ppmu.c179 edata->total_count = __raw_readl(info->ppmu.base + PPMU_CCNT); in exynos_ppmu_get_event()
204 edata->load_count, edata->total_count); in exynos_ppmu_get_event()
311 edata->total_count = __raw_readl(info->ppmu.base + PPMU_V2_CCNT); in exynos_ppmu_v2_get_event()
334 edata->load_count, edata->total_count); in exynos_ppmu_v2_get_event()
/linux-4.4.14/net/batman-adv/
Dmulticast.c554 int ret, tt_count, ip_count, unsnoop_count, total_count; in batadv_mcast_forw_mode() local
572 total_count = tt_count + ip_count + unsnoop_count; in batadv_mcast_forw_mode()
574 switch (total_count) { in batadv_mcast_forw_mode()
Dbat_iv_ogm.c1140 u8 total_count; in batadv_iv_ogm_calc_tq() local
1196 total_count = neigh_rq_count; in batadv_iv_ogm_calc_tq()
1198 total_count = orig_eq_count; in batadv_iv_ogm_calc_tq()
1203 if (total_count < BATADV_TQ_LOCAL_BIDRECT_SEND_MINIMUM || in batadv_iv_ogm_calc_tq()
1211 tq_own = (BATADV_TQ_MAX_VALUE * total_count) / neigh_rq_count; in batadv_iv_ogm_calc_tq()
1248 orig_node->orig, orig_neigh_node->orig, total_count, in batadv_iv_ogm_calc_tq()
/linux-4.4.14/include/linux/
Ddevfreq-event.h52 unsigned long total_count; member
/linux-4.4.14/tools/perf/util/
Dkvm-stat.h91 u64 total_count; member
/linux-4.4.14/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.4.14/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.4.14/tools/perf/
Dbuiltin-kvm.c502 kvm->total_count += get_event_count(event, vcpu); in update_total_count()
609 pr_info("%8.2f%% ", (double)ecount / kvm->total_count * 100); in print_result()
619 kvm->total_count, kvm->total_time / 1e3); in print_result()
865 kvm->total_count = 0; in perf_kvm__handle_timerfd()
/linux-4.4.14/drivers/staging/unisys/visornic/
Dvisornic_main.c219 unsigned int total_count; in visor_copy_fragsinfo_from_skb() local
227 total_count = numfrags + (firstfraglen / PI_PAGE_SIZE); in visor_copy_fragsinfo_from_skb()
229 total_count++; in visor_copy_fragsinfo_from_skb()
231 if (total_count > frags_max) { in visor_copy_fragsinfo_from_skb()
/linux-4.4.14/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.4.14/fs/f2fs/
Dsuper.c616 block_t total_count, user_block_count, start_count, ovp_count; in f2fs_statfs() local
618 total_count = le64_to_cpu(sbi->raw_super->block_count); in f2fs_statfs()
625 buf->f_blocks = total_count - start_count; in f2fs_statfs()
Ddebug.c49 si->total_count = (int)sbi->user_block_count / sbi->blocks_per_seg; in update_general_status()
Df2fs.h1883 int total_count, utilization; member
/linux-4.4.14/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.4.14/drivers/md/
Ddm-thin-metadata.c1547 unsigned count, total_count = 0; in __remove_range() local
1589 total_count += count; in __remove_range()
1592 td->mapped_blocks -= total_count; in __remove_range()
/linux-4.4.14/drivers/tty/
Dsynclink_gt.c4848 unsigned int total_count = 0; in tbuf_bytes() local
4868 total_count += count; in tbuf_bytes()
4869 else if (!total_count) in tbuf_bytes()
4880 total_count += active_buf_count; in tbuf_bytes()
4883 total_count += (reg_value >> 8) & 0xff; in tbuf_bytes()
4887 total_count++; in tbuf_bytes()
4889 return total_count; in tbuf_bytes()
/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_pm.c5659 u64 total_count, diff, ret; in __i915_chipset_val() local
5680 total_count = count1 + count2 + count3; in __i915_chipset_val()
5683 if (total_count < dev_priv->ips.last_count1) { in __i915_chipset_val()
5685 diff += total_count; in __i915_chipset_val()
5687 diff = total_count - dev_priv->ips.last_count1; in __i915_chipset_val()
5703 dev_priv->ips.last_count1 = total_count; in __i915_chipset_val()