Home
last modified time | relevance | path

Searched refs:ac_idx (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/fs/affs/
Dfile.c200 u32 lc_idx, lc_off, ac_idx; in affs_get_extblock_slow() local
262 ac_idx = (ext - lc_idx - 1) & AFFS_AC_MASK; in affs_get_extblock_slow()
263 if (AFFS_I(inode)->i_ac[ac_idx].ext == ext) { in affs_get_extblock_slow()
264 ext_key = AFFS_I(inode)->i_ac[ac_idx].key; in affs_get_extblock_slow()
270 idx = ac_idx; in affs_get_extblock_slow()
296 AFFS_I(inode)->i_ac[ac_idx].ext = ext; in affs_get_extblock_slow()
297 AFFS_I(inode)->i_ac[ac_idx].key = ext_key; in affs_get_extblock_slow()
/linux-3.4.99/drivers/net/wireless/mwifiex/
Dwmm.c205 u8 ac_idx; in mwifiex_wmm_setup_queue_priorities() local
225 ac_idx = wmm_aci_to_qidx_map[(aci_aifsn & MWIFIEX_ACI) >> 5]; in mwifiex_wmm_setup_queue_priorities()
226 priv->wmm.queue_priority[ac_idx] = ac_idx; in mwifiex_wmm_setup_queue_priorities()
227 tmp[ac_idx] = avg_back_off; in mwifiex_wmm_setup_queue_priorities()