Searched refs:SVC_STOPPED (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | statahead.c | 1026 thread_set_flags(thread, SVC_STOPPED); in ll_agl_thread() 1050 thread_set_flags(thread, SVC_STOPPED); in ll_start_agl() 1279 thread_set_flags(&sai->sai_agl_thread, SVC_STOPPED); in ll_statahead_thread() 1293 thread_set_flags(thread, SVC_STOPPED); in ll_statahead_thread() 1700 thread_set_flags(thread, SVC_STOPPED); in do_statahead_enter() 1701 thread_set_flags(&sai->sai_agl_thread, SVC_STOPPED); in do_statahead_enter()
|
D | llite_capa.c | 282 thread_set_flags(&ll_capa_thread, SVC_STOPPED); in capa_thread_main()
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | sec_gc.c | 214 thread_set_flags(thread, SVC_STOPPED); in sec_gc_main()
|
D | pinger.c | 301 thread_set_flags(thread, SVC_STOPPED); in ptlrpc_pinger_main()
|
D | service.c | 2433 thread_add_flags(thread, SVC_STOPPED); in ptlrpc_main() 2730 thread_add_flags(thread, SVC_STOPPED); in ptlrpc_start_thread()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lustre_net.h | 1783 SVC_STOPPED = 1 << 0, enumerator 1838 return !!(thread->t_flags & SVC_STOPPED); in thread_is_stopped()
|
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_pool.c | 1369 thread_set_flags(thread, SVC_STOPPED); in ldlm_pools_thread_main()
|