Home
last modified time | relevance | path

Searched refs:ptlrpc_thread (Results 1 – 9 of 9) sorted by relevance

/drivers/staging/lustre/lustre/include/
Dlustre_net.h469 struct ptlrpc_thread;
1278 struct ptlrpc_thread *rq_svc_thread;
1781 struct ptlrpc_thread { struct
1817 static inline int thread_is_init(struct ptlrpc_thread *thread) in thread_is_init() argument
1822 static inline int thread_is_stopped(struct ptlrpc_thread *thread) in thread_is_stopped()
1827 static inline int thread_is_stopping(struct ptlrpc_thread *thread) in thread_is_stopping()
1832 static inline int thread_is_starting(struct ptlrpc_thread *thread) in thread_is_starting()
1837 static inline int thread_is_running(struct ptlrpc_thread *thread) in thread_is_running()
1842 static inline int thread_is_event(struct ptlrpc_thread *thread) in thread_is_event()
1847 static inline int thread_is_signal(struct ptlrpc_thread *thread) in thread_is_signal()
[all …]
Dlu_object.h946 struct ptlrpc_thread *lc_thread;
Dobd.h589 struct ptlrpc_thread *oti_thread;
/drivers/staging/lustre/lustre/ptlrpc/
Dsec_gc.c61 static struct ptlrpc_thread sec_gc_thread;
149 struct ptlrpc_thread *thread = arg; in sec_gc_main()
Dservice.c1441 struct ptlrpc_thread *thread) in ptlrpc_server_handle_req_in()
1582 struct ptlrpc_thread *thread) in ptlrpc_server_handle_request()
1908 ptlrpc_thread_stopping(struct ptlrpc_thread *thread) in ptlrpc_thread_stopping()
1940 struct ptlrpc_thread *thread) in ptlrpc_wait_event()
1977 struct ptlrpc_thread *thread = arg; in ptlrpc_main()
2278 struct ptlrpc_thread *thread; in ptlrpc_svcpt_stop_threads()
2296 struct ptlrpc_thread, t_link); in ptlrpc_svcpt_stop_threads()
2316 struct ptlrpc_thread, t_link); in ptlrpc_svcpt_stop_threads()
2370 struct ptlrpc_thread *thread; in ptlrpc_start_thread()
Dpinger.c224 struct ptlrpc_thread *thread = arg; in ptlrpc_pinger_main()
291 static struct ptlrpc_thread pinger_thread;
/drivers/staging/lustre/lustre/llite/
Dstatahead.c956 struct ptlrpc_thread *thread = &sai->sai_agl_thread; in ll_agl_thread()
1017 struct ptlrpc_thread *thread = &sai->sai_agl_thread; in ll_start_agl()
1047 struct ptlrpc_thread *thread = &sai->sai_thread; in ll_statahead_thread()
1048 struct ptlrpc_thread *agl_thread = &sai->sai_agl_thread; in ll_statahead_thread()
1304 struct ptlrpc_thread *thread = &lli->lli_sai->sai_thread; in ll_stop_statahead()
1461 struct ptlrpc_thread *thread = &sai->sai_thread; in ll_sai_unplug()
1513 struct ptlrpc_thread *thread; in do_statahead_enter()
Dllite_internal.h1136 struct ptlrpc_thread sai_thread; /* stat-ahead thread */
1137 struct ptlrpc_thread sai_agl_thread; /* AGL thread */
/drivers/staging/lustre/lustre/ldlm/
Dldlm_pool.c806 static struct ptlrpc_thread *ldlm_pools_thread;
1011 struct ptlrpc_thread *thread = (struct ptlrpc_thread *)arg; in ldlm_pools_thread_main()