Searched refs:hrtimer (Results 201 - 225 of 289) sorted by relevance

1234567891011>>

/linux-master/net/sched/
H A Dact_gate.c68 static enum hrtimer_restart gate_timer_func(struct hrtimer *timer)
/linux-master/include/linux/sched/
H A Dsignal.h143 struct hrtimer real_timer;
/linux-master/kernel/sched/
H A Dsched.h288 struct hrtimer rt_period_timer;
379 struct hrtimer period_timer;
380 struct hrtimer slack_timer;
1145 struct hrtimer hrtick_timer;
2575 * - hrtimer is actually high res
/linux-master/drivers/ptp/
H A Dptp_qoriq.c11 #include <linux/hrtimer.h>
/linux-master/net/ipv4/
H A Dtcp_timer.c831 static enum hrtimer_restart tcp_compressed_ack_kick(struct hrtimer *timer)
/linux-master/kernel/bpf/
H A Dhelpers.c1096 * bpf_timer_init() allocates 'struct bpf_hrtimer', inits hrtimer, and
1109 struct hrtimer timer;
1139 static enum hrtimer_restart bpf_timer_cb(struct hrtimer *hrtimer) argument
1141 struct bpf_hrtimer *t = container_of(hrtimer, struct bpf_hrtimer, timer);
1253 /* allocate hrtimer via map_kmalloc to use memcg accounting */
/linux-master/arch/x86/kvm/vmx/
H A Dvmx.h213 struct hrtimer preemption_timer;
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vkms.c45 static enum hrtimer_restart amdgpu_vkms_vblank_simulate(struct hrtimer *timer)
111 * To prevent races we roll the hrtimer forward before we do any
/linux-master/kernel/events/
H A Dcore.c1081 static enum hrtimer_restart perf_mux_hrtimer_handler(struct hrtimer *hr)
1088 cpc = container_of(hr, struct perf_cpu_pmu_context, hrtimer);
1103 struct hrtimer *timer = &cpc->hrtimer;
1124 struct hrtimer *timer = &cpc->hrtimer;
9711 * work without user space progress (e.g. hrtimer).
11056 * hrtimer based swevent callback
11059 static enum hrtimer_restart perf_swevent_hrtimer(struct hrtimer *hrtimer) argument
[all...]
/linux-master/drivers/net/ethernet/freescale/
H A Dfec_ptp.c264 static enum hrtimer_restart fec_ptp_pps_perout_handler(struct hrtimer *timer)
/linux-master/drivers/usb/fotg210/
H A Dfotg210-hcd.c23 #include <linux/hrtimer.h>
1007 * Lots of different events are triggered from fotg210->hrtimer. Whenever
1016 * fotg210->next_hrtimer_event. Whenever fotg210->hrtimer gets restarted, its
1027 /* Delay lengths for the hrtimer event types.
1044 /* Enable a pending hrtimer event */
1057 hrtimer_start_range_ns(&fotg210->hrtimer, *timeout,
1313 /* Handler functions for the hrtimer event types.
1330 static enum hrtimer_restart fotg210_hrtimer_func(struct hrtimer *t)
1333 container_of(t, struct fotg210_hcd, hrtimer);
4811 hrtimer_cancel(&fotg210->hrtimer);
[all...]
/linux-master/drivers/base/power/
H A Druntime.c10 #include <linux/hrtimer.h>
989 * @timer: hrtimer used by pm_schedule_suspend().
993 static enum hrtimer_restart pm_suspend_timer_fn(struct hrtimer *timer)
/linux-master/drivers/usb/gadget/function/
H A Df_ncm.c75 struct hrtimer task_timer;
1144 static enum hrtimer_restart ncm_tx_timeout(struct hrtimer *data)
/linux-master/drivers/scsi/lpfc/
H A Dlpfc.h1517 struct hrtimer cmf_timer;
1518 struct hrtimer cmf_stats_timer; /* 1 minute stats timer */
/linux-master/include/linux/
H A Dsched.h651 struct hrtimer dl_timer;
660 struct hrtimer inactive_timer;
/linux-master/drivers/tty/serial/8250/
H A D8250_bcm7271.c214 struct hrtimer hrt;
839 static enum hrtimer_restart brcmuart_hrtimer_func(struct hrtimer *t)
/linux-master/drivers/gpu/drm/i915/
H A Di915_perf.c395 static enum hrtimer_restart oa_poll_check_timer_cb(struct hrtimer *hrtimer);
524 * check hrtimer (atomic ctx) to check the OA buffer tail pointer and check
1222 * for OA metrics. It waits until the hrtimer callback finds a non-empty
1248 * this starts a poll_wait with the wait queue that our hrtimer callback wakes
3082 * when opening the stream. This also starts a hrtimer that will periodically
3148 * circular OA buffer. This also stops the hrtimer that periodically checks for
3502 * effectively ensures we back off until the next hrtimer callback
3515 static enum hrtimer_restart oa_poll_check_timer_cb(struct hrtimer *hrtimer) argument
[all...]
/linux-master/drivers/usb/typec/tcpm/
H A Dtcpm.c11 #include <linux/hrtimer.h>
389 struct hrtimer state_machine_timer;
391 struct hrtimer vdm_state_machine_timer;
393 struct hrtimer enable_frs_timer;
395 struct hrtimer send_discover_timer;
7501 static enum hrtimer_restart state_machine_timer_handler(struct hrtimer *timer)
7510 static enum hrtimer_restart vdm_state_machine_timer_handler(struct hrtimer *timer)
7519 static enum hrtimer_restart enable_frs_timer_handler(struct hrtimer *timer)
7528 static enum hrtimer_restart send_discover_timer_handler(struct hrtimer *timer)
/linux-master/arch/x86/kvm/
H A Dlapic.c25 #include <linux/hrtimer.h>
2800 static enum hrtimer_restart apic_timer_fn(struct hrtimer *data)
3059 struct hrtimer *timer;
/linux-master/drivers/net/usb/
H A Dcdc_ncm.c51 #include <linux/hrtimer.h>
67 static enum hrtimer_restart cdc_ncm_tx_timer_cb(struct hrtimer *hr_timer);
1487 static enum hrtimer_restart cdc_ncm_tx_timer_cb(struct hrtimer *timer)
/linux-master/drivers/usb/gadget/udc/
H A Ddummy_hcd.c33 #include <linux/hrtimer.h>
245 struct hrtimer timer;
1782 static enum hrtimer_restart dummy_timer(struct hrtimer *t)
/linux-master/drivers/virtio/
H A Dvirtio_mem.c18 #include <linux/hrtimer.h>
249 struct hrtimer retry_timer;
2503 static enum hrtimer_restart virtio_mem_timer_expired(struct hrtimer *timer)
/linux-master/kernel/trace/
H A Dtrace_osnoise.c237 struct hrtimer timer;
1725 * timerlat_irq - hrtimer handler for timerlat.
1727 static enum hrtimer_restart timerlat_irq(struct hrtimer *timer)
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h623 struct hrtimer timer;
728 struct hrtimer timer;
/linux-master/drivers/infiniband/hw/hfi1/
H A Dhfi.h698 struct hrtimer hrtimer; member in struct:cca_timer

Completed in 358 milliseconds

1234567891011>>