Searched refs:sec_gc_thread (Results 1 – 1 of 1) sorted by relevance
62 static struct ptlrpc_thread sec_gc_thread; variable116 thread_add_flags(&sec_gc_thread, SVC_SIGNAL); in sptlrpc_gc_add_ctx()117 wake_up(&sec_gc_thread.t_ctl_waitq); in sptlrpc_gc_add_ctx()229 memset(&sec_gc_thread, 0, sizeof(sec_gc_thread)); in sptlrpc_gc_init()230 init_waitqueue_head(&sec_gc_thread.t_ctl_waitq); in sptlrpc_gc_init()232 task = kthread_run(sec_gc_main, &sec_gc_thread, "sptlrpc_gc"); in sptlrpc_gc_init()238 l_wait_event(sec_gc_thread.t_ctl_waitq, in sptlrpc_gc_init()239 thread_is_running(&sec_gc_thread), &lwi); in sptlrpc_gc_init()247 thread_set_flags(&sec_gc_thread, SVC_STOPPING); in sptlrpc_gc_fini()248 wake_up(&sec_gc_thread.t_ctl_waitq); in sptlrpc_gc_fini()[all …]