Home
last modified time | relevance | path

Searched refs:thread_add_flags (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dsec_gc.c116 thread_add_flags(&sec_gc_thread, SVC_SIGNAL); in sptlrpc_gc_add_ctx()
Dservice.c2338 thread_add_flags(thread, SVC_RUNNING); in ptlrpc_main()
2433 thread_add_flags(thread, SVC_STOPPED); in ptlrpc_main()
2570 thread_add_flags(thread, SVC_STOPPING); in ptlrpc_svcpt_stop_threads()
2705 thread_add_flags(thread, SVC_STARTING); in ptlrpc_start_thread()
2730 thread_add_flags(thread, SVC_STOPPED); in ptlrpc_start_thread()
Dpinger.c540 thread_add_flags(&pinger_thread, SVC_EVENT); in ptlrpc_pinger_wake_up()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_net.h1876 static inline void thread_add_flags(struct ptlrpc_thread *thread, __u32 flags) in thread_add_flags() function