Lines Matching refs:HTB_DBG

106 #define HTB_DBG(S,L,FMT,ARG...) if (HTB_DBG_COND(S,L)) \  macro
123 #define HTB_DBG(S,L,FMT,ARG...) macro
399 HTB_DBG(7,3,"htb_add_id_tree cl=%X prio=%d\n",cl->classid,prio); in htb_add_to_id_tree()
432 HTB_DBG(7,3,"htb_add_wt cl=%X key=%lu\n",cl->classid,cl->pq_key); in htb_add_to_wait_tree()
492 HTB_DBG(7,2,"htb_addrow cl=%X mask=%X rmask=%X\n", in htb_add_class_to_row()
523 HTB_DBG(7,2,"htb_delrow cl=%X mask=%X rmask=%X maskdel=%X\n", in htb_remove_class_from_row()
539 HTB_DBG(7,2,"htb_act_prios cl=%X mask=%lX cmode=%d\n",cl->classid,mask,cl->cmode); in htb_activate_prios()
555 HTB_DBG(7,3,"htb_act_pr_aft p=%X pact=%X mask=%lX pmode=%d\n", in htb_activate_prios()
576 HTB_DBG(7,2,"htb_deact_prios cl=%X mask=%lX cmode=%d\n",cl->classid,mask,cl->cmode); in htb_deactivate_prios()
598 HTB_DBG(7,3,"htb_deact_pr_aft p=%X pact=%X mask=%lX pmode=%d\n", in htb_deactivate_prios()
658 HTB_DBG(7,1,"htb_chging_clmode %d->%d cl=%X\n",cl->cmode,new_mode,cl->classid); in htb_change_class_mode()
733 HTB_DBG(1,1,"htb_enq_ok cl=%X skb=%p\n",(cl && cl != HTB_DIRECT)?cl->classid:0,skb); in htb_enqueue()
763 HTB_DBG(1,1,"htb_req_ok cl=%X skb=%p\n",(cl && cl != HTB_DIRECT)?cl->classid:0,skb); in htb_requeue()
785 HTB_DBG(10,1,"htb_rttmr j=%ld\n",jiffies); in htb_rate_timer()
795 HTB_DBG(10,2,"htb_rttmr_cl cl=%X sbyte=%lu spkt=%lu\n", in htb_rate_timer()
820 HTB_DBG(5,1,"htb_chrg_cl cl=%X lev=%d len=%d\n",cl->classid,level,bytes); in htb_charge_class()
851HTB_DBG(5,2,"htb_chrg_clp cl=%X diff=%ld tok=%ld ctok=%ld\n",cl->classid,diff,cl->tokens,cl->ctoke… in htb_charge_class()
886 HTB_DBG(8,1,"htb_do_events l=%d root=%p rmask=%X\n", in htb_do_events()
897 HTB_DBG(8,3,"htb_do_ev_ret delay=%ld\n",cl->pq_key - q->jiffies); in htb_do_events()
963 HTB_DBG(4,2,"htb_lleaf ptr=%p pid=%X\n",*sp->pptr,*sp->pid); in htb_lookup_leaf()
1011 HTB_DBG(4,1,"htb_deq_tr prio=%d lev=%d cl=%X defic=%d\n", in htb_dequeue_tree()
1048 HTB_DBG(4,2,"htb_next_cl oldptr=%p quant_add=%d\n", in htb_dequeue_tree()
1075 HTB_DBG(3,1,"htb_deq t_delay=%ld\n",delay); in htb_delay_by()
1089 HTB_DBG(3,1,"htb_deq dircnt=%d qlen=%d\n",skb_queue_len(&q->direct_queue), in htb_dequeue()
1144 HTB_DBG(3,1,"htb_deq_end %s j=%lu skb=%p\n",sch->dev->name,q->jiffies,skb); in htb_dequeue()
1178 HTB_DBG(0,1,"htb_reset sch=%p, handle=%X\n",sch,sch->handle); in htb_reset()
1235 HTB_DBG(0,1,"htb_init sch=%p handle=%X r2q=%d\n",sch,sch->handle,gopt->rate2quantum); in htb_init()
1273 HTB_DBG(0,1,"htb_dump sch=%p, handle=%X\n",sch,sch->handle); in htb_dump()
1309 HTB_DBG(0,1,"htb_dump_class handle=%X clid=%X\n",sch->handle,cl->classid); in htb_dump_class()
1384 HTB_DBG(0,1,"htb_get clid=%X q=%p cl=%p ref=%d\n",classid,q,cl,cl?cl->refcnt:0); in htb_get()
1403 HTB_DBG(0,1,"htb_destrycls clid=%X ref=%d\n", cl?cl->classid:0,cl?cl->refcnt:0); in htb_destroy_class()
1438 HTB_DBG(0,1,"htb_destroy q=%p\n",q); in htb_destroy()
1462 HTB_DBG(0,1,"htb_delete q=%p cl=%X ref=%d\n",q,cl?cl->classid:0,cl?cl->refcnt:0); in htb_delete()
1490 HTB_DBG(0,1,"htb_put q=%p cl=%X ref=%d\n",q,cl?cl->classid:0,cl?cl->refcnt:0); in htb_put()
1516HTB_DBG(0,1,"htb_chg cl=%p(%X), clid=%X, parid=%X, opt/prio=%d, rate=%u, buff=%d, quant=%d\n", cl,… in htb_change_class()
1629HTB_DBG(0,2,"htb_tcf q=%p clid=%X fref=%d fl=%p\n",q,cl?cl->classid:0,cl?cl->filter_cnt:q->filter_… in htb_find_tcf()
1638 HTB_DBG(0,2,"htb_bind q=%p clid=%X cl=%p fref=%d\n",q,classid,cl,cl?cl->filter_cnt:q->filter_cnt); in htb_bind_filter()
1659 HTB_DBG(0,2,"htb_unbind q=%p cl=%p fref=%d\n",q,cl,cl?cl->filter_cnt:q->filter_cnt); in htb_unbind_filter()