Home
last modified time | relevance | path

Searched refs:last_processor (Results 1 – 15 of 15) sorted by relevance

/xnu-11215/osfmk/kperf/
H A Dthread_samplers.c68 processor_t last_processor = thread->last_processor; in kperf_thread_info_runmode_legacy() local
70 if ((last_processor != PROCESSOR_NULL) && (thread == last_processor->active_thread)) { in kperf_thread_info_runmode_legacy()
/xnu-11215/bsd/dev/dtrace/scripts/
H A Dsched.d58 inline cpuinfo_t *curcpu = xlate <cpuinfo_t *> (curthread->last_processor);
H A Ddarwin.d324 pr_onpro = (T->last_processor == PROCESSOR_NULL) ? -1 : T->last_processor->cpu_id;
/xnu-11215/tools/lldbmacros/
H A Dmisc.py105 if thread.last_processor != processor:
106 … otherprocessor = " (Not same processor - was on {:d})".format(thread.last_processor.cpu_id)
H A Dprocess.py448 processor = hex(thread.last_processor)
/xnu-11215/osfmk/kern/
H A Dthread_act.c1126 processor_t processor = thread->last_processor; in thread_set_apc_ast_locked()
1379 processor = thread->last_processor; in act_set_ast()
1477 processor = thread->last_processor; in act_set_ast_reset_pcs()
H A Dsched_prim.c3261 if (thread->last_processor != processor && thread->last_processor != NULL) { in thread_invoke()
3267 thread->last_processor = processor; in thread_invoke()
3406 if (thread->last_processor != processor && thread->last_processor != NULL) { in thread_invoke()
3412 thread->last_processor = processor; in thread_invoke()
5780 processor = thread->last_processor; in choose_starting_pset()
6417 processor_t processor = thread->last_processor; in set_sched_pri()
6460 processor_t processor = thread->last_processor; in set_sched_pri()
7409 processor_t last_processor = thread->last_processor; in thread_set_eager_preempt() local
7411 if (last_processor != PROCESSOR_NULL && in thread_set_eager_preempt()
7413 last_processor->active_thread == thread) { in thread_set_eager_preempt()
[all …]
H A Dstartup.c975 thread->last_processor = processor; in load_context()
H A Dsfi.c1098 processor_t processor = thread->last_processor; in sfi_reevaluate()
H A Dkern_stackshot.c4559 processor_t last_processor = thread->last_processor; in classify_thread() local
4562 if (last_processor != PROCESSOR_NULL) { in classify_thread()
4564 thread_on_core = (thread == last_processor->idle_thread) || in classify_thread()
4565 (last_processor->state == PROCESSOR_RUNNING && in classify_thread()
4566 last_processor->active_thread == thread); in classify_thread()
H A Dthread.h649 processor_t last_processor; /* processor last dispatched on */ member
H A Dthread.c4206 if ((thread != THREAD_NULL) && (thread->last_processor != PROCESSOR_NULL)) { in dtrace_get_thread_last_cpu_id()
4207 return thread->last_processor->cpu_id; in dtrace_get_thread_last_cpu_id()
H A Dsched_clutch.c4848 …boolean_t non_preferred_pset = (thread->last_processor->processor_set->pset_type != preferred_pset… in sched_edge_migrate_candidate()
/xnu-11215/osfmk/arm/
H A Dmachine_routines_common.c819 processor_t processor = thread->last_processor; in __ml_interrupts_disabled_cpu_kind()
/xnu-11215/osfmk/bank/
H A Dbank.c1968 processor = thread->last_processor; in bank_swap_thread_bank_ledger()