Searched refs:proc_thread (Results 1 – 2 of 2) sorted by relevance
110 hw_priv->proc.proc_thread = in bh_proc_init()112 if (IS_ERR(hw_priv->proc.proc_thread)) { in bh_proc_init()113 ret = PTR_ERR(hw_priv->proc.proc_thread); in bh_proc_init()114 hw_priv->proc.proc_thread = NULL; in bh_proc_init()117 get_task_struct(hw_priv->proc.proc_thread); in bh_proc_init()119 wake_up_process(hw_priv->proc.proc_thread); in bh_proc_init()182 struct task_struct *thread = hw_priv->proc.proc_thread; in bh_proc_deinit()188 hw_priv->proc.proc_thread = NULL; in bh_proc_deinit()348 return sched_setscheduler(hw_priv->proc.proc_thread, in proc_set_priority()363 if (!hw_priv->proc.proc_thread) in proc_dpa_update()[all …]
60 struct task_struct *proc_thread; member