Searched refs:timer_call (Results 1 - 15 of 15) sorted by relevance

/xnu-2422.115.4/osfmk/chud/
H A Dchud_osfmk_callback.c35 #include <kern/timer_call.h>
/xnu-2422.115.4/osfmk/kern/
H A DMakefile46 timer_call.h \
H A Dtimer_call.h53 typedef struct timer_call { struct
72 * on a per-timer_call basis.
74 * The SYS urgency classes indicate that the timer_call is not
75 * directly related to the current thread at the time the timer_call
80 * attributes, in addition to the per-timer_call urgency specification,
103 * Non-migratable timer_call
H A Dsched.h75 #include <kern/timer_call.h>
H A Dtelemetry.c44 #include <kern/timer_call.h>
H A Dthread.h118 #include <kern/timer_call.h>
H A Dthread_call.c45 #include <kern/timer_call.h>
899 /* direct mapping between thread_call, timer_call, and timeout_urgency values */
H A Dtimer_call.c36 #include <kern/timer_call.h>
174 lck_grp_init(&timer_call_lck_grp, "timer_call", &timer_call_lck_grp_attr);
234 * methods to operate on timer_call structs as if they are call_entry structs.
/xnu-2422.115.4/osfmk/i386/
H A Dcpu.c49 #include <kern/timer_call.h>
H A Di386_timer.c42 #include <kern/timer_call.h>
H A Dmp.c50 #include <kern/timer_call.h>
205 struct timer_call cpu_warm_call_arr[NUM_CPU_WARM_CALLS];
/xnu-2422.115.4/tools/lldbmacros/
H A Dmisc.py63 timer_call = Cast(entry, 'timer_call_t')
75 timer_call.soft_deadline,
/xnu-2422.115.4/osfmk/kperf/
H A Dtimetrigger.c55 struct timer_call tcall;
/xnu-2422.115.4/osfmk/chud/i386/
H A Dchud_osfmk_callback_i386.c35 #include <kern/timer_call.h>
/xnu-2422.115.4/bsd/dev/dtrace/
H A Ddtrace_glue.c55 #include <kern/timer_call.h>
288 struct timer_call call;

Completed in 76 milliseconds