Home
last modified time | relevance | path

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

/linux-4.1.27/fs/affs/
Dfile.c174 u32 lc_idx, lc_off, ac_idx; in affs_get_extblock_slow() local
234 ac_idx = (ext - lc_idx - 1) & AFFS_AC_MASK; in affs_get_extblock_slow()
235 if (AFFS_I(inode)->i_ac[ac_idx].ext == ext) { in affs_get_extblock_slow()
236 ext_key = AFFS_I(inode)->i_ac[ac_idx].key; in affs_get_extblock_slow()
242 idx = ac_idx; in affs_get_extblock_slow()
268 AFFS_I(inode)->i_ac[ac_idx].ext = ext; in affs_get_extblock_slow()
269 AFFS_I(inode)->i_ac[ac_idx].key = ext_key; in affs_get_extblock_slow()
/linux-4.1.27/drivers/net/wireless/mwifiex/
Dwmm.c236 u8 ac_idx; in mwifiex_wmm_setup_queue_priorities() local
256 ac_idx = wmm_aci_to_qidx_map[(aci_aifsn & MWIFIEX_ACI) >> 5]; in mwifiex_wmm_setup_queue_priorities()
257 priv->wmm.queue_priority[ac_idx] = ac_idx; in mwifiex_wmm_setup_queue_priorities()
258 tmp[ac_idx] = avg_back_off; in mwifiex_wmm_setup_queue_priorities()