Searched refs:t_kb (Results 1 – 2 of 2) sorted by relevance
1184 ios->mwrite_kb += t_kb(t); in __account_m()1188 ios->mread_kb += t_kb(t); in __account_m()1210 ios->qwrite_kb_pc += t_kb(t); in __account_pc_queue()1214 ios->qread_kb += t_kb(t); in __account_pc_queue()1262 ios->iwrite_kb_pc -= t_kb(t); in __account_pc_requeue()1266 ios->iread_kb_pc -= t_kb(t); in __account_pc_requeue()1308 ios->qwrite_kb += t_kb(t); in __account_queue()1312 ios->qread_kb += t_kb(t); in __account_queue()1405 ios->iwrite_kb -= t_kb(t); in __account_requeue()1409 ios->iread_kb -= t_kb(t); in __account_requeue()
26 #define t_kb(t) ((t)->bytes >> 10) macro