Searched refs:trans_table (Results 1 – 9 of 9) sorted by relevance
24 unsigned int *trans_table; member41 memset(stats->trans_table, 0, count * count * sizeof(int)); in cpufreq_stats_clear_table()117 stats->trans_table[i*stats->max_state+j]); in show_trans_table()130 cpufreq_freq_attr_ro(trans_table);136 &trans_table.attr,199 stats->trans_table = stats->freq_table + count; in cpufreq_stats_create_table()247 stats->trans_table[old_index * stats->max_state + new_index]++; in cpufreq_stats_record_transition()
35 - trans_table50 -r--r--r-- 1 root root 4096 May 14 16:06 trans_table85 - trans_table99 <mysystem>:/sys/devices/system/cpu/cpu0/cpufreq/stats # cat trans_table124 statistics which includes time_in_state, total_trans and trans_table.
755 unsigned int *trans_table; member779 stats->trans_table[stats->state * stats->max_states + new_state]++; in thermal_cooling_device_stats_update()834 memset(stats->trans_table, 0, in reset_store()835 states * states * sizeof(*stats->trans_table)); in reset_store()875 stats->trans_table[i * stats->max_states + j]); in trans_table_show()892 static DEVICE_ATTR_RO(trans_table);920 var += sizeof(*stats->trans_table) * states * states; in cooling_device_stats_setup()927 stats->trans_table = (unsigned int *)(stats->time_in_state + states); in cooling_device_stats_setup()
176 unsigned int *trans_table; member
185 devfreq->trans_table[(prev_lev * in devfreq_update_status()688 devfreq->trans_table = devm_kzalloc(&devfreq->dev, in devfreq_add_device()693 if (!devfreq->trans_table) { in devfreq_add_device()1425 devfreq->trans_table[(i * max_state) + j]); in trans_stat_show()
302 static const int trans_table[] = { in mthca_status_to_errno() local322 if (status >= ARRAY_SIZE(trans_table) || in mthca_status_to_errno()324 && trans_table[status] == 0)) in mthca_status_to_errno()327 return trans_table[status]; in mthca_status_to_errno()
458 static state_fn * const trans_table[IS_COUNT][LT_COUNT] = { variable591 trans_table[ifstate[depth]][lineval](); in process()
141 static const int trans_table[] = { in mlx4_status_to_errno() local162 if (status >= ARRAY_SIZE(trans_table) || in mlx4_status_to_errno()163 (status != CMD_STAT_OK && trans_table[status] == 0)) in mlx4_status_to_errno()166 return trans_table[status]; in mlx4_status_to_errno()
409 |---stats/trans_table: Cooing state transition table668 stats/trans_table: