Searched refs:child_item (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/tools/perf/scripts/python/ |
D | call-graph-from-sql.py | 90 child_item = TreeItem(self.db, self.child_count, self) 91 self.child_items.append(child_item) 93 child_item.setUpLevel1(query.value(0), query.value(1)) 106 child_item = TreeItem(self.db, self.child_count, self) 107 self.child_items.append(child_item) 109 child_item.setUpLevel2(comm_id, query.value(0), query.value(1), query.value(2)) 138 child_item = TreeItem(self.db, self.child_count, self) 139 child_item.comm_id = self.comm_id 140 child_item.thread_id = self.thread_id 141 child_item.call_path_id = call_path_id [all …]
|
/Linux-v4.19/fs/ceph/ |
D | snap.c | 121 INIT_LIST_HEAD(&realm->child_item); in ceph_create_snap_realm() 180 list_del_init(&realm->child_item); in __destroy_snap_realm() 280 list_del_init(&realm->child_item); in adjust_snap_realm_parent() 285 list_add(&realm->child_item, &parent->children); in adjust_snap_realm_parent() 409 list_for_each_entry(child, &realm->children, child_item) in rebuild_snap_realms()
|
D | super.h | 775 struct list_head child_item; member
|