/linux-4.4.14/drivers/md/persistent-data/ |
D | dm-bitset.c | 74 r = dm_array_set_value(&info->array_info, root, info->current_index, in dm_bitset_flush() 98 info->current_index = array_index; in read_bits() 111 if (info->current_index == array_index) in get_array_entry()
|
D | dm-bitset.h | 70 uint32_t current_index; member
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | btc_dpm.c | 2740 u32 current_index = in btc_dpm_debugfs_print_current_performance_level() local 2744 if (current_index > 2) { in btc_dpm_debugfs_print_current_performance_level() 2745 seq_printf(m, "invalid dpm profile %d\n", current_index); in btc_dpm_debugfs_print_current_performance_level() 2747 if (current_index == 0) in btc_dpm_debugfs_print_current_performance_level() 2749 else if (current_index == 1) in btc_dpm_debugfs_print_current_performance_level() 2755 current_index, pl->sclk, pl->mclk, pl->vddc, pl->vddci); in btc_dpm_debugfs_print_current_performance_level() 2765 u32 current_index = in btc_dpm_get_current_sclk() local 2769 if (current_index > 2) { in btc_dpm_get_current_sclk() 2772 if (current_index == 0) in btc_dpm_get_current_sclk() 2774 else if (current_index == 1) in btc_dpm_get_current_sclk() [all …]
|
D | sumo_dpm.c | 1051 u32 current_index = 0; in sumo_patch_thermal_state() local 1054 current_vddc = current_ps->levels[current_index].vddc_index; in sumo_patch_thermal_state() 1055 current_sclk = current_ps->levels[current_index].sclk; in sumo_patch_thermal_state() 1819 u32 current_index = in sumo_dpm_debugfs_print_current_performance_level() local 1823 if (current_index == BOOST_DPM_LEVEL) { in sumo_dpm_debugfs_print_current_performance_level() 1827 current_index, pl->sclk, in sumo_dpm_debugfs_print_current_performance_level() 1829 } else if (current_index >= ps->num_levels) { in sumo_dpm_debugfs_print_current_performance_level() 1830 seq_printf(m, "invalid dpm profile %d\n", current_index); in sumo_dpm_debugfs_print_current_performance_level() 1832 pl = &ps->levels[current_index]; in sumo_dpm_debugfs_print_current_performance_level() 1835 current_index, pl->sclk, in sumo_dpm_debugfs_print_current_performance_level() [all …]
|
D | rv6xx_dpm.c | 2034 u32 current_index = in rv6xx_dpm_debugfs_print_current_performance_level() local 2038 if (current_index > 2) { in rv6xx_dpm_debugfs_print_current_performance_level() 2039 seq_printf(m, "invalid dpm profile %d\n", current_index); in rv6xx_dpm_debugfs_print_current_performance_level() 2041 if (current_index == 0) in rv6xx_dpm_debugfs_print_current_performance_level() 2043 else if (current_index == 1) in rv6xx_dpm_debugfs_print_current_performance_level() 2049 current_index, pl->sclk, pl->mclk, pl->vddc); in rv6xx_dpm_debugfs_print_current_performance_level() 2059 u32 current_index = in rv6xx_dpm_get_current_sclk() local 2063 if (current_index > 2) { in rv6xx_dpm_get_current_sclk() 2066 if (current_index == 0) in rv6xx_dpm_get_current_sclk() 2068 else if (current_index == 1) in rv6xx_dpm_get_current_sclk() [all …]
|
D | rv770_dpm.c | 2471 u32 current_index = in rv770_dpm_debugfs_print_current_performance_level() local 2475 if (current_index > 2) { in rv770_dpm_debugfs_print_current_performance_level() 2476 seq_printf(m, "invalid dpm profile %d\n", current_index); in rv770_dpm_debugfs_print_current_performance_level() 2478 if (current_index == 0) in rv770_dpm_debugfs_print_current_performance_level() 2480 else if (current_index == 1) in rv770_dpm_debugfs_print_current_performance_level() 2487 current_index, pl->sclk, pl->mclk, pl->vddc, pl->vddci); in rv770_dpm_debugfs_print_current_performance_level() 2490 current_index, pl->sclk, pl->mclk, pl->vddc); in rv770_dpm_debugfs_print_current_performance_level() 2500 u32 current_index = in rv770_dpm_get_current_sclk() local 2504 if (current_index > 2) { in rv770_dpm_get_current_sclk() 2507 if (current_index == 0) in rv770_dpm_get_current_sclk() [all …]
|
D | trinity_dpm.c | 1405 u32 current_index = 0; in trinity_patch_thermal_state() local 1408 current_vddc = current_ps->levels[current_index].vddc_index; in trinity_patch_thermal_state() 1409 current_sclk = current_ps->levels[current_index].sclk; in trinity_patch_thermal_state() 2034 u32 current_index = in trinity_dpm_debugfs_print_current_performance_level() local 2038 if (current_index >= ps->num_levels) { in trinity_dpm_debugfs_print_current_performance_level() 2039 seq_printf(m, "invalid dpm profile %d\n", current_index); in trinity_dpm_debugfs_print_current_performance_level() 2041 pl = &ps->levels[current_index]; in trinity_dpm_debugfs_print_current_performance_level() 2044 current_index, pl->sclk, in trinity_dpm_debugfs_print_current_performance_level() 2055 u32 current_index = in trinity_dpm_get_current_sclk() local 2059 if (current_index >= ps->num_levels) { in trinity_dpm_get_current_sclk() [all …]
|
D | kv_dpm.c | 2803 u32 current_index = in kv_dpm_debugfs_print_current_performance_level() local 2809 if (current_index >= SMU__NUM_SCLK_DPM_STATE) { in kv_dpm_debugfs_print_current_performance_level() 2810 seq_printf(m, "invalid dpm profile %d\n", current_index); in kv_dpm_debugfs_print_current_performance_level() 2812 sclk = be32_to_cpu(pi->graphics_level[current_index].SclkFrequency); in kv_dpm_debugfs_print_current_performance_level() 2819 current_index, sclk, vddc); in kv_dpm_debugfs_print_current_performance_level() 2826 u32 current_index = in kv_dpm_get_current_sclk() local 2831 if (current_index >= SMU__NUM_SCLK_DPM_STATE) { in kv_dpm_get_current_sclk() 2834 sclk = be32_to_cpu(pi->graphics_level[current_index].SclkFrequency); in kv_dpm_get_current_sclk()
|
D | ni_dpm.c | 4308 u32 current_index = in ni_dpm_debugfs_print_current_performance_level() local 4312 if (current_index >= ps->performance_level_count) { in ni_dpm_debugfs_print_current_performance_level() 4313 seq_printf(m, "invalid dpm profile %d\n", current_index); in ni_dpm_debugfs_print_current_performance_level() 4315 pl = &ps->performance_levels[current_index]; in ni_dpm_debugfs_print_current_performance_level() 4318 current_index, pl->sclk, pl->mclk, pl->vddc, pl->vddci); in ni_dpm_debugfs_print_current_performance_level() 4328 u32 current_index = in ni_dpm_get_current_sclk() local 4332 if (current_index >= ps->performance_level_count) { in ni_dpm_get_current_sclk() 4335 pl = &ps->performance_levels[current_index]; in ni_dpm_get_current_sclk() 4346 u32 current_index = in ni_dpm_get_current_mclk() local 4350 if (current_index >= ps->performance_level_count) { in ni_dpm_get_current_mclk() [all …]
|
D | si_dpm.c | 7095 u32 current_index = in si_dpm_debugfs_print_current_performance_level() local 7099 if (current_index >= ps->performance_level_count) { in si_dpm_debugfs_print_current_performance_level() 7100 seq_printf(m, "invalid dpm profile %d\n", current_index); in si_dpm_debugfs_print_current_performance_level() 7102 pl = &ps->performance_levels[current_index]; in si_dpm_debugfs_print_current_performance_level() 7105 current_index, pl->sclk, pl->mclk, pl->vddc, pl->vddci, pl->pcie_gen + 1); in si_dpm_debugfs_print_current_performance_level() 7115 u32 current_index = in si_dpm_get_current_sclk() local 7119 if (current_index >= ps->performance_level_count) { in si_dpm_get_current_sclk() 7122 pl = &ps->performance_levels[current_index]; in si_dpm_get_current_sclk() 7133 u32 current_index = in si_dpm_get_current_mclk() local 7137 if (current_index >= ps->performance_level_count) { in si_dpm_get_current_mclk() [all …]
|
/linux-4.4.14/net/sunrpc/ |
D | cache.c | 337 static int current_index; variable 400 current_index >= current_detail->hash_size) { in cache_clean() 412 current_index = current_detail->hash_size; in cache_clean() 414 current_index = 0; in cache_clean() 421 current_index < current_detail->hash_size && in cache_clean() 422 hlist_empty(¤t_detail->hash_table[current_index])) in cache_clean() 423 current_index++; in cache_clean() 427 if (current_detail && current_index < current_detail->hash_size) { in cache_clean() 437 head = ¤t_detail->hash_table[current_index]; in cache_clean() 453 current_index ++; in cache_clean()
|
/linux-4.4.14/scripts/kconfig/ |
D | nconf.c | 1072 int current_index = 0; in conf() local 1089 current_index, &last_top_row); in conf() 1101 if (do_match(res, &match_state, ¤t_index) == 0) { in conf() 1102 if (current_index != -1) in conf() 1103 center_item(current_index, in conf() 1149 current_index = curses_item_index(); in conf()
|
/linux-4.4.14/fs/nfs/ |
D | dir.c | 162 loff_t current_index; member 264 loff_t diff = desc->ctx->pos - desc->current_index; in nfs_readdir_search_for_pos() 305 new_pos = desc->current_index + i; in nfs_readdir_search_for_cookie() 359 desc->current_index += array->size; in nfs_readdir_search_array() 746 desc->current_index = 0; in readdir_search_pagecache()
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | kv_dpm.c | 2890 u32 current_index = in kv_dpm_debugfs_print_current_performance_level() local 2897 if (current_index >= SMU__NUM_SCLK_DPM_STATE) { in kv_dpm_debugfs_print_current_performance_level() 2898 seq_printf(m, "invalid dpm profile %d\n", current_index); in kv_dpm_debugfs_print_current_performance_level() 2900 sclk = be32_to_cpu(pi->graphics_level[current_index].SclkFrequency); in kv_dpm_debugfs_print_current_performance_level() 2908 current_index, sclk, vddc); in kv_dpm_debugfs_print_current_performance_level()
|
/linux-4.4.14/drivers/net/wireless/prism54/ |
D | isl_ioctl.c | 1071 int current_index; in prism54_set_encode() local 1076 current_index = r.u; in prism54_set_encode() 1099 index = current_index; in prism54_set_encode() 1111 if ((index == current_index) && (key.length > 0)) in prism54_set_encode()
|
/linux-4.4.14/drivers/net/wireless/ |
D | airo.c | 6337 int current_index; in airo_set_encode() local 6344 current_index = get_wep_tx_idx(local); in airo_set_encode() 6345 if (current_index < 0) in airo_set_encode() 6346 current_index = 0; in airo_set_encode() 6350 index = current_index; in airo_set_encode() 6375 if((index == current_index) && (key.len > 0) && in airo_set_encode()
|
D | atmel.c | 1740 int current_index = priv->default_key; in atmel_set_encode() local 1747 index = current_index; in atmel_set_encode() 1769 if (index == current_index && in atmel_set_encode()
|
/linux-4.4.14/drivers/net/wireless/ipw2x00/ |
D | ipw2200.c | 2970 u32 current_index = 0, previous_index; in ipw_fw_dma_wait() local 2975 current_index = ipw_fw_dma_command_block_index(priv); in ipw_fw_dma_wait() 2979 while (current_index < priv->sram_desc.last_cb_index) { in ipw_fw_dma_wait() 2981 previous_index = current_index; in ipw_fw_dma_wait() 2982 current_index = ipw_fw_dma_command_block_index(priv); in ipw_fw_dma_wait() 2984 if (previous_index < current_index) { in ipw_fw_dma_wait()
|