OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cpu_callout
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/kern/
kern_timeout.c
298
KASSERT(curcpu()->ci_data.
cpu_callout
== NULL);
305
curcpu()->ci_data.
cpu_callout
= cc;
321
if ((cc = ci->ci_data.
cpu_callout
) == NULL) {
348
ci->ci_data.
cpu_callout
= cc;
367
cc = curcpu()->ci_data.
cpu_callout
;
448
cc = curcpu()->ci_data.
cpu_callout
;
671
cc = ci->ci_data.
cpu_callout
;
792
cc = curcpu()->ci_data.
cpu_callout
;
833
cc = l->l_cpu->ci_data.
cpu_callout
;
947
offsetof(struct cpu_info, ci_data.
cpu_callout
),
[
all
...]
/src/sys/sys/
cpu_data.h
178
void *
cpu_callout
; /* per-CPU callout state */
member in struct:cpu_data
/src/sys/arch/mips/rmi/
rmixl_cpu.c
415
printf("
cpu_callout
%p\n", dp->
cpu_callout
);
Completed in 15 milliseconds
Indexes created Sun Oct 12 22:09:51 GMT 2025