/linux-4.1.27/fs/xfs/ |
D | xfs_trans_dquot.c | 599 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/ |
D | lloop.c | 400 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/ |
D | multicast.c | 522 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()
|
D | bat_iv_ogm.c | 1136 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/ |
D | kvm-stat.h | 91 u64 total_count; member
|
/linux-4.1.27/include/linux/ |
D | devfreq-event.h | 52 unsigned long total_count; member
|
/linux-4.1.27/sound/oss/ |
D | vidc.c | 305 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/ |
D | devfreq-event.c | 177 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/ |
D | exynos-ppmu.c | 167 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/ |
D | builtin-kvm.c | 503 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/ |
D | super.c | 549 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()
|
D | debug.c | 46 si->total_count = (int)sbi->user_block_count / sbi->blocks_per_seg; in update_general_status()
|
D | f2fs.h | 1660 int total_count, utilization; member
|
/linux-4.1.27/drivers/net/ethernet/pasemi/ |
D | pasemi_mac.c | 870 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/ |
D | vxge-config.c | 52 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/ |
D | synclink_gt.c | 4853 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/ |
D | intel_pm.c | 5172 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()
|