Searched refs:thread_task (Results 1 – 4 of 4) sorted by relevance
171 struct task_struct *thread_task; member 510 if (udc->thread_task) in max3420_vbus_handler() 511 wake_up_process(udc->thread_task); in max3420_vbus_handler() 529 if (udc->thread_task) in max3420_irq_handler() 530 wake_up_process(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() 999 wake_up_process(udc->thread_task); in max3420_ep_disable() 1039 wake_up_process(udc->thread_task); in max3420_ep_queue() 1096 if (udc->thread_task) in max3420_wakeup() [all...]
25 struct task_struct *thread_task; member 39 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()