Searched refs:hrtimer (Results 1 - 25 of 101) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/oprofile/
H A Dtimer_int.c17 #include <linux/hrtimer.h>
23 static DEFINE_PER_CPU(struct hrtimer, oprofile_hrtimer);
26 static enum hrtimer_restart oprofile_hrtimer_notify(struct hrtimer *hrtimer) argument
29 hrtimer_forward_now(hrtimer, ns_to_ktime(TICK_NSEC));
35 struct hrtimer *hrtimer = &__get_cpu_var(oprofile_hrtimer); local
40 hrtimer_init(hrtimer, CLOCK_MONOTONIC, HRTIMER_MODE_REL);
41 hrtimer->function = oprofile_hrtimer_notify;
43 hrtimer_start(hrtimer, ns_to_ktim
58 struct hrtimer *hrtimer = &per_cpu(oprofile_hrtimer, cpu); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/trace/events/
H A Dtimer.h8 #include <linux/hrtimer.h>
125 * hrtimer_init - called when the hrtimer is initialized
126 * @timer: pointer to struct hrtimer
132 TP_PROTO(struct hrtimer *hrtimer, clockid_t clockid,
135 TP_ARGS(hrtimer, clockid, mode),
138 __field( void *, hrtimer )
144 __entry->hrtimer = hrtimer;
149 TP_printk("hrtimer
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dhrtimer.h2 * include/linux/hrtimer.h
65 * and reacquiring the base lock of the hrtimer, another CPU can deliver the
81 * struct hrtimer - the basic hrtimer structure
88 * @_softexpires: the absolute earliest expiry time of the hrtimer.
101 * The hrtimer structure must be initialized by hrtimer_init()
103 struct hrtimer { struct
107 enum hrtimer_restart (*function)(struct hrtimer *);
125 struct hrtimer timer;
138 * @softirq_time: the time when running the hrtimer queu
[all...]
H A Dtick.h31 * @sched_timer: hrtimer to schedule the periodic tick in high
50 struct hrtimer sched_timer;
H A Dinterrupt.h16 #include <linux/hrtimer.h>
561 struct hrtimer timer;
563 enum hrtimer_restart (*function)(struct hrtimer *);
568 enum hrtimer_restart (*function)(struct hrtimer *),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kvm/
H A Dkvm_timer.h3 struct hrtimer timer;
16 enum hrtimer_restart kvm_timer_fn(struct hrtimer *data);
H A Dtimer.c17 #include <linux/hrtimer.h>
48 enum hrtimer_restart kvm_timer_fn(struct hrtimer *data)
H A Dirq.h26 #include <linux/hrtimer.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dhrtimer.c2 * linux/kernel/hrtimer.c
37 #include <linux/hrtimer.h>
122 struct hrtimer_clock_base *lock_hrtimer_base(const struct hrtimer *timer,
161 hrtimer_check_target(struct hrtimer *timer, struct hrtimer_clock_base *new_base)
180 switch_hrtimer_base(struct hrtimer *timer, struct hrtimer_clock_base *base,
225 lock_hrtimer_base(const struct hrtimer *timer, unsigned long *flags)
343 struct hrtimer *timer = addr;
382 struct hrtimer *timer = addr;
395 .name = "hrtimer",
401 static inline void debug_hrtimer_init(struct hrtimer *time
[all...]
H A Dwatchdog.c35 static DEFINE_PER_CPU(struct hrtimer, watchdog_hrtimer);
108 * the divide by 5 is to give hrtimer 5 chances to
258 static enum hrtimer_restart watchdog_timer_fn(struct hrtimer *hrtimer) argument
271 hrtimer_forward_now(hrtimer, ns_to_ktime(get_sample_period()));
324 struct hrtimer *hrtimer = &__raw_get_cpu_var(watchdog_hrtimer); local
333 hrtimer_start(hrtimer, ns_to_ktime(get_sample_period()),
414 struct hrtimer *hrtimer local
450 struct hrtimer *hrtimer = &per_cpu(watchdog_hrtimer, cpu); local
[all...]
H A Ditimer.c14 #include <linux/hrtimer.h>
27 static struct timeval itimer_get_remtime(struct hrtimer *timer)
121 enum hrtimer_restart it_real_fn(struct hrtimer *timer)
194 struct hrtimer *timer;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A DMakefile20 snd-hrtimer-objs := hrtimer.o
27 obj-$(CONFIG_SND_HRTIMER) += snd-hrtimer.o
H A Dhrtimer.c2 * ALSA timer back-end using hrtimer
25 #include <linux/hrtimer.h>
30 MODULE_DESCRIPTION("ALSA hrtimer backend");
40 struct hrtimer hrt;
44 static enum hrtimer_restart snd_hrtimer_callback(struct hrtimer *hrt)
130 "snd-hrtimer: Invalid resolution %u.%09u",
137 err = snd_timer_global_new("hrtimer", SNDRV_TIMER_GLOBAL_HRTIMER,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/pcsp/
H A Dpcsp.h12 #include <linux/hrtimer.h>
62 struct hrtimer timer;
82 extern enum hrtimer_restart pcsp_do_timer(struct hrtimer *handle);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Dsh_dac_audio.c22 #include <linux/hrtimer.h>
41 static struct hrtimer hrtimer; variable in typeref:struct:hrtimer
46 hrtimer_start(&hrtimer, wakeups_per_second, HRTIMER_MODE_REL);
51 hrtimer_cancel(&hrtimer);
262 static enum hrtimer_restart sh_dac_audio_timer(struct hrtimer *handle)
275 hrtimer_start(&hrtimer, wakeups_per_second, HRTIMER_MODE_REL);
308 hrtimer_init(&hrtimer, CLOCK_MONOTONIC, HRTIMER_MODE_REL);
309 hrtimer.function = sh_dac_audio_timer;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/sh/
H A Dsh_dac_audio.c25 #include <linux/hrtimer.h>
56 struct hrtimer hrtimer; member in struct:snd_sh_dac
70 hrtimer_start(&chip->hrtimer, chip->wakeups_per_second,
76 hrtimer_cancel(&chip->hrtimer);
314 static enum hrtimer_restart sh_dac_audio_timer(struct hrtimer *handle)
317 hrtimer);
341 hrtimer_start(&chip->hrtimer, chip->wakeups_per_second,
367 hrtimer_init(&chip->hrtimer, CLOCK_MONOTONIC, HRTIMER_MODE_REL);
368 chip->hrtimer
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/oprofile/cell/
H A Dspu_profiler.c15 #include <linux/hrtimer.h>
137 static enum hrtimer_restart profile_spus(struct hrtimer *timer)
194 static struct hrtimer timer;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kvm/
H A Dkvm-s390.h18 #include <linux/hrtimer.h>
51 enum hrtimer_restart kvm_s390_idle_wakeup(struct hrtimer *timer);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/msm/
H A Dmsm_fb.h50 #include <linux/hrtimer.h>
105 struct hrtimer dma_hrtimer;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/time/
H A Dtimer_list.c50 print_timer(struct seq_file *m, struct hrtimer *taddr, struct hrtimer *timer,
80 struct hrtimer *timer, tmp;
101 timer = rb_entry(curr, struct hrtimer, node);
H A Dntp.c11 #include <linux/hrtimer.h>
31 static struct hrtimer leap_timer;
187 static enum hrtimer_restart ntp_leap_second(struct hrtimer *timer)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dtimerfd.c21 #include <linux/hrtimer.h>
27 struct hrtimer tmr;
40 static enum hrtimer_restart timerfd_tmrproc(struct hrtimer *htmr)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/dream/
H A Dgpio_input.c19 #include <linux/hrtimer.h>
43 struct hrtimer timer;
50 static enum hrtimer_restart gpio_event_input_timer_func(struct hrtimer *timer)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/joystick/
H A Dwalkera0701.c34 #include <linux/hrtimer.h>
58 struct hrtimer timer;
175 static enum hrtimer_restart timer_handler(struct hrtimer
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/can/
H A Dbcm.c46 #include <linux/hrtimer.h>
102 struct hrtimer timer, thrtimer;
392 static enum hrtimer_restart bcm_tx_timeout_handler(struct hrtimer *hrtimer) argument
394 struct bcm_op *op = container_of(hrtimer, struct bcm_op, timer);
543 static enum hrtimer_restart bcm_rx_timeout_handler(struct hrtimer *hrtimer) argument
545 struct bcm_op *op = container_of(hrtimer, struct bcm_op, timer);
612 static enum hrtimer_restart bcm_rx_thr_handler(struct hrtimer *hrtimer) argument
[all...]

Completed in 459 milliseconds

12345