Searched refs:total_count (Results 1 – 7 of 7) sorted by relevance
/linux-3.4.99/fs/xfs/ |
D | xfs_trans_dquot.c | 608 xfs_qcnt_t total_count; in xfs_trans_dqresv() local 651 total_count = *resbcountp + nblks; in xfs_trans_dqresv() 652 if (hardlimit && total_count > hardlimit) { in xfs_trans_dqresv() 656 if (softlimit && total_count > softlimit) { in xfs_trans_dqresv() 668 total_count = be64_to_cpu(dqp->q_core.d_icount) + ninos; in xfs_trans_dqresv() 679 if (hardlimit && total_count > hardlimit) { in xfs_trans_dqresv() 683 if (softlimit && total_count > softlimit) { in xfs_trans_dqresv()
|
/linux-3.4.99/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-3.4.99/net/batman-adv/ |
D | bat_iv_ogm.c | 723 uint8_t total_count; in bat_iv_ogm_calc_tq() local 768 total_count = (orig_eq_count > neigh_rq_count ? in bat_iv_ogm_calc_tq() 773 if ((total_count < TQ_LOCAL_BIDRECT_SEND_MINIMUM) || in bat_iv_ogm_calc_tq() 780 tq_own = (TQ_MAX_VALUE * total_count) / neigh_rq_count; in bat_iv_ogm_calc_tq() 801 orig_node->orig, orig_neigh_node->orig, total_count, in bat_iv_ogm_calc_tq()
|
/linux-3.4.99/drivers/gpu/drm/i915/ |
D | i915_dma.c | 1491 u64 total_count, diff, ret; in i915_chipset_val() local 1510 total_count = count1 + count2 + count3; in i915_chipset_val() 1513 if (total_count < dev_priv->last_count1) { in i915_chipset_val() 1515 diff += total_count; in i915_chipset_val() 1517 diff = total_count - dev_priv->last_count1; in i915_chipset_val() 1533 dev_priv->last_count1 = total_count; in i915_chipset_val()
|
/linux-3.4.99/drivers/net/ethernet/pasemi/ |
D | pasemi_mac.c | 871 unsigned int total_count; in pasemi_mac_clean_tx() local 878 total_count = 0; in pasemi_mac_clean_tx() 946 total_count += descr_count; in pasemi_mac_clean_tx() 952 return total_count; in pasemi_mac_clean_tx()
|
/linux-3.4.99/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-3.4.99/drivers/tty/ |
D | synclink_gt.c | 4843 unsigned int total_count = 0; in tbuf_bytes() local 4863 total_count += count; in tbuf_bytes() 4864 else if (!total_count) in tbuf_bytes() 4875 total_count += active_buf_count; in tbuf_bytes() 4878 total_count += (reg_value >> 8) & 0xff; in tbuf_bytes() 4882 total_count++; in tbuf_bytes() 4884 return total_count; in tbuf_bytes()
|