Searched refs:recycle_thread (Results 1 – 4 of 4) sorted by relevance
262 struct task_struct *recycle_thread; member
340 sess->recycle_thread = kthread_run(vdec_recycle_thread, sess, in vdec_start_streaming()407 kthread_stop(sess->recycle_thread); in vdec_stop_streaming()
416 struct task_struct *recycle_thread; member
2236 state->recycle_thread = kthread_create(&recycle_func, in vchiq_init_state()2239 if (IS_ERR(state->recycle_thread)) { in vchiq_init_state()2245 set_user_nice(state->recycle_thread, -19); in vchiq_init_state()2260 wake_up_process(state->recycle_thread); in vchiq_init_state()2271 kthread_stop(state->recycle_thread); in vchiq_init_state()