Home
last modified time | relevance | path

Searched refs:child_item (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/tools/perf/scripts/python/
Dcall-graph-from-postgresql.py89 child_item = TreeItem(self.db, self.child_count, self)
90 self.child_items.append(child_item)
92 child_item.setUpLevel1(query.value(0), query.value(1))
105 child_item = TreeItem(self.db, self.child_count, self)
106 self.child_items.append(child_item)
108 child_item.setUpLevel2(comm_id, query.value(0), query.value(1), query.value(2))
137 child_item = TreeItem(self.db, self.child_count, self)
138 child_item.comm_id = self.comm_id
139 child_item.thread_id = self.thread_id
140 child_item.call_path_id = call_path_id
[all …]
/linux-4.4.14/fs/ceph/
Dsnap.c120 INIT_LIST_HEAD(&realm->child_item); in ceph_create_snap_realm()
179 list_del_init(&realm->child_item); in __destroy_snap_realm()
279 list_del_init(&realm->child_item); in adjust_snap_realm_parent()
284 list_add(&realm->child_item, &parent->children); in adjust_snap_realm_parent()
406 list_for_each_entry(child, &realm->children, child_item) in rebuild_snap_realms()
646 list_for_each_entry(child, &realm->children, child_item) { in queue_realm_cap_snaps()
Dsuper.h678 struct list_head child_item; member