Lines Matching refs:prof
259 (done_stamp.tv_sec - ch->prof.send_stamp.tv_sec) * 1000000 + in chx_txdone()
260 (done_stamp.tv_nsec - ch->prof.send_stamp.tv_nsec) / 1000; in chx_txdone()
261 if (duration > ch->prof.tx_time) in chx_txdone()
262 ch->prof.tx_time = duration; in chx_txdone()
291 if (ch->prof.maxmulti < (ch->collect_len + 2)) in chx_txdone()
292 ch->prof.maxmulti = ch->collect_len + 2; in chx_txdone()
293 if (ch->prof.maxcqueue < skb_queue_len(&ch->collect_queue)) in chx_txdone()
294 ch->prof.maxcqueue = skb_queue_len(&ch->collect_queue); in chx_txdone()
310 ch->prof.send_stamp = current_kernel_time(); /* xtime */ in chx_txdone()
313 ch->prof.doios_multi++; in chx_txdone()
1238 (done_stamp.tv_sec - ch->prof.send_stamp.tv_sec) * 1000000 + in ctcmpc_chx_txdone()
1239 (done_stamp.tv_nsec - ch->prof.send_stamp.tv_nsec) / 1000; in ctcmpc_chx_txdone()
1240 if (duration > ch->prof.tx_time) in ctcmpc_chx_txdone()
1241 ch->prof.tx_time = duration; in ctcmpc_chx_txdone()
1273 if (ch->prof.maxmulti < (ch->collect_len + TH_HEADER_LENGTH)) in ctcmpc_chx_txdone()
1274 ch->prof.maxmulti = ch->collect_len + TH_HEADER_LENGTH; in ctcmpc_chx_txdone()
1275 if (ch->prof.maxcqueue < skb_queue_len(&ch->collect_queue)) in ctcmpc_chx_txdone()
1276 ch->prof.maxcqueue = skb_queue_len(&ch->collect_queue); in ctcmpc_chx_txdone()
1364 ch->prof.send_stamp = current_kernel_time(); /* xtime */ in ctcmpc_chx_txdone()
1369 ch->prof.doios_multi++; in ctcmpc_chx_txdone()
1830 wch->prof.send_stamp = current_kernel_time(); /* xtime */ in ctcmpc_chx_send_sweep()