Searched refs:last_child (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/net/sched/ |
H A D | sch_htb.c | 1548 bool last_child, bool destroying, in htb_destroy_class_offload() 1581 .command = !last_child ? TC_HTB_LEAF_DEL : in htb_destroy_class_offload() 1596 if (last_child) in htb_destroy_class_offload() 1653 bool last_child; in htb_destroy() local 1667 last_child = htb_parent_last_child(cl); in htb_destroy() 1668 htb_destroy_class_offload(sch, cl, last_child, in htb_destroy() 1674 if (last_child) in htb_destroy() 1705 int last_child = 0; in htb_delete() local 1718 last_child = 1; in htb_delete() 1721 err = htb_destroy_class_offload(sch, cl, last_child, fals in htb_delete() 1547 htb_destroy_class_offload(struct Qdisc *sch, struct htb_class *cl, bool last_child, bool destroying, struct netlink_ext_ack *extack) htb_destroy_class_offload() argument [all...] |
/kernel/linux/linux-5.10/net/sched/ |
H A D | sch_htb.c | 1255 int last_child = 0; in htb_delete() local 1268 last_child = 1; in htb_delete() 1288 if (last_child) in htb_delete()
|
/kernel/linux/linux-5.10/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 1150 last_child = None 1156 last_child = child 1162 if not last_child: 1170 self.view.setCurrentIndex(last_child) 1171 parent = last_child
|
/kernel/linux/linux-6.6/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 1151 last_child = None 1157 last_child = child 1163 if not last_child: 1171 self.view.setCurrentIndex(last_child) 1172 parent = last_child
|
Completed in 17 milliseconds