Home
last modified time | relevance | path

Searched refs:last_child (Results 1 – 2 of 2) sorted by relevance

/linux/net/sched/
H A Dsch_htb.c1542 bool last_child, bool destroying, in htb_destroy_class_offload() argument
1575 .command = !last_child ? TC_HTB_LEAF_DEL : in htb_destroy_class_offload()
1590 if (last_child) in htb_destroy_class_offload()
1647 bool last_child; in htb_destroy() local
1661 last_child = htb_parent_last_child(cl); in htb_destroy()
1662 htb_destroy_class_offload(sch, cl, last_child, in htb_destroy()
1668 if (last_child) in htb_destroy()
1699 int last_child = 0; in htb_delete() local
1712 last_child = 1; in htb_delete()
1715 err = htb_destroy_class_offload(sch, cl, last_child, false, in htb_delete()
[all …]
/linux/tools/perf/scripts/python/
H A Dexported-sql-viewer.py1154 last_child = None
1160 last_child = child
1166 if not last_child:
1174 self.view.setCurrentIndex(last_child)
1175 parent = last_child