Searched refs:thread_is_stopped (Results 1 – 6 of 6) sorted by relevance
522 LASSERT(thread_is_stopped(&sai->sai_thread)); in ll_sai_put()523 LASSERT(thread_is_stopped(&sai->sai_agl_thread)); in ll_sai_put()1055 thread_is_running(thread) || thread_is_stopped(thread), in ll_start_agl()1275 thread_is_stopped(agl_thread), in ll_statahead_thread()1326 if (!thread_is_stopped(thread)) { in ll_stop_statahead()1334 thread_is_stopped(thread), in ll_stop_statahead()1507 if (!thread_is_stopped(thread)) in ll_sai_unplug()1513 if (!thread_is_stopped(thread)) in ll_sai_unplug()1542 if (unlikely(thread_is_stopped(thread) && in do_statahead_enter()1588 thread_is_stopped(thread), in do_statahead_enter()[all …]
315 thread_is_stopped(&ll_capa_thread)); in ll_capa_thread_stop()
316 !thread_is_stopped(&pinger_thread)) in ptlrpc_start_pinger()348 thread_is_stopped(&pinger_thread)) in ptlrpc_stop_pinger()356 thread_is_stopped(&pinger_thread), &lwi); in ptlrpc_stop_pinger()
251 thread_is_stopped(&sec_gc_thread), &lwi); in sptlrpc_gc_fini()
2578 if (thread_is_stopped(thread)) { in ptlrpc_svcpt_stop_threads()2588 thread_is_stopped(thread), &lwi); in ptlrpc_svcpt_stop_threads()2745 thread_is_running(thread) || thread_is_stopped(thread), in ptlrpc_start_thread()2748 rc = thread_is_stopped(thread) ? thread->t_id : 0; in ptlrpc_start_thread()
1836 static inline int thread_is_stopped(struct ptlrpc_thread *thread) in thread_is_stopped() function