Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/llite/
Dlloop.c401 unsigned long total_count = 0; in loop_thread() local
445 total_count += count; in loop_thread()
446 if (total_count < count) { /* overflow */ in loop_thread()
447 total_count = count; in loop_thread()
454 total_count, times, total_count / times); in loop_thread()
/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()
/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()
/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()
/drivers/gpu/drm/i915/
Dintel_pm.c4593 u64 total_count, diff, ret; in __i915_chipset_val() local
4614 total_count = count1 + count2 + count3; in __i915_chipset_val()
4617 if (total_count < dev_priv->ips.last_count1) { in __i915_chipset_val()
4619 diff += total_count; in __i915_chipset_val()
4621 diff = total_count - dev_priv->ips.last_count1; in __i915_chipset_val()
4637 dev_priv->ips.last_count1 = total_count; in __i915_chipset_val()