Searched refs:thread_is_init (Results 1 – 3 of 3) sorted by relevance
298 if (!thread_is_init(&pinger_thread) && in ptlrpc_start_pinger()325 if (thread_is_init(&pinger_thread) || in ptlrpc_stop_pinger()
966 if (thread_is_init(thread)) in ll_agl_thread()1065 if (thread_is_init(thread)) in ll_statahead_thread()
1817 static inline int thread_is_init(struct ptlrpc_thread *thread) in thread_is_init() function