Searched defs:obj (Results 1 – 6 of 6) sorted by relevance
18 bool is_idle_thread(const struct thread_object *obj) in is_idle_thread()24 static inline bool is_blocked(const struct thread_object *obj) in is_blocked()29 static inline bool is_running(const struct thread_object *obj) in is_running()34 static inline void set_thread_status(struct thread_object *obj, enum thread_object_state status) in set_thread_status()60 uint16_t sched_get_pcpuid(const struct thread_object *obj) in sched_get_pcpuid()120 void init_thread_data(struct thread_object *obj, struct sched_params *params) in init_thread_data()134 void deinit_thread_data(struct thread_object *obj) in deinit_thread_data()211 void sleep_thread(struct thread_object *obj) in sleep_thread()230 void sleep_thread_sync(struct thread_object *obj) in sleep_thread_sync()238 void wake_thread(struct thread_object *obj) in wake_thread()[all …]
29 static void sched_prio_init_data(struct thread_object *obj, struct sched_params *params) in sched_prio_init_data()52 static void prio_queue_add(struct thread_object *obj) in prio_queue_add()76 static void prio_queue_remove(struct thread_object *obj) in prio_queue_remove()83 static void sched_prio_sleep(struct thread_object *obj) in sched_prio_sleep()88 static void sched_prio_wake(struct thread_object *obj) in sched_prio_wake()
26 bool is_inqueue(struct thread_object *obj) in is_inqueue()38 void runqueue_add_head(struct thread_object *obj) in runqueue_add_head()54 void runqueue_add_tail(struct thread_object *obj) in runqueue_add_tail()68 void runqueue_remove(struct thread_object *obj) in runqueue_remove()156 void sched_iorr_init_data(struct thread_object *obj, __unused struct sched_params * params) in sched_iorr_init_data()207 static void sched_iorr_sleep(struct thread_object *obj) in sched_iorr_sleep()212 static void sched_iorr_wake(struct thread_object *obj) in sched_iorr_wake()
68 static bool is_inqueue(struct thread_object *obj) in is_inqueue()95 static void runqueue_add(struct thread_object *obj) in runqueue_add()130 static void runqueue_remove(struct thread_object *obj) in runqueue_remove()146 static int64_t get_svt(struct thread_object *obj) in get_svt()202 static void sched_bvt_init_data(struct thread_object *obj, struct sched_params * params) in sched_bvt_init_data()233 static void update_vt(struct thread_object *obj) in update_vt()312 static void sched_bvt_sleep(struct thread_object *obj) in sched_bvt_sleep()317 static void sched_bvt_wake(struct thread_object *obj) in sched_bvt_wake()
18 void vcpu_thread(struct thread_object *obj) in vcpu_thread()77 void default_idle(__unused struct thread_object *obj) in default_idle()
31 static void sched_noop_sleep(struct thread_object *obj) in sched_noop_sleep()40 static void sched_noop_wake(struct thread_object *obj) in sched_noop_wake()
Completed in 8 milliseconds