Home
last modified time | relevance | path

Searched refs:thread_is_stopped (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dstatahead.c522 LASSERT(thread_is_stopped(&sai->sai_thread)); in ll_sai_put()
523 LASSERT(thread_is_stopped(&sai->sai_agl_thread)); in ll_sai_put()
1035 thread_is_running(thread) || thread_is_stopped(thread), in ll_start_agl()
1255 thread_is_stopped(agl_thread), in ll_statahead_thread()
1306 if (!thread_is_stopped(thread)) { in ll_stop_statahead()
1314 thread_is_stopped(thread), in ll_stop_statahead()
1487 if (!thread_is_stopped(thread)) in ll_sai_unplug()
1493 if (!thread_is_stopped(thread)) in ll_sai_unplug()
1522 if (unlikely(thread_is_stopped(thread) && in do_statahead_enter()
1568 thread_is_stopped(thread), in do_statahead_enter()
[all …]
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dpinger.c299 !thread_is_stopped(&pinger_thread)) in ptlrpc_start_pinger()
326 thread_is_stopped(&pinger_thread)) in ptlrpc_stop_pinger()
334 thread_is_stopped(&pinger_thread), &lwi); in ptlrpc_stop_pinger()
Dsec_gc.c234 thread_is_stopped(&sec_gc_thread), &lwi); in sptlrpc_gc_fini()
Dservice.c2302 if (thread_is_stopped(thread)) { in ptlrpc_svcpt_stop_threads()
2312 thread_is_stopped(thread), &lwi); in ptlrpc_svcpt_stop_threads()
2470 thread_is_running(thread) || thread_is_stopped(thread), in ptlrpc_start_thread()
2473 rc = thread_is_stopped(thread) ? thread->t_id : 0; in ptlrpc_start_thread()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_net.h1822 static inline int thread_is_stopped(struct ptlrpc_thread *thread) in thread_is_stopped() function