Home
last modified time | relevance | path

Searched refs:clockintr (Results 1 – 25 of 26) sorted by relevance

12

/openbsd/sys/sys/
H A Dclockintr.h60 struct clockintr { struct
62 TAILQ_ENTRY(clockintr) cl_alink; /* [m] cq_all glue */ argument
63 TAILQ_ENTRY(clockintr) cl_plink; /* [m] cq_pend glue */
103 TAILQ_HEAD(, clockintr) cq_pend;/* [m] pending clockintr list */
104 struct clockintr *cq_running; /* [m] running clockintr */
105 struct clockintr cq_hardclock; /* [o] hardclock handle */
130 uint64_t clockintr_advance(struct clockintr *, uint64_t);
131 void clockintr_bind(struct clockintr *, struct cpu_info *,
133 void clockintr_cancel(struct clockintr *);
134 void clockintr_schedule(struct clockintr *, uint64_t);
[all …]
H A Dsched.h118 struct clockintr spc_itimer; /* [o] itimer_update handle */
119 struct clockintr spc_profclock; /* [o] profclock handle */
120 struct clockintr spc_roundrobin;/* [o] roundrobin handle */
121 struct clockintr spc_statclock; /* [o] statclock handle */
/openbsd/sys/kern/
H A Dkern_clockintr.c34 void clockintr_cancel_locked(struct clockintr *);
36 void clockintr_schedule_locked(struct clockintr *, uint64_t);
160 struct clockintr *cl; in clockintr_dispatch()
272 clockintr_advance(struct clockintr *cl, uint64_t period) in clockintr_advance()
318 clockintr_cancel(struct clockintr *cl) in clockintr_cancel()
328 clockintr_cancel_locked(struct clockintr *cl) in clockintr_cancel_locked()
350 clockintr_bind(struct clockintr *cl, struct cpu_info *ci, in clockintr_bind()
367 clockintr_unbind(struct clockintr *cl, uint32_t flags) in clockintr_unbind()
391 clockintr_schedule(struct clockintr *cl, uint64_t expiration) in clockintr_schedule()
492 struct clockintr *elm; in clockqueue_pend_insert()
[all …]
/openbsd/sys/arch/luna88k/luna88k/
H A Dclockvar.h48 int clockintr(void *);
H A Dclock.c164 clockintr(void *eframe) in clockintr() function
H A Dmachdep.c131 extern int clockintr(void *); /* in clock.c */
855 clockintr((void *)eframe); in luna88k_ext_int()
/openbsd/sys/arch/amd64/isa/
H A Dclock.c129 int clockintr(void *);
172 clockintr(void *frame) in clockintr() function
298 clockintr, 0, "clock"); in i8254_start_both_clocks()
/openbsd/sys/arch/sparc64/include/
H A Dcpu.h173 struct clockintr ci_gmonclock;
322 int clockintr(void *);/* level 10 (clock) interrupt code */
/openbsd/sys/arch/alpha/include/
H A Dcpuconf.h68 int (*clockintr)(void *); member
H A Dcpu.h217 struct clockintr ci_gmonclock;
/openbsd/sys/arch/i386/isa/
H A Dclock.c108 int clockintr(void *);
199 clockintr(void *frame) in clockintr() function
440 clockintr, 0, "clock"); in i8254_start_both_clocks()
/openbsd/sys/arch/alpha/alpha/
H A Dinterrupt.c229 if (platform.clockintr) in interrupt()
230 (*platform.clockintr)(framep); in interrupt()
H A Dclock.c213 platform.clockintr = clockintr_dispatch; in cpu_startclock()
/openbsd/share/man/man9/
H A DMakefile12 clockintr.9 clockintr_bind.9 \
/openbsd/sys/arch/sh/include/
H A Dcpu.h71 struct clockintr ci_gmonclock;
/openbsd/sys/arch/arm/include/
H A Dcpu.h201 struct clockintr ci_gmonclock;
/openbsd/sys/arch/riscv64/include/
H A Dcpu.h130 struct clockintr ci_gmonclock;
/openbsd/sys/arch/hppa/include/
H A Dcpu.h116 struct clockintr ci_gmonclock;
/openbsd/sys/arch/m88k/include/
H A Dcpu.h183 struct clockintr ci_gmonclock;
/openbsd/sys/arch/arm64/include/
H A Dcpu.h184 struct clockintr ci_gmonclock;
/openbsd/sys/dev/dt/
H A Ddtvar.h174 struct clockintr dp_clockintr; /* [D] profiling handle */
/openbsd/sys/arch/i386/include/
H A Dcpu.h174 struct clockintr ci_gmonclock;
/openbsd/sys/arch/amd64/include/
H A Dcpu.h229 struct clockintr ci_gmonclock;
/openbsd/sys/arch/powerpc/include/
H A Dcpu.h92 struct clockintr ci_gmonclock;
/openbsd/sys/arch/mips64/include/
H A Dcpu.h206 struct clockintr ci_gmonclock;

12