Searched refs:child_count (Results 1 – 9 of 9) sorted by relevance
| /linux/include/trace/events/ |
| H A D | rpm.h | 32 __field( int , child_count ) 44 __entry->child_count = atomic_read( 45 &dev->power.child_count); 56 __entry->child_count
|
| /linux/scripts/kconfig/ |
| H A D | mconf.c | 288 static int child_count; variable 482 child_count++; in build_conf() 498 child_count++; in build_conf() 506 child_count++; in build_conf() 522 child_count++; in build_conf() 543 child_count++; in build_conf() 773 if (!child_count) in conf()
|
| H A D | nconf.c | 268 static int child_count; variable 783 child_count++; in build_conf() 800 child_count++; in build_conf() 809 child_count++; in build_conf() 825 child_count++; in build_conf() 846 child_count++; in build_conf() 1074 if (!child_count) in selected_conf()
|
| /linux/tools/perf/scripts/python/ |
| H A D | exported-sql-viewer.py | 262 if row + 10 >= self.root.child_count: 287 self.child_count = 0 298 return self.child_count 318 if row + 10 >= self.child_count: 493 self.child_count = 0 512 if not self.child_count: 514 return self.child_count 519 return self.child_count > 0 564 …child_item = CallGraphLevelThreeItem(self.glb, self.params, self.child_count, self.comm_id, self.t… 566 self.child_count += 1 [all …]
|
| /linux/drivers/clk/tegra/ |
| H A D | clk-tegra124-emc.c | 447 int child_count = of_get_child_count(node); in load_timings_from_dt() local 451 size = (tegra->num_timings + child_count) * sizeof(struct emc_timing); in load_timings_from_dt() 458 tegra->num_timings += child_count; in load_timings_from_dt() 472 sort(timings_ptr, child_count, sizeof(struct emc_timing), in load_timings_from_dt()
|
| /linux/drivers/perf/ |
| H A D | arm-cmn.c | 2500 u16 child_count, child_poff; in arm_cmn_discover() local 2570 child_count = FIELD_GET(CMN_CI_CHILD_COUNT, reg); in arm_cmn_discover() 2573 cmn->num_xps = child_count; in arm_cmn_discover() 2660 child_count = FIELD_GET(CMN_CI_CHILD_COUNT, reg); in arm_cmn_discover() 2663 for (j = 0; j < child_count; j++) { in arm_cmn_discover()
|
| /linux/drivers/base/power/ |
| H A D | sysfs.c | 565 0 : atomic_read(&dev->power.child_count)); in runtime_active_kids_show()
|
| /linux/include/linux/ |
| H A D | perf_event.h | 814 atomic64_t child_count; member
|
| /linux/kernel/events/ |
| H A D | core.c | 4867 return local64_read(&event->count) + atomic64_read(&event->child_count); in perf_event_count() 14559 atomic64_add(child_val, &parent_event->child_count); in sync_child_event()
|