Searched refs:last_processor (Results 1 – 15 of 15) sorted by relevance
68 processor_t last_processor = thread->last_processor; in kperf_thread_info_runmode_legacy() local70 if ((last_processor != PROCESSOR_NULL) && (thread == last_processor->active_thread)) { in kperf_thread_info_runmode_legacy()
58 inline cpuinfo_t *curcpu = xlate <cpuinfo_t *> (curthread->last_processor);
324 pr_onpro = (T->last_processor == PROCESSOR_NULL) ? -1 : T->last_processor->cpu_id;
105 if thread.last_processor != processor:106 … otherprocessor = " (Not same processor - was on {:d})".format(thread.last_processor.cpu_id)
448 processor = hex(thread.last_processor)
1126 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()
3261 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() local7411 if (last_processor != PROCESSOR_NULL && in thread_set_eager_preempt()7413 last_processor->active_thread == thread) { in thread_set_eager_preempt()[all …]
975 thread->last_processor = processor; in load_context()
1098 processor_t processor = thread->last_processor; in sfi_reevaluate()
4559 processor_t last_processor = thread->last_processor; in classify_thread() local4562 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()
649 processor_t last_processor; /* processor last dispatched on */ member
4206 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()
4848 …boolean_t non_preferred_pset = (thread->last_processor->processor_set->pset_type != preferred_pset… in sched_edge_migrate_candidate()
819 processor_t processor = thread->last_processor; in __ml_interrupts_disabled_cpu_kind()
1968 processor = thread->last_processor; in bank_swap_thread_bank_ledger()