Home
last modified time | relevance | path

Searched refs:sch_tree_unlock (Results 1 – 22 of 22) sorted by relevance

/linux-4.1.27/net/sched/
Dsch_drr.c102 sch_tree_unlock(sch); in drr_change_class()
132 sch_tree_unlock(sch); in drr_change_class()
166 sch_tree_unlock(sch); in drr_delete_class()
233 sch_tree_unlock(sch); in drr_graft_class()
Dsch_prio.c198 sch_tree_unlock(sch); in prio_tune()
217 sch_tree_unlock(sch); in prio_tune()
276 sch_tree_unlock(sch); in prio_graft()
Dsch_multiq.c226 sch_tree_unlock(sch); in multiq_tune()
245 sch_tree_unlock(sch); in multiq_tune()
311 sch_tree_unlock(sch); in multiq_graft()
Dsch_red.c232 sch_tree_unlock(sch); in red_change()
321 sch_tree_unlock(sch); in red_graft()
Dsch_qfq.c498 sch_tree_unlock(sch); in qfq_change_class()
506 sch_tree_unlock(sch); in qfq_change_class()
519 sch_tree_unlock(sch); in qfq_change_class()
559 sch_tree_unlock(sch); in qfq_delete_class()
626 sch_tree_unlock(sch); in qfq_graft_class()
Dsch_tbf.c422 sch_tree_unlock(sch); in tbf_change()
510 sch_tree_unlock(sch); in tbf_graft()
Dsch_fq.c638 sch_tree_unlock(sch); in fq_resize()
727 sch_tree_unlock(sch); in fq_change()
741 sch_tree_unlock(sch); in fq_change()
Dsch_codel.c157 sch_tree_unlock(sch); in codel_change()
Dsch_hfsc.c1041 sch_tree_unlock(sch); in hfsc_change_class()
1104 sch_tree_unlock(sch); in hfsc_change_class()
1147 sch_tree_unlock(sch); in hfsc_delete_class()
1222 sch_tree_unlock(sch); in hfsc_graft_class()
1482 sch_tree_unlock(sch); in hfsc_change_qdisc()
Dsch_gred.c359 sch_tree_unlock(sch); in gred_change_table_def()
483 sch_tree_unlock(sch); in gred_change()
Dsch_sfb.c544 sch_tree_unlock(sch); in sfb_change()
622 sch_tree_unlock(sch); in sfb_graft()
Dsch_cbq.c1632 sch_tree_unlock(sch); in cbq_graft()
1804 sch_tree_unlock(sch); in cbq_change_class()
1901 sch_tree_unlock(sch); in cbq_change_class()
1948 sch_tree_unlock(sch); in cbq_delete()
Dsch_dsmark.c75 sch_tree_unlock(sch); in dsmark_graft()
Dsch_htb.c1175 sch_tree_unlock(sch); in htb_graft()
1323 sch_tree_unlock(sch); in htb_delete()
1516 sch_tree_unlock(sch); in htb_change_class()
Dsch_pie.c240 sch_tree_unlock(sch); in pie_change()
Dsch_choke.c489 sch_tree_unlock(sch); in choke_change()
Dsch_fq_codel.c356 sch_tree_unlock(sch); in fq_codel_change()
Dsch_hhf.c595 sch_tree_unlock(sch); in hhf_change()
Dsch_sfq.c701 sch_tree_unlock(sch); in sfq_change()
Dsch_netem.c1047 sch_tree_unlock(sch); in netem_graft()
Dsch_api.c681 sch_tree_unlock(sch); in qdisc_class_hash_grow()
/linux-4.1.27/include/net/
Dsch_generic.h334 static inline void sch_tree_unlock(const struct Qdisc *q) in sch_tree_unlock() function
340 #define tcf_tree_unlock(tp) sch_tree_unlock((tp)->q)