Searched refs:slot_handler_thread (Results 1 – 2 of 2) sorted by relevance
2545 state->slot_handler_thread = kthread_create(&slot_handler_func, in vchiq_init_state()2549 if (IS_ERR(state->slot_handler_thread)) { in vchiq_init_state()2555 set_user_nice(state->slot_handler_thread, -19); in vchiq_init_state()2581 wake_up_process(state->slot_handler_thread); in vchiq_init_state()2595 kthread_stop(state->slot_handler_thread); in vchiq_init_state()3214 if (current == service->state->slot_handler_thread) { in vchiq_close_service()3272 (current == service->state->slot_handler_thread)) { in vchiq_remove_service()
422 struct task_struct *slot_handler_thread; member