/src/sys/external/bsd/drm2/dist/drm/i915/ |
i915_perf_types.h | 250 * @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
|
i915_perf.c | 140 * 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 ? GEN8_OA_TIMER_ENABLE : 0) 2576 bool periodic = stream->periodic; local in function:gen12_enable_metric_set 2660 bool periodic = stream->periodic; local in function:gen7_oa_enable [all...] |
/src/sys/arch/i386/stand/efiboot/ |
eficons.c | 1015 EFI_EVENT timer, periodic; local in function:efi_com_waitforinputevent 1024 timer, &periodic); 1030 status = uefi_call_wrapper(BS->SetTimer, 3, periodic, TimerPeriodic, 1033 uefi_call_wrapper(BS->CloseEvent, 1, periodic); 1038 uefi_call_wrapper(BS->SetTimer, 3, periodic, TimerCancel, 0); 1039 uefi_call_wrapper(BS->CloseEvent, 1, periodic);
|
/src/sys/external/bsd/dwc2/dist/ |
dwc2_core.h | 102 * @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:1 member in struct:dwc2_hsotg_ep [all...] |
/src/sys/dev/pci/ |
if_iwnreg.h | 1123 uint8_t periodic; member in struct:iwn_spectrum_cmd
|