Home
last modified time | relevance | path

Searched refs:this_cpu (Results 1 – 5 of 5) sorted by relevance

/hyp/core/cpulocal/src/
A Dcpulocal.c74 cpu_index_t this_cpu = CPU_INDEX_INVALID; in cpulocal_handle_thread_context_switch_post() local
79 this_cpu = self->scheduler_affinity; in cpulocal_handle_thread_context_switch_post()
82 this_cpu = cpulocal_check_index(prev->cpulocal_current_cpu); in cpulocal_handle_thread_context_switch_post()
84 (this_cpu == self->scheduler_affinity)); in cpulocal_handle_thread_context_switch_post()
87 this_cpu = self->scheduler_affinity; in cpulocal_handle_thread_context_switch_post()
90 assert(this_cpu != CPU_INDEX_INVALID); in cpulocal_handle_thread_context_switch_post()
92 self->cpulocal_current_cpu = this_cpu; in cpulocal_handle_thread_context_switch_post()
/hyp/core/rcu_bitmap/src/
A Drcu_bitmap.c281 cpu_index_t this_cpu = cpulocal_get_index(); in rcu_bitmap_quiesce() local
282 uint32_t cpu_bit = (uint32_t)util_bit(this_cpu); in rcu_bitmap_quiesce()
341 if (cpu == this_cpu) { in rcu_bitmap_quiesce()
362 ipi_one_relaxed(IPI_REASON_RCU_QUIESCE, this_cpu); in rcu_bitmap_quiesce()
/hyp/core/idle/src/
A Didle.c181 const cpu_index_t this_cpu = cpulocal_get_index(); in idle_loop() local
183 if (compiler_unexpected(this_cpu == boot_cpu)) { in idle_loop()
/hyp/core/ipi/src/
A Dipi.c69 const cpu_index_t this_cpu = cpulocal_get_index(); in ipi_others_relaxed() local
72 if (i == this_cpu) { in ipi_others_relaxed()
/hyp/mem/memdb/src/
A Dmemdb_tests.c1481 cpu_index_t this_cpu = cpulocal_get_index(); in memdb_handle_tests_start() local
1488 if (this_cpu != 0U) { in memdb_handle_tests_start()

Completed in 30 milliseconds