Searched refs:thread_task (Results 1 – 4 of 4) sorted by relevance
173 struct task_struct *thread_task; member512 if (udc->thread_task) in max3420_vbus_handler()531 if (udc->thread_task) in max3420_irq_handler()921 wake_up_process(udc->thread_task); in max3420_ep_set_halt()952 wake_up_process(udc->thread_task); in max3420_ep_enable()1098 if (udc->thread_task) in max3420_wakeup()1120 if (udc->thread_task) in max3420_udc_start()1139 if (udc->thread_task) in max3420_udc_stop()1265 if (IS_ERR(udc->thread_task)) { in max3420_probe()1266 err = PTR_ERR(udc->thread_task); in max3420_probe()[all …]
84 static inline struct task_struct *thread_task(struct thread_info* ti) in thread_task() function
284 struct task_struct *thread_task; member381 if (common->thread_task) in __raise_exception()383 common->thread_task); in __raise_exception()2584 common->thread_task = NULL; in fsg_main_thread()3038 if (!common->thread_task) { in fsg_bind()3040 common->thread_task = in fsg_bind()3042 if (IS_ERR(common->thread_task)) { in fsg_bind()3043 ret = PTR_ERR(common->thread_task); in fsg_bind()3044 common->thread_task = NULL; in fsg_bind()3049 task_pid_nr(common->thread_task)); in fsg_bind()[all …]
112 pid = task_pid_nr(thread_task(thread)) << ASID_BITS; in contextidr_notifier()
Completed in 14 milliseconds