Home
last modified time | relevance | path

Searched refs:timer_call (Results 1 – 14 of 14) sorted by relevance

/xnu-11215/tools/lldbmacros/
H A Dmisc.py72 func_name = kern.Symbolicate(timer_call.tc_func)
76 strip_func = kern.StripKernelPAC(unsigned(timer_call.tc_func))
96 thread = Cast(timer_call.tc_param0, 'thread_t')
121 leeway = timer_call.tc_pqlink.deadline - timer_call.tc_soft_deadline
126 flags = int(timer_call.tc_flags)
141 print(tval.format(timer_call, colon,
142 timer_call.tc_soft_deadline,
143 timer_call.tc_pqlink.deadline,
149 timer_call.tc_func,
150 timer_call.tc_param0,
[all …]
/xnu-11215/osfmk/kern/
H A Dtimer_call.c287 *call = (struct timer_call) { in timer_call_setup()
303 call = kalloc_type(struct timer_call, Z_ZERO | Z_WAITOK | Z_NOFAIL); in timer_call_alloc()
312 kfree_type(struct timer_call, call); in timer_call_free()
851 struct timer_call, tc_qlink); in timer_queue_shutdown()
972 call = qe_queue_first(&queue->head, struct timer_call, tc_qlink); in timer_queue_expire_with_options()
2008 timer_call_trace_cancel(struct timer_call *call) in timer_call_trace_cancel()
2031 timer_call_trace_expire_entry(struct timer_call *call) in timer_call_trace_expire_entry()
2052 timer_call_trace_expire_return(struct timer_call *call) in timer_call_trace_expire_return()
2077 struct timer_call *call = &processor->running_timers[timer]; in running_timer_setup()
2123 struct timer_call *call = &processor->running_timers[i]; in running_timers_expire()
[all …]
H A Dtimer_call.h72 typedef struct timer_call { struct
H A DMakefile112 timer_call.h \
H A Dsyscall_subr.c419 self->depress_timer = kalloc_type(struct timer_call, in thread_depress_timer_setup()
H A Dprocessor.h436 struct timer_call running_timers[RUNNING_TIMER_MAX];
/xnu-11215/tests/sched/sched_test_harness/
H A DMakefile26 SCHED_CLUTCH_UNWANTED_HDRS := mach/policy.h kern/smp.h kern/ast.h kern/timer_call.h
/xnu-11215/san/coverage/
H A Dkcov-blacklist-x86_6449 src:./osfmk/kern/timer_call.c
/xnu-11215/san/memory/
H A Dkasan-blacklist-x86_6449 src:./osfmk/kern/timer_call.c
/xnu-11215/osfmk/kperf/
H A Dkptimer.c104 struct timer_call g_pet_timer;
/xnu-11215/osfmk/conf/
H A DMakefile.template402 timer_call.o_CWARNFLAGS_ADD += -Wno-sign-conversion
H A Dfiles209 osfmk/kern/timer_call.c standard
/xnu-11215/bsd/dev/dtrace/
H A Ddtrace_glue.c278 struct timer_call call;
/xnu-11215/osfmk/i386/
H A Dmp.c191 struct timer_call cpu_warm_call_arr[NUM_CPU_WARM_CALLS];