Searched refs:_cpu (Results 1 – 11 of 11) sorted by relevance
20 static inline struct _cpu *arch_curr_cpu(void) in arch_curr_cpu()22 struct _cpu *cpu; in arch_curr_cpu()
144 struct _cpu { struct200 typedef struct _cpu _cpu_t; argument203 struct _cpu cpus[CONFIG_MP_MAX_NUM_CPUS];
36 static void sched_cpu_update_usage(struct _cpu *cpu, uint32_t cycles) in sched_cpu_update_usage()103 struct _cpu *cpu = _current_cpu; in z_sched_usage_stop()125 struct _cpu *cpu; in z_sched_cpu_usage()176 struct _cpu *cpu; in z_sched_thread_usage()258 struct _cpu *cpu = _current_cpu; in k_thread_runtime_stats_disable()313 struct _cpu *cpu; in k_sys_runtime_stats_disable()456 struct _cpu *cpu; in z_cpu_stats_query()458 cpu = CONTAINER_OF(obj_core, struct _cpu, obj_core); in z_cpu_stats_query()
351 static struct _cpu *thread_active_elsewhere(struct k_thread *thread) in thread_active_elsewhere()450 struct _cpu *cpu = thread_active_elsewhere(thread); in z_thread_halt()723 struct _cpu *cpu; in z_thread_prio_set()
831 offsetof(struct _cpu, obj_core)); in init_cpu_obj_core_list()
86 struct _cpu *cpu;
46 [THREAD_INFO_OFFSET_K_CURR_THREAD] = offsetof(struct _cpu, current),
477 static inline struct _cpu *arch_curr_cpu(void);
63 struct _cpu struct k_cycle_stats struct k_thread_runtime_stats
285 These fields are now moved into a separate struct :c:struct:`_cpu` instance
692 * :github:`19599` - ARC builds missing z\_arch\_start\_cpu() when !SMP