Searched refs:this_cpu (Results 1 – 5 of 5) sorted by relevance
74 cpu_index_t this_cpu = CPU_INDEX_INVALID; in cpulocal_handle_thread_context_switch_post() local79 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()
281 cpu_index_t this_cpu = cpulocal_get_index(); in rcu_bitmap_quiesce() local282 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()
181 const cpu_index_t this_cpu = cpulocal_get_index(); in idle_loop() local183 if (compiler_unexpected(this_cpu == boot_cpu)) { in idle_loop()
69 const cpu_index_t this_cpu = cpulocal_get_index(); in ipi_others_relaxed() local72 if (i == this_cpu) { in ipi_others_relaxed()
1481 cpu_index_t this_cpu = cpulocal_get_index(); in memdb_handle_tests_start() local1488 if (this_cpu != 0U) { in memdb_handle_tests_start()
Completed in 30 milliseconds