Searched refs:thread_task (Results 1 – 5 of 5) sorted by relevance
171 struct task_struct *thread_task; member510 if (udc->thread_task) in max3420_vbus_handler()529 if (udc->thread_task) in max3420_irq_handler()919 wake_up_process(udc->thread_task); in max3420_ep_set_halt()950 wake_up_process(udc->thread_task); in max3420_ep_enable()1096 if (udc->thread_task) in max3420_wakeup()1118 if (udc->thread_task) in max3420_udc_start()1137 if (udc->thread_task) in max3420_udc_stop()1263 if (IS_ERR(udc->thread_task)) { in max3420_probe()1264 err = PTR_ERR(udc->thread_task); in max3420_probe()[all …]
25 struct task_struct *thread_task; member39 thread->thread_task = current; in thread_starter()
84 static inline struct task_struct *thread_task(struct thread_info* ti) in thread_task() function
112 pid = task_pid_nr(thread_task(thread)) << ASID_BITS; in contextidr_notifier()
284 struct task_struct *thread_task; member381 if (common->thread_task) in __raise_exception()383 common->thread_task); in __raise_exception()2600 common->thread_task = NULL; in fsg_main_thread()3050 if (!common->thread_task) { in fsg_bind()3052 common->thread_task = in fsg_bind()3054 if (IS_ERR(common->thread_task)) { in fsg_bind()3055 ret = PTR_ERR(common->thread_task); in fsg_bind()3056 common->thread_task = NULL; in fsg_bind()3061 task_pid_nr(common->thread_task)); in fsg_bind()
Completed in 18 milliseconds