Searched refs:recycle_thread (Results 1 – 4 of 4) sorted by relevance
251 struct task_struct *recycle_thread; member
325 sess->recycle_thread = kthread_run(vdec_recycle_thread, sess, in vdec_start_streaming()390 kthread_stop(sess->recycle_thread); in vdec_stop_streaming()
391 struct task_struct *recycle_thread; member
2240 state->recycle_thread = kthread_create(&recycle_func, in vchiq_init_state()2243 if (IS_ERR(state->recycle_thread)) { in vchiq_init_state()2249 set_user_nice(state->recycle_thread, -19); in vchiq_init_state()2264 wake_up_process(state->recycle_thread); in vchiq_init_state()2275 kthread_stop(state->recycle_thread); in vchiq_init_state()