Searched refs:thread_is_stopping (Results 1 – 5 of 5) sorted by relevance
206 thread_is_stopping(thread) || in sec_gc_main()
289 thread_is_stopping(thread) || in ptlrpc_pinger_main()
2192 return thread_is_stopping(thread) || in ptlrpc_thread_stopping()2726 if (thread_is_stopping(thread)) { in ptlrpc_start_thread()
1359 thread_is_stopping(thread) || in ldlm_pools_thread_main()
1841 static inline int thread_is_stopping(struct ptlrpc_thread *thread) in thread_is_stopping() function