Searched refs:fCPU (Results 1 - 7 of 7) sorted by path

/haiku/src/apps/pulse/
H A DCPUButton.h44 int32 fCPU; member in class:CPUButton
H A DCPUButton.cpp70 fCPU = atoi(Label()) - 1;
240 if (!LastEnabledCPU(fCPU)) {
241 _kern_set_cpu_enabled(fCPU, Value());
285 if (_kern_cpu_enabled(fCPU) != Value() && !IsTracking())
/haiku/src/system/kernel/scheduler/
H A Dscheduler_tracing.h86 fCPU(previous->cpu->cpu_num),
115 int32 fCPU; member in class:SchedulerTracing::ScheduleThread
H A Dscheduler_tracing.cpp60 fCPU, fPreviousID);
/haiku/src/apps/activitymonitor/
H A DDataSource.cpp822 fCPU = other.fCPU;
862 int64 value = info.CPUCurrentFrequency(fCPU);
902 return fCPU;
923 fCPU = cpu;
970 fCPU = other.fCPU;
1010 bigtime_t active = info.CPUActiveTime(fCPU);
1057 return fCPU;
1078 fCPU
[all...]
H A DDataSource.h236 int32 fCPU; member in class:CPUUsageDataSource
292 int32 fCPU; member in class:CPUFrequencyDataSource
/haiku/src/tests/system/kernel/scheduler/
H A Dmain.cpp55 cpu_ent* GetCPU() { return &fCPU; }
56 int32 Index() { return fCPU.cpu_num; }
69 struct cpu_ent fCPU; member in class:CPU
147 memset(&fCPU, 0, sizeof(struct cpu_ent));
148 fCPU.cpu_num = num;
151 fIdleThread.GetThread()->cpu = &fCPU;
178 printf("CPU %d has started.\n", fCPU.cpu_num);
196 fCPU.cpu_num, info.user_time, fRescheduleCount);

Completed in 122 milliseconds