Searched refs:interval (Results 51 - 75 of 78) sorted by relevance

1234

/haiku/src/apps/activitymonitor/
H A DActivityView.cpp102 interval only, but this way we also save the interpolation.
284 DataHistory::DataHistory(bigtime_t memorize, bigtime_t interval) argument
289 fRefreshInterval(interval),
392 DataHistory::SetRefreshInterval(bigtime_t interval) argument
627 || settings->FindInt64("refresh interval", &fRefreshInterval) != B_OK)
688 status = state.AddInt64("refresh interval", fRefreshInterval);
1136 bigtime_t interval; local
1137 if (message->FindInt64("interval", &interval) != B_OK)
1140 if (interval < 1000
[all...]
H A DDataSource.cpp127 DataSource::SetRefreshInterval(bigtime_t interval) argument
129 fInterval = interval;
H A DDataSource.h36 virtual void SetRefreshInterval(bigtime_t interval);
/haiku/headers/os/kernel/
H A Ddebugger.h403 bigtime_t interval; // sample interval member in struct:__anon56
415 bigtime_t interval; // actual sample interval (might member in struct:__anon57
/haiku/src/system/kernel/debug/
H A Duser_debugger.cpp64 static void schedule_profiling_timer(Thread* thread, bigtime_t interval);
1292 \param interval The time after which the timer should fire.
1295 schedule_profiling_timer(Thread* thread, bigtime_t interval) argument
1299 thread->debug_info.profile.timer_end = system_time() + interval;
1300 add_timer(timer, &profiling_event, interval, B_ONE_SHOT_RELATIVE_TIMER);
1432 schedule_profiling_timer(thread, debugInfo.profile.interval);
1463 schedule_profiling_timer(thread, debugInfo.profile.interval);
2255 bigtime_t interval = max_c(message.start_profiler.interval, local
2311 threadDebugInfo.profile.interval
[all...]
H A Dsystem_profiler.cpp259 fInterval(parameters.interval),
1445 start_system_profiler(size_t areaSize, uint32 stackDepth, bigtime_t interval) argument
1493 sRecordedParameters->interval = interval;
1574 if (parameters.interval < B_DEBUG_MIN_PROFILE_INTERVAL)
1575 parameters.interval = B_DEBUG_MIN_PROFILE_INTERVAL;
/haiku/src/add-ons/kernel/busses/usb/
H A Dehci.cpp709 uint32 interval = EHCI_VFRAMELIST_ENTRIES_COUNT; local
711 while (interval > 1) {
712 for (uint32 insertIndex = interval / 2;
714 insertIndex += interval) {
720 interval /= 2;
2354 uint8 interval = pipe->Interval(); local
2360 // speed interrupt transfers, we simply put them into the 1 or 8 interval
2367 interval = 4;
2369 interval = 1;
2378 if (interval <
[all...]
H A Dohci.h110 ohci_endpoint_descriptor * _FindInterruptEndpoint(uint8 interval);
H A Dxhci.h142 uint16 interval, uint16 maxPacketSize,
H A Dohci.cpp396 // fInterruptEndpoints[i] == interrupt endpoint for interval 2^i
397 uint32 interval = OHCI_BIGGEST_INTERVAL; local
399 while (interval > 1) {
400 uint32 insertIndex = interval / 2;
404 insertIndex += interval;
408 interval /= 2;
1965 OHCI::_FindInterruptEndpoint(uint8 interval) argument
1970 if (power * 2 > interval)
H A Dxhci.cpp2151 bool directionIn, uint16 interval, uint16 maxPacketSize, usb_speed speed,
2172 // Compute and assign interval. (XHCI 1.2 �� 6.2.3.6 p456.)
2183 calcInterval = min_c(max_c(interval, 1), 16) + 2;
2191 // Find the index of the highest set bit in "interval".
2192 uint32 temp = min_c(max_c(interval, 1), 255);
2203 calcInterval = min_c(max_c(interval, 1), 16) - 1;
2150 ConfigureEndpoint(xhci_endpoint* ep, uint8 slot, uint8 number, uint8 type, bool directionIn, uint16 interval, uint16 maxPacketSize, usb_speed speed, uint8 maxBurst, uint16 bytesPerInterval) argument
/haiku/src/bin/debug/profile/
H A Dprofile.cpp78 " -i <interval> - Use a tick interval of <interval> microseconds.\n"
80 " interval might lead to better results, while it might\n"
711 profilerParameters.interval = gOptions.interval;
792 gOptions.interval = profilerParameters.interval;
1041 gOptions.interval = atol(optarg);
/haiku/src/kits/mail/
H A DMailSettings.cpp259 BMailSettings::SetAutoCheckInterval(bigtime_t interval) argument
261 if (fData.ReplaceInt64("AutoCheckInterval", interval) != B_OK)
262 fData.AddInt64("AutoCheckInterval", interval);
/haiku/src/add-ons/kernel/bus_managers/usb/
H A Dusb_private.h325 uint8 interval,
402 uint8 interval,
469 uint8 interval,
H A DDevice.cpp233 endpointDescriptor->interval);
592 endpoint->descr->interval, fHubAddress, fHubPort);
/haiku/headers/os/bluetooth/HCI/
H A DbtHCI_event.h165 uint16 interval; member in struct:hci_ev_mode_change
/haiku/src/kits/device/
H A DUSBEndpoint.cpp123 return fDescriptor.interval;
/haiku/src/bin/network/ping/
H A Dping.c190 static int interval = 1000; /* interval between packets, ms */ variable
392 errx(EX_USAGE, "invalid timing interval: `%s'",
395 interval = (int)t;
396 if (uid && interval < 1000) {
398 err(EX_NOPERM, "-i interval too short");
521 errx(EX_USAGE, "invalid timing interval: `%s'",
922 intvl.tv_sec = interval / 1000;
923 intvl.tv_nsec = interval % 1000 * 1000000;
H A Dping6.c236 static int interval = 1000; /* interval between packets in ms */ variable
325 intvl.tv_sec = interval / 1000;
326 intvl.tv_nsec = interval % 1000 * 1000000;
455 errx(1, "illegal timing interval %s", optarg);
457 errx(1, "%s: only root may use interval < 1s",
464 errx(1, "illegal timing interval %s", optarg);
467 warnx("too small interval, raised to .000001");
564 errx(EX_USAGE, "invalid timing interval: `%s'",
/haiku/src/add-ons/accelerants/intel_extreme/
H A DPorts.cpp46 int interval = 50; local
48 for(i = 0; i <= timeout; i += interval) {
49 spin(interval);
60 int interval = 50; local
62 for(i = 0; i <= timeout; i += interval) {
63 spin(interval);
74 int interval = 50; local
77 for(i = 0; i <= timeout; i += interval) {
78 spin(interval);
/haiku/src/libs/glut/
H A DglutEvent.cpp51 glutTimerFunc(unsigned int interval, GLUTtimerCB timerFunc, int value) argument
71 timer->timeout = system_time() + (interval*1000); // 1000 ticks in a millisecond
/haiku/src/libs/compat/freebsd_network/compat/dev/usb/
H A Dusbdi.h142 usb_timeout_t interval; /* interval in milliseconds */ member in struct:usb_config
/haiku/headers/posix/
H A Dunistd.h427 extern useconds_t ualarm(useconds_t microSeconds, useconds_t interval);
/haiku/headers/private/system/
H A Dsyscalls.h426 bigtime_t startTime, bigtime_t interval, uint32 flags,
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwxreg.h3098 * @interval: interval between repetitions, in TU
3117 uint32_t interval; member in struct:iwx_time_event_cmd
3180 * the duration, the interval and the repetition count.
3203 * @interval: not used
3217 uint32_t interval; member in struct:iwx_session_prot_cmd
4276 * @bi: beacon interval in TU
4299 * @bi: beacon interval in TU
4335 * @bi: beacon interval in TU, applicable only when associated
4337 * @dtim_interval: DTIM interval i
6808 uint16_t interval; member in struct:iwx_scan_umac_schedule
[all...]

Completed in 311 milliseconds

1234