Home
last modified time | relevance | path

Searched refs:last_index (Results 1 – 7 of 7) sorted by relevance

/drivers/staging/speakup/
Dspeakup_soft.c264 static int last_index; variable
277 last_index = supplied_index; in softsynth_write()
298 rv = last_index; in get_index()
299 last_index = 0; in get_index()
/drivers/cpufreq/
Dcpufreq_stats.c37 unsigned int last_index; member
88 stat->time_in_state[stat->last_index] += in cpufreq_stats_update()
91 all_stat->time_in_state[stat->last_index] += in cpufreq_stats_update()
150 curr = powerstats->curr[stats->last_index]; in acct_update_power()
432 stat->last_index = freq_table_get_index(stat, policy->cur); in cpufreq_stats_create_table()
650 old_index = stat->last_index; in cpufreq_stat_notifier_trans()
663 stat->last_index = new_index; in cpufreq_stat_notifier_trans()
/drivers/char/
Dmspec.c163 int index, last_index; in mspec_close() local
171 last_index = (vdata->vm_end - vdata->vm_start) >> PAGE_SHIFT; in mspec_close()
172 for (index = 0; index < last_index; index++) { in mspec_close()
/drivers/scsi/lpfc/
Dlpfc_debugfs.c2398 uint32_t last_index, index, count; in lpfc_idiag_queacc_read() local
2434 last_index = idiag.offset.last_rd; in lpfc_idiag_queacc_read()
2435 index = last_index; in lpfc_idiag_queacc_read()
Dlpfc_hbadisc.c2051 uint16_t last_index; in lpfc_sli4_fcf_pri_list_add() local
2074 last_index = find_first_bit(phba->fcf.fcf_rr_bmask, in lpfc_sli4_fcf_pri_list_add()
2076 if (last_index >= LPFC_SLI4_FCF_TBL_INDX_MAX) { in lpfc_sli4_fcf_pri_list_add()
2080 current_fcf_pri = phba->fcf.fcf_pri[last_index].fcf_rec.priority; in lpfc_sli4_fcf_pri_list_add()
Dlpfc_sli.c15526 uint16_t last_index; in lpfc_check_next_fcf_pri_level() local
15531 last_index = find_first_bit(phba->fcf.fcf_rr_bmask, in lpfc_check_next_fcf_pri_level()
15534 "3060 Last IDX %d\n", last_index); in lpfc_check_next_fcf_pri_level()
15542 "3061 Last IDX %d\n", last_index); in lpfc_check_next_fcf_pri_level()
/drivers/net/ethernet/emulex/benet/
Dbe_main.c1737 struct be_tx_obj *txo, u16 last_index) in be_tx_compl_process() argument
1762 } while (cur_index != last_index); in be_tx_compl_process()