Searched refs:t_kb (Results 1 – 2 of 2) sorted by relevance
1182 ios->mwrite_kb += t_kb(t); in __account_m()1185 ios->mread_kb += t_kb(t); in __account_m()1206 ios->qwrite_kb_pc += t_kb(t); in __account_pc_queue()1209 ios->qread_kb += t_kb(t); in __account_pc_queue()1254 ios->iwrite_kb_pc -= t_kb(t); in __account_pc_requeue()1257 ios->iread_kb_pc -= t_kb(t); in __account_pc_requeue()1298 ios->qwrite_kb += t_kb(t); in __account_queue()1301 ios->qread_kb += t_kb(t); in __account_queue()1389 ios->iwrite_kb -= t_kb(t); in __account_requeue()1392 ios->iread_kb -= t_kb(t); in __account_requeue()
24 #define t_kb(t) ((t)->bytes >> 10) macro