Searched refs:SVC_STOPPING (Results 1 – 6 of 6) sorted by relevance
/drivers/staging/lustre/lustre/ptlrpc/ |
D | sec_gc.c | 193 if (thread_test_and_clear_flags(thread, SVC_STOPPING)) in sec_gc_main() 230 thread_set_flags(&sec_gc_thread, SVC_STOPPING); in sptlrpc_gc_fini()
|
D | pinger.c | 277 if (thread_test_and_clear_flags(thread, SVC_STOPPING)) in ptlrpc_pinger_main() 330 thread_set_flags(&pinger_thread, SVC_STOPPING); in ptlrpc_stop_pinger()
|
D | service.c | 2289 thread_add_flags(thread, SVC_STOPPING); in ptlrpc_svcpt_stop_threads()
|
/drivers/staging/lustre/lustre/llite/ |
D | statahead.c | 1248 thread_set_flags(agl_thread, SVC_STOPPING); in ll_statahead_thread() 1264 thread_set_flags(thread, SVC_STOPPING); in ll_statahead_thread() 1307 thread_set_flags(thread, SVC_STOPPING); in ll_stop_statahead() 1488 thread_set_flags(thread, SVC_STOPPING); in ll_sai_unplug()
|
/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_pool.c | 1039 if (thread_test_and_clear_flags(thread, SVC_STOPPING)) in ldlm_pools_thread_main() 1086 thread_set_flags(ldlm_pools_thread, SVC_STOPPING); in ldlm_pools_thread_stop()
|
/drivers/staging/lustre/lustre/include/ |
D | lustre_net.h | 1770 SVC_STOPPING = 1 << 1, enumerator 1829 return !!(thread->t_flags & SVC_STOPPING); in thread_is_stopping()
|