Home
last modified time | relevance | path

Searched refs:SVC_STOPPING (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dsec_gc.c210 if (thread_test_and_clear_flags(thread, SVC_STOPPING)) in sec_gc_main()
247 thread_set_flags(&sec_gc_thread, SVC_STOPPING); in sptlrpc_gc_fini()
Dpinger.c292 if (thread_test_and_clear_flags(thread, SVC_STOPPING)) { in ptlrpc_pinger_main()
352 thread_set_flags(&pinger_thread, SVC_STOPPING); in ptlrpc_stop_pinger()
Dservice.c2570 thread_add_flags(thread, SVC_STOPPING); in ptlrpc_svcpt_stop_threads()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dstatahead.c1268 thread_set_flags(agl_thread, SVC_STOPPING); in ll_statahead_thread()
1284 thread_set_flags(thread, SVC_STOPPING); in ll_statahead_thread()
1327 thread_set_flags(thread, SVC_STOPPING); in ll_stop_statahead()
1508 thread_set_flags(thread, SVC_STOPPING); in ll_sai_unplug()
Dllite_capa.c312 thread_set_flags(&ll_capa_thread, SVC_STOPPING); in ll_capa_thread_stop()
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_pool.c1363 if (thread_test_and_clear_flags(thread, SVC_STOPPING)) in ldlm_pools_thread_main()
1411 thread_set_flags(ldlm_pools_thread, SVC_STOPPING); in ldlm_pools_thread_stop()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_net.h1784 SVC_STOPPING = 1 << 1, enumerator
1843 return !!(thread->t_flags & SVC_STOPPING); in thread_is_stopping()