Searched refs:total_count (Results 1 – 14 of 14) sorted by relevance
/drivers/devfreq/event/ |
D | exynos-ppmu.c | 186 unsigned int total_count, load_count; in exynos_ppmu_get_event() local 205 ret = regmap_read(info->regmap, PPMU_CCNT, &total_count); in exynos_ppmu_get_event() 208 edata->total_count = total_count; in exynos_ppmu_get_event() 246 edata->load_count, edata->total_count); in exynos_ppmu_get_event() 419 unsigned int total_count, count; in exynos_ppmu_v2_get_event() local 433 ret = regmap_read(info->regmap, PPMU_V2_CCNT, &total_count); in exynos_ppmu_v2_get_event() 436 edata->total_count = total_count; in exynos_ppmu_v2_get_event() 473 edata->load_count, edata->total_count); in exynos_ppmu_v2_get_event()
|
D | exynos-nocp.c | 171 edata->total_count = ((counter[3] << 16) | counter[2]); in exynos_nocp_get_event() 174 edata->load_count, edata->total_count); in exynos_nocp_get_event()
|
D | rockchip-dfi.c | 175 edata->total_count = info->ch_usage[busier_ch].total; in rockchip_dfi_get_event()
|
/drivers/devfreq/ |
D | exynos-bus.c | 72 unsigned long load_count = 0, total_count = 0; in exynos_bus_get_event() local 85 total_count = event_data.total_count; in exynos_bus_get_event() 90 edata->total_count = total_count; in exynos_bus_get_event() 173 stat->total_time = edata.total_count; in exynos_bus_get_dev_status()
|
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()
|
D | rk3399_dmc.c | 181 stat->total_time = edata.total_count; in rk3399_dmcfreq_get_dev_status()
|
/drivers/staging/unisys/visornic/ |
D | visornic_main.c | 250 unsigned int total_count; in visor_copy_fragsinfo_from_skb() local 257 total_count = numfrags + (firstfraglen / PI_PAGE_SIZE); in visor_copy_fragsinfo_from_skb() 259 total_count++; in visor_copy_fragsinfo_from_skb() 261 if (total_count > frags_max) { in visor_copy_fragsinfo_from_skb()
|
/drivers/net/ethernet/pasemi/ |
D | pasemi_mac.c | 832 unsigned int total_count; in pasemi_mac_clean_tx() local 839 total_count = 0; in pasemi_mac_clean_tx() 907 total_count += descr_count; in pasemi_mac_clean_tx() 913 return total_count; in pasemi_mac_clean_tx()
|
/drivers/infiniband/hw/hfi1/ |
D | verbs.c | 160 atomic_t total_count; member 276 atomic_sub(weight, &wss.total_count); in wss_advance_clean_counter() 290 atomic_inc(&wss.total_count); in wss_insert() 300 return atomic_read(&wss.total_count) >= wss.threshold; in wss_exceeds_threshold()
|
D | sdma.c | 2491 u32 submit_count = 0, flush_count = 0, total_count; in sdma_send_txlist() local 2515 total_count = submit_count + flush_count; in sdma_send_txlist() 2517 iowait_sdma_add(wait, total_count); in sdma_send_txlist() 2523 *count_out = total_count; in sdma_send_txlist()
|
/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()
|
/drivers/md/ |
D | dm-thin-metadata.c | 1609 unsigned count, total_count = 0; in __remove_range() local 1651 total_count += count; in __remove_range() 1654 td->mapped_blocks -= total_count; in __remove_range()
|
/drivers/tty/ |
D | synclink_gt.c | 4827 unsigned int total_count = 0; in tbuf_bytes() local 4847 total_count += count; in tbuf_bytes() 4848 else if (!total_count) in tbuf_bytes() 4859 total_count += active_buf_count; in tbuf_bytes() 4862 total_count += (reg_value >> 8) & 0xff; in tbuf_bytes() 4866 total_count++; in tbuf_bytes() 4868 return total_count; in tbuf_bytes()
|
/drivers/gpu/drm/i915/ |
D | intel_pm.c | 7342 u64 total_count, diff, ret; in __i915_chipset_val() local 7363 total_count = count1 + count2 + count3; in __i915_chipset_val() 7366 if (total_count < dev_priv->ips.last_count1) { in __i915_chipset_val() 7368 diff += total_count; in __i915_chipset_val() 7370 diff = total_count - dev_priv->ips.last_count1; in __i915_chipset_val() 7386 dev_priv->ips.last_count1 = total_count; in __i915_chipset_val()
|