Home
last modified time | relevance | path

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

/linux-6.12.1/net/sched/
Dsch_htb.c1539 bool last_child, bool destroying, in htb_destroy_class_offload() argument
1572 .command = !last_child ? TC_HTB_LEAF_DEL : in htb_destroy_class_offload()
1587 if (last_child) in htb_destroy_class_offload()
1644 bool last_child; in htb_destroy() local
1658 last_child = htb_parent_last_child(cl); in htb_destroy()
1659 htb_destroy_class_offload(sch, cl, last_child, in htb_destroy()
1665 if (last_child) in htb_destroy()
1696 int last_child = 0; in htb_delete() local
1709 last_child = 1; in htb_delete()
1712 err = htb_destroy_class_offload(sch, cl, last_child, false, in htb_delete()
[all …]
/linux-6.12.1/tools/perf/scripts/python/
Dexported-sql-viewer.py1151 last_child = None
1157 last_child = child
1163 if not last_child:
1171 self.view.setCurrentIndex(last_child)
1172 parent = last_child