Searched refs:periodic (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_perf_types.h250 * @periodic: Whether periodic sampling is currently enabled.
252 bool periodic; member in struct:i915_perf_stream
369 * @oa_enable: Enable periodic sampling
374 * @oa_disable: Disable periodic sampling
H A Di915_perf.c140 * them. For Mesa it's also convenient to be forwarded raw, periodic reports
281 * non-periodic reports (such as on context switch) or the OA unit may be
282 * enabled without any periodic sampling.
371 * @oa_periodic: Whether to enable periodic OA unit sampling
864 * switches since it's not-uncommon for periodic samples to
1120 /* The report-ID field for periodic samples includes
1279 /* We would wait indefinitely if periodic sampling is not enabled */
1280 if (!stream->periodic)
1551 * already seen since they can't be cleared while periodic
2198 (stream->periodic
2576 bool periodic = stream->periodic; local
2660 bool periodic = stream->periodic; local
[all...]
/netbsd-current/sys/arch/i386/stand/efiboot/
H A Deficons.c997 EFI_EVENT timer, periodic; local
1006 timer, &periodic);
1012 status = uefi_call_wrapper(BS->SetTimer, 3, periodic, TimerPeriodic,
1015 uefi_call_wrapper(BS->CloseEvent, 1, periodic);
1020 uefi_call_wrapper(BS->SetTimer, 3, periodic, TimerCancel, 0);
1021 uefi_call_wrapper(BS->CloseEvent, 1, periodic);
/netbsd-current/sys/external/bsd/dwc2/dist/
H A Ddwc2_core.h102 * @interval - Interval for periodic endpoints
105 * @periodic: Set if this is a periodic ep, such as Interrupt
109 * @fifo_size: The size of the FIFO (for periodic IN endpoints)
110 * @fifo_load: The amount of data loaded into the FIFO (periodic IN)
112 * @size_loaded: The last loaded size for DxEPTSIZE for periodic IN
119 * For periodic IN endpoints, we have fifo_size and fifo_load to try
120 * and keep track of the amount of data in the periodic FIFO for each
123 * as in shared-fifo mode periodic in acts like a single-frame packet
146 unsigned int periodic member in struct:dwc2_hsotg_ep
[all...]
/netbsd-current/external/mpl/bind/dist/fuzz/isc_lex_getmastertoken.in/
H A Dnamed.conf558 * maintenance periodic maintenance
/netbsd-current/external/mpl/bind/dist/fuzz/isc_lex_gettoken.in/
H A Dnamed.conf558 * maintenance periodic maintenance
/netbsd-current/usr.sbin/postinstall/
H A Dpostinstall.in1898 # periodic
1901 additem periodic "/etc/{daily,weekly,monthly,security} being up to date"
/netbsd-current/sys/dev/pci/
H A Dif_iwnreg.h1123 uint8_t periodic; member in struct:iwn_spectrum_cmd

Completed in 210 milliseconds