Searched refs:slot_handler_thread (Results 1 – 2 of 2) sorted by relevance
2223 state->slot_handler_thread = kthread_create(&slot_handler_func, in vchiq_init_state()2227 if (IS_ERR(state->slot_handler_thread)) { in vchiq_init_state()2233 set_user_nice(state->slot_handler_thread, -19); in vchiq_init_state()2259 wake_up_process(state->slot_handler_thread); in vchiq_init_state()2273 kthread_stop(state->slot_handler_thread); in vchiq_init_state()2914 if (current == service->state->slot_handler_thread) { in vchiq_close_service()2973 (current == service->state->slot_handler_thread)) { in vchiq_remove_service()
413 struct task_struct *slot_handler_thread; member