Home
last modified time | relevance | path

Searched refs:intrframe (Results 1 – 23 of 23) sorted by relevance

/dragonfly/sys/platform/vkernel64/include/
H A Dmd_var.h112 void go_user (struct intrframe *frame);
124 void kqueue_intr(struct intrframe *);
125 void vktimer_intr(struct intrframe *);
130 struct kqueue_info *kqueue_add(int, void (*)(void *, struct intrframe *), void *);
/dragonfly/sys/platform/vkernel64/platform/
H A Dkqueue.c56 void (*func)(void *, struct intrframe *);
106 kqueue_add(int fd, void (*func)(void *, struct intrframe *), void *data) in kqueue_add() argument
127 kqueue_add_timer(void (*func)(void *, struct intrframe *), void *data)
178 kqueue_intr(struct intrframe *frame) in kqueue_intr()
H A Dconsole.c66 static void vcons_hardintr(void *tpx, struct intrframe *frame __unused);
205 vcons_hardintr(void *tpx, struct intrframe *frame __unused) in vcons_hardintr()
H A Dsystimer.c312 vktimer_intr(struct intrframe *frame) in vktimer_intr()
/dragonfly/sys/sys/
H A Dsystimer.h49 struct intrframe;
54 typedef void (*systimer_func_t)(struct systimer *, int, struct intrframe *);
82 void systimer_intr(sysclock_t *, int, struct intrframe *);
H A Dthread.h82 struct intrframe;
185 typedef void (*ipifunc3_t)(void *arg, int arg2, struct intrframe *frame);
524 void lwkt_process_ipiq_frame(struct intrframe *);
H A Dinterrupt.h101 struct intrframe;
H A Dsystm.h139 struct intrframe;
/dragonfly/sys/kern/
H A Dkern_clock.c110 static void do_pctrack(struct intrframe *frame, int which);
290 static void hardclock(systimer_t info, int, struct intrframe *frame);
291 static void statclock(systimer_t info, int, struct intrframe *frame);
292 static void schedclock(systimer_t info, int, struct intrframe *frame);
552 hardclock(systimer_t info, int in_ipi, struct intrframe *frame) in hardclock()
890 statclock(systimer_t info, int in_ipi, struct intrframe *frame) in statclock()
1066 do_pctrack(struct intrframe *frame, int which) in do_pctrack()
1115 schedclock(systimer_t info, int in_ipi __unused, struct intrframe *frame) in schedclock()
H A Dkern_cputimer.c48 extern void pcpu_timer_process_frame(struct intrframe *);
601 pcpu_timer_process_oncpu(struct globaldata *gd, struct intrframe *frame) in pcpu_timer_process_oncpu()
621 pcpu_timer_process_frame(struct intrframe *frame) in pcpu_timer_process_frame()
H A Dkern_intr.c130 static void emergency_intr_timer_callback(systimer_t, int, struct intrframe *);
674 struct intrframe *frame __unused) in ithread_livelock_wakeup()
708 int ithread_fast_handler(struct intrframe *frame);
711 ithread_fast_handler(struct intrframe *frame) in ithread_fast_handler()
1074 struct intrframe *frame __unused) in emergency_intr_timer_callback()
H A Dlwkt_ipiq.c117 struct intrframe *frame, int limit);
597 lwkt_process_ipiq_frame(struct intrframe *frame) in lwkt_process_ipiq_frame()
705 struct intrframe *frame, int limit) in lwkt_process_ipiq_core()
H A Dkern_systimer.c69 systimer_intr(sysclock_t *timep, int in_ipi, struct intrframe *frame) in systimer_intr()
H A Dlwkt_thread.c104 static void lwkt_schedule_remote(void *arg, int arg2, struct intrframe *frame);
1336 lwkt_schedule_remote(void *arg, int arg2, struct intrframe *frame) in lwkt_schedule_remote()
H A Dkern_nrandom.c909 rand_thread_wakeup(struct systimer *timer, int in_ipi, struct intrframe *frame) in rand_thread_wakeup()
H A Dkern_event.c116 struct intrframe *frame);
2104 precise_sleep_intr(systimer_t info, int in_ipi, struct intrframe *frame) in precise_sleep_intr()
H A Dkern_time.c459 struct intrframe *frame __unused) in ns1_systimer()
/dragonfly/sys/cpu/x86_64/include/
H A Dframe.h88 struct intrframe { struct
/dragonfly/sys/net/
H A Dif_poll.c243 static void poll_comm_systimer0(systimer_t, int, struct intrframe *);
244 static void poll_comm_systimer(systimer_t, int, struct intrframe *);
1381 struct intrframe *frame __unused) in poll_comm_systimer0()
1401 struct intrframe *frame __unused) in poll_comm_systimer()
/dragonfly/sys/net/dummynet/
H A Dip_dummynet.c201 static void dummynet_clock(systimer_t, int, struct intrframe *);
1925 struct intrframe *frame __unused) in dummynet_clock()
/dragonfly/sys/net/dummynet3/
H A Dip_dummynet3.c220 static void dummynet_clock(systimer_t, int, struct intrframe *);
1904 struct intrframe *frame __unused) in dummynet_clock()
/dragonfly/sys/platform/vkernel64/x86_64/
H A Dtrap.c1352 go_user(struct intrframe *frame) in go_user()
/dragonfly/sys/platform/pc64/x86_64/
H A Dmachdep.c145 extern void pcpu_timer_always(struct intrframe *);
3616 pcpu_timer_always(struct intrframe *frame) in pcpu_timer_always()