Searched refs:timer_call (Results 1 – 14 of 14) sorted by relevance
| /xnu-11215.1.10/tools/lldbmacros/ |
| H A D | misc.py | 70 for timer_call in ParanoidIterateLinkageChain(mpqueue.head, 'struct timer_call *', 'tc_qlink'): 72 func_name = kern.Symbolicate(timer_call.tc_func) 76 strip_func = kern.StripKernelPAC(unsigned(timer_call.tc_func)) 87 group = Cast(timer_call.tc_param0, 'struct thread_call_group *') 88 flavor = Cast(timer_call.tc_param1, 'thread_call_flavor_t') 96 thread = Cast(timer_call.tc_param0, 'thread_t') 111 print("exception generating extra_string for call: {:#018x}".format(timer_call)) 115 timer_fire = timer_call.tc_pqlink.deadline - recent_timestamp 118 soft_timer_fire = timer_call.tc_soft_deadline - recent_timestamp 121 leeway = timer_call.tc_pqlink.deadline - timer_call.tc_soft_deadline [all …]
|
| /xnu-11215.1.10/osfmk/kern/ |
| H A D | timer_call.c | 287 *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() 427 timer_call_t thead = priority_queue_min(&new_mpqueue->mpq_pqhead, struct timer_call, tc_pqlink); in timer_call_entry_enqueue_deadline() 797 timer_call_t new_head = priority_queue_min(&old_queue->mpq_pqhead, struct timer_call, tc_pqlink); in timer_call_cancel() 851 struct timer_call, tc_qlink); in timer_queue_shutdown() 970 call = priority_queue_min(&queue->mpq_pqhead, struct timer_call, tc_pqlink); in timer_queue_expire_with_options() 972 call = qe_queue_first(&queue->head, struct timer_call, tc_qlink); in timer_queue_expire_with_options() 1072 call = qe_queue_next(&queue->head, call, struct timer_call, tc_qlink); in timer_queue_expire_with_options() 1082 call = priority_queue_min(&queue->mpq_pqhead, struct timer_call, tc_pqlink); in timer_queue_expire_with_options() [all …]
|
| H A D | timer_call.h | 72 typedef struct timer_call { struct
|
| H A D | Makefile | 95 timer_call.h \
|
| H A D | syscall_subr.c | 419 self->depress_timer = kalloc_type(struct timer_call, in thread_depress_timer_setup()
|
| H A D | processor.h | 436 struct timer_call running_timers[RUNNING_TIMER_MAX];
|
| /xnu-11215.1.10/tests/sched/sched_test_harness/ |
| H A D | Makefile | 26 SCHED_CLUTCH_UNWANTED_HDRS := mach/policy.h kern/smp.h kern/ast.h kern/timer_call.h
|
| /xnu-11215.1.10/san/memory/ |
| H A D | kasan-blacklist-x86_64 | 49 src:./osfmk/kern/timer_call.c
|
| /xnu-11215.1.10/san/coverage/ |
| H A D | kcov-blacklist-x86_64 | 49 src:./osfmk/kern/timer_call.c
|
| /xnu-11215.1.10/osfmk/kperf/ |
| H A D | kptimer.c | 104 struct timer_call g_pet_timer;
|
| /xnu-11215.1.10/bsd/dev/dtrace/ |
| H A D | dtrace_glue.c | 278 struct timer_call call;
|
| /xnu-11215.1.10/osfmk/conf/ |
| H A D | Makefile.template | 355 timer_call.o_CWARNFLAGS_ADD += -Wno-sign-conversion
|
| H A D | files | 207 osfmk/kern/timer_call.c standard
|
| /xnu-11215.1.10/osfmk/i386/ |
| H A D | mp.c | 191 struct timer_call cpu_warm_call_arr[NUM_CPU_WARM_CALLS];
|