Home
last modified time | relevance | path

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

/xnu-8792.61.2/tools/lldbmacros/
H A Dmisc.py75 for timer_call in ParanoidIterateLinkageChain(mpqueue.head, 'struct timer_call *', 'tc_qlink'):
77 func_name = kern.Symbolicate(timer_call.tc_func)
81 strip_func = kern.StripKernelPAC(unsigned(timer_call.tc_func))
92 group = Cast(timer_call.tc_param0, 'struct thread_call_group *')
93 flavor = Cast(timer_call.tc_param1, 'thread_call_flavor_t')
101 thread = Cast(timer_call.tc_param0, 'thread_t')
116 print("exception generating extra_string for call: {:#018x}".format(timer_call))
120 timer_fire = timer_call.tc_pqlink.deadline - recent_timestamp
123 soft_timer_fire = timer_call.tc_soft_deadline - recent_timestamp
126 leeway = timer_call.tc_pqlink.deadline - timer_call.tc_soft_deadline
[all …]
/xnu-8792.61.2/osfmk/kern/
H A Dtimer_call.c286 *call = (struct timer_call) { in timer_call_setup()
302 call = kalloc_type(struct timer_call, Z_ZERO | Z_WAITOK | Z_NOFAIL); in timer_call_alloc()
311 kfree_type(struct timer_call, call); in timer_call_free()
426 timer_call_t thead = priority_queue_min(&new_mpqueue->mpq_pqhead, struct timer_call, tc_pqlink); in timer_call_entry_enqueue_deadline()
796 timer_call_t new_head = priority_queue_min(&old_queue->mpq_pqhead, struct timer_call, tc_pqlink); in timer_call_cancel()
844 call = qe_queue_first(&queue->head, struct timer_call, tc_qlink); in timer_queue_shutdown()
956 call = priority_queue_min(&queue->mpq_pqhead, struct timer_call, tc_pqlink); in timer_queue_expire_with_options()
958 call = qe_queue_first(&queue->head, struct timer_call, tc_qlink); in timer_queue_expire_with_options()
1058 call = qe_queue_next(&queue->head, call, struct timer_call, tc_qlink); in timer_queue_expire_with_options()
1068 call = priority_queue_min(&queue->mpq_pqhead, struct timer_call, tc_pqlink); in timer_queue_expire_with_options()
[all …]
H A Dtimer_call.h72 typedef struct timer_call { struct
H A DMakefile94 timer_call.h \
H A Dsyscall_subr.c419 self->depress_timer = kalloc_type(struct timer_call, in thread_depress_timer_setup()
H A Dprocessor.h376 struct timer_call running_timers[RUNNING_TIMER_MAX];
/xnu-8792.61.2/san/coverage/
H A Dkcov-blacklist-x86_6449 src:./osfmk/kern/timer_call.c
/xnu-8792.61.2/san/memory/
H A Dkasan-blacklist-x86_6449 src:./osfmk/kern/timer_call.c
/xnu-8792.61.2/osfmk/kperf/
H A Dkptimer.c104 struct timer_call g_pet_timer;
/xnu-8792.61.2/osfmk/conf/
H A DMakefile.template335 timer_call.o_CWARNFLAGS_ADD += -Wno-sign-conversion
H A Dfiles189 osfmk/kern/timer_call.c standard
/xnu-8792.61.2/bsd/dev/dtrace/
H A Ddtrace_glue.c281 struct timer_call call;
/xnu-8792.61.2/osfmk/i386/
H A Dmp.c193 struct timer_call cpu_warm_call_arr[NUM_CPU_WARM_CALLS];