Searched refs:fInterval (Results 1 - 11 of 11) sorted by path

/haiku/headers/private/kernel/
H A DUserTimer.h64 bigtime_t fInterval; member in struct:BKernel::UserTimer
/haiku/src/bin/debug/profile/
H A DProfileResult.cpp58 fInterval(1)
79 fInterval = interval;
H A DProfileResult.h94 bigtime_t fInterval; member in class:ProfileResult
H A DBasicProfileResult.cpp179 fInterval);
182 totalTicks, totalTicks * fInterval);
187 fUnkownTicks, fUnkownTicks * fInterval,
191 fDroppedTicks, fDroppedTicks * fInterval,
232 " %s\n", hitSymbol.hits, hitSymbol.hits * fInterval,
H A DCallgrindProfileResult.cpp193 fTotalTicks * fInterval);
213 fTotalTicks, fTotalTicks * fInterval);
232 function.hits * fInterval);
240 calledFunction->hits, calledFunction->hits * fInterval);
262 fTotalTicks, fTotalTicks * fInterval);
/haiku/src/system/kernel/
H A DUserTimer.cpp120 fInterval(0),
240 if (fInterval < kMinPeriodicTimerInterval) {
241 bigtime_t skip = (kMinPeriodicTimerInterval + fInterval - 1) / fInterval;
242 fNextTime += skip * fInterval;
252 fNextTime += fInterval;
266 if (fNextTime + fInterval > now)
271 bigtime_t skip = (now - fNextTime) / fInterval;
272 fNextTime += skip * fInterval;
309 _oldInterval = fInterval;
473 ScheduleKernelTimer(system_time(), fInterval > 0); local
[all...]
/haiku/src/add-ons/kernel/bus_managers/usb/
H A DPipe.cpp41 fInterval = interval;
H A Dusb_private.h341 uint8 Interval() const { return fInterval; }
382 uint8 fInterval; member in class:Pipe
/haiku/src/apps/activitymonitor/
H A DDataSource.cpp52 fInterval(1000000LL),
62 fInterval(1000000LL),
72 fInterval = other.fInterval;
114 return fInterval;
129 fInterval = interval;
H A DDataSource.h63 bigtime_t fInterval; member in class:DataSource
/haiku/src/system/kernel/debug/
H A Dsystem_profiler.cpp182 bigtime_t fInterval; member in class:SystemProfiler
259 fInterval(parameters.interval),
1392 cpuData.timerEnd = system_time() + fInterval;
1394 add_timer(&cpuData.timer, &_ProfilingEvent, fInterval,

Completed in 124 milliseconds