Home
last modified time | relevance | path

Searched refs:kthread_info_t (Results 1 – 2 of 2) sorted by relevance

/DragonOS-0.1.2/kernel/src/process/
Dkthread.c44 struct kthread_info_t *to_kthread(struct process_control_block *pcb) in to_kthread()
94 struct kthread_info_t *kthread = to_kthread(pcb); in __kthread_create_on_node()
115 struct kthread_info_t *kt = to_kthread(current_pcb); in kthread_exit()
162 struct kthread_info_t *self = to_kthread(current_pcb); in kthread()
250 struct kthread_info_t *self = to_kthread(current_pcb); in kthread_should_stop()
266 struct kthread_info_t *target = to_kthread(pcb); in kthread_stop()
292 struct kthread_info_t *kt = kzalloc(sizeof(struct kthread_info_t), 0); in kthread_set_worker_private()
322 struct kthread_info_t *kthread = to_kthread(pcb); in free_kthread_struct()
/DragonOS-0.1.2/kernel/src/common/
Dkthread.h12 struct kthread_info_t struct
101 struct kthread_info_t *to_kthread(struct process_control_block *pcb);