Searched refs:last_index (Results 1 - 8 of 8) sorted by relevance

/drivers/cpufreq/
H A Dcpufreq_stats.c39 unsigned int last_index; member in struct:cpufreq_stats
63 stat->time_in_state[stat->last_index] +=
253 stat->last_index = freq_table_get_index(stat, policy->cur);
297 old_index = stat->last_index;
310 stat->last_index = new_index;
/drivers/staging/speakup/
H A Dspeakup_soft.c269 static int last_index; variable
282 last_index = supplied_index;
303 rv = last_index;
304 last_index = 0;
/drivers/char/
H A Dmspec.c164 int index, last_index; local
172 last_index = (vdata->vm_end - vdata->vm_start) >> PAGE_SHIFT;
173 for (index = 0; index < last_index; index++) {
/drivers/net/ethernet/mellanox/mlx4/
H A Dmcg.c360 int last_index; local
422 last_index = entry->index;
/drivers/scsi/lpfc/
H A Dlpfc_hbadisc.c2026 uint16_t last_index; local
2049 last_index = find_first_bit(phba->fcf.fcf_rr_bmask,
2051 if (last_index >= LPFC_SLI4_FCF_TBL_INDX_MAX) {
2055 current_fcf_pri = phba->fcf.fcf_pri[last_index].fcf_rec.priority;
H A Dlpfc_debugfs.c2280 uint32_t last_index, index, count; local
2316 last_index = idiag.offset.last_rd;
2317 index = last_index;
H A Dlpfc_sli.c15137 uint16_t last_index; local
15142 last_index = find_first_bit(phba->fcf.fcf_rr_bmask,
15145 "3060 Last IDX %d\n", last_index);
15148 "3061 Last IDX %d\n", last_index);
/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c1468 struct be_tx_obj *txo, u16 last_index)
1493 } while (cur_index != last_index);
1467 be_tx_compl_process(struct be_adapter *adapter, struct be_tx_obj *txo, u16 last_index) argument

Completed in 241 milliseconds