Searched refs:to_kthread (Results 1 – 2 of 2) sorted by relevance
44 struct kthread_info_t *to_kthread(struct process_control_block *pcb) in to_kthread() function95 struct kthread_info_t *kthread = to_kthread(pcb); in __kthread_create_on_node()116 struct kthread_info_t *kt = to_kthread(current_pcb); in kthread_exit()163 struct kthread_info_t *self = to_kthread(current_pcb); in kthread()261 struct kthread_info_t *self = to_kthread(current_pcb); in kthread_should_stop()277 struct kthread_info_t *target = to_kthread(pcb); in kthread_stop()300 if (WARN_ON_ONCE(to_kthread(pcb))) in kthread_set_worker_private()333 struct kthread_info_t *kthread = to_kthread(pcb); in free_kthread_struct()
118 struct kthread_info_t *to_kthread(struct process_control_block *pcb);