/openbsd/sys/sys/ |
H A D | clockintr.h | 60 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 D | sched.h | 118 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 D | kern_clockintr.c | 34 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 D | clockvar.h | 48 int clockintr(void *);
|
H A D | clock.c | 164 clockintr(void *eframe) in clockintr() function
|
H A D | machdep.c | 131 extern int clockintr(void *); /* in clock.c */ 855 clockintr((void *)eframe); in luna88k_ext_int()
|
/openbsd/sys/arch/amd64/isa/ |
H A D | clock.c | 129 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 D | cpu.h | 173 struct clockintr ci_gmonclock; 322 int clockintr(void *);/* level 10 (clock) interrupt code */
|
/openbsd/sys/arch/alpha/include/ |
H A D | cpuconf.h | 68 int (*clockintr)(void *); member
|
H A D | cpu.h | 217 struct clockintr ci_gmonclock;
|
/openbsd/sys/arch/i386/isa/ |
H A D | clock.c | 108 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 D | interrupt.c | 229 if (platform.clockintr) in interrupt() 230 (*platform.clockintr)(framep); in interrupt()
|
H A D | clock.c | 213 platform.clockintr = clockintr_dispatch; in cpu_startclock()
|
/openbsd/share/man/man9/ |
H A D | Makefile | 12 clockintr.9 clockintr_bind.9 \
|
/openbsd/sys/arch/sh/include/ |
H A D | cpu.h | 71 struct clockintr ci_gmonclock;
|
/openbsd/sys/arch/arm/include/ |
H A D | cpu.h | 201 struct clockintr ci_gmonclock;
|
/openbsd/sys/arch/riscv64/include/ |
H A D | cpu.h | 130 struct clockintr ci_gmonclock;
|
/openbsd/sys/arch/hppa/include/ |
H A D | cpu.h | 116 struct clockintr ci_gmonclock;
|
/openbsd/sys/arch/m88k/include/ |
H A D | cpu.h | 183 struct clockintr ci_gmonclock;
|
/openbsd/sys/arch/arm64/include/ |
H A D | cpu.h | 184 struct clockintr ci_gmonclock;
|
/openbsd/sys/dev/dt/ |
H A D | dtvar.h | 174 struct clockintr dp_clockintr; /* [D] profiling handle */
|
/openbsd/sys/arch/i386/include/ |
H A D | cpu.h | 174 struct clockintr ci_gmonclock;
|
/openbsd/sys/arch/amd64/include/ |
H A D | cpu.h | 229 struct clockintr ci_gmonclock;
|
/openbsd/sys/arch/powerpc/include/ |
H A D | cpu.h | 92 struct clockintr ci_gmonclock;
|
/openbsd/sys/arch/mips64/include/ |
H A D | cpu.h | 206 struct clockintr ci_gmonclock;
|