Searched refs:SVC_STOPPED (Results 1 – 6 of 6) sorted by relevance
/drivers/staging/lustre/lustre/llite/ |
D | statahead.c | 1006 thread_set_flags(thread, SVC_STOPPED); in ll_agl_thread() 1030 thread_set_flags(thread, SVC_STOPPED); in ll_start_agl() 1259 thread_set_flags(&sai->sai_agl_thread, SVC_STOPPED); in ll_statahead_thread() 1273 thread_set_flags(thread, SVC_STOPPED); in ll_statahead_thread() 1680 thread_set_flags(thread, SVC_STOPPED); in do_statahead_enter() 1681 thread_set_flags(&sai->sai_agl_thread, SVC_STOPPED); in do_statahead_enter()
|
/drivers/staging/lustre/lustre/ptlrpc/ |
D | sec_gc.c | 197 thread_set_flags(thread, SVC_STOPPED); in sec_gc_main()
|
D | pinger.c | 284 thread_set_flags(thread, SVC_STOPPED); in ptlrpc_pinger_main()
|
D | service.c | 2151 thread_add_flags(thread, SVC_STOPPED); in ptlrpc_main() 2450 thread_add_flags(thread, SVC_STOPPED); in ptlrpc_start_thread()
|
/drivers/staging/lustre/lustre/include/ |
D | lustre_net.h | 1769 SVC_STOPPED = 1 << 0, enumerator 1824 return !!(thread->t_flags & SVC_STOPPED); in thread_is_stopped()
|
/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_pool.c | 1044 thread_set_flags(thread, SVC_STOPPED); in ldlm_pools_thread_main()
|