Searched refs:_cpu (Results 1 – 10 of 10) sorted by relevance
20 static inline struct _cpu *arch_curr_cpu(void) in arch_curr_cpu()22 struct _cpu *cpu; in arch_curr_cpu()
104 struct _cpu { struct160 typedef struct _cpu _cpu_t; argument163 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()259 struct _cpu *cpu = _current_cpu; in k_thread_runtime_stats_disable()314 struct _cpu *cpu; in k_sys_runtime_stats_disable()457 struct _cpu *cpu; in z_cpu_stats_query()459 cpu = CONTAINER_OF(obj_core, struct _cpu, obj_core); in z_cpu_stats_query()
629 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),
467 static inline struct _cpu *arch_curr_cpu(void);
63 struct _cpu struct k_cycle_stats struct k_thread_runtime_stats
242 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