Lines Matching refs:prof
258 duration = done_stamp - ch->prof.send_stamp; in chx_txdone()
259 if (duration > ch->prof.tx_time) in chx_txdone()
260 ch->prof.tx_time = duration; in chx_txdone()
289 if (ch->prof.maxmulti < (ch->collect_len + 2)) in chx_txdone()
290 ch->prof.maxmulti = ch->collect_len + 2; in chx_txdone()
291 if (ch->prof.maxcqueue < skb_queue_len(&ch->collect_queue)) in chx_txdone()
292 ch->prof.maxcqueue = skb_queue_len(&ch->collect_queue); in chx_txdone()
308 ch->prof.send_stamp = jiffies; in chx_txdone()
311 ch->prof.doios_multi++; in chx_txdone()
1235 duration = done_stamp - ch->prof.send_stamp; in ctcmpc_chx_txdone()
1236 if (duration > ch->prof.tx_time) in ctcmpc_chx_txdone()
1237 ch->prof.tx_time = duration; in ctcmpc_chx_txdone()
1269 if (ch->prof.maxmulti < (ch->collect_len + TH_HEADER_LENGTH)) in ctcmpc_chx_txdone()
1270 ch->prof.maxmulti = ch->collect_len + TH_HEADER_LENGTH; in ctcmpc_chx_txdone()
1271 if (ch->prof.maxcqueue < skb_queue_len(&ch->collect_queue)) in ctcmpc_chx_txdone()
1272 ch->prof.maxcqueue = skb_queue_len(&ch->collect_queue); in ctcmpc_chx_txdone()
1360 ch->prof.send_stamp = jiffies; in ctcmpc_chx_txdone()
1365 ch->prof.doios_multi++; in ctcmpc_chx_txdone()
1826 wch->prof.send_stamp = jiffies; in ctcmpc_chx_send_sweep()