Searched refs:sec_gc_thread (Results 1 – 1 of 1) sorted by relevance
61 static struct ptlrpc_thread sec_gc_thread; variable212 memset(&sec_gc_thread, 0, sizeof(sec_gc_thread)); in sptlrpc_gc_init()213 init_waitqueue_head(&sec_gc_thread.t_ctl_waitq); in sptlrpc_gc_init()215 task = kthread_run(sec_gc_main, &sec_gc_thread, "sptlrpc_gc"); in sptlrpc_gc_init()221 l_wait_event(sec_gc_thread.t_ctl_waitq, in sptlrpc_gc_init()222 thread_is_running(&sec_gc_thread), &lwi); in sptlrpc_gc_init()230 thread_set_flags(&sec_gc_thread, SVC_STOPPING); in sptlrpc_gc_fini()231 wake_up(&sec_gc_thread.t_ctl_waitq); in sptlrpc_gc_fini()233 l_wait_event(sec_gc_thread.t_ctl_waitq, in sptlrpc_gc_fini()234 thread_is_stopped(&sec_gc_thread), &lwi); in sptlrpc_gc_fini()