Searched refs:preempt_count (Results 1 - 9 of 9) sorted by relevance

/darwin-on-arm/xnu/osfmk/arm/
H A Dthread.h80 uint32_t preempt_count; member in struct:machine_thread
H A Darm_init.c197 thread->machine.preempt_count = 1;
H A Dgenassym.c198 offsetof(thread_t, machine.preempt_count));
H A Dpcb.c158 thread->machine.preempt_count = 0;
/darwin-on-arm/xnu/osfmk/kern/
H A Dprocessor_data.h46 uint32_t preempt_count; member in struct:processor_sched_statistics
H A Dhost.c622 out->ps_preempt_count = stats->preempt_count;
H A Dsched_prim.c4514 stats->preempt_count++;
/darwin-on-arm/xnu/osfmk/arm64/
H A Dgenassym.c176 DECLARE("MACHINE_THREAD_PREEMPT_COUNT", offsetof(thread_t, machine.preempt_count));
H A Dthread_initialize.c141 thread->machine.preempt_count = 0;

Completed in 42 milliseconds