Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_net.h471 struct ptlrpc_thread;
1284 struct ptlrpc_thread *rq_svc_thread;
1795 struct ptlrpc_thread { struct
1831 static inline int thread_is_init(struct ptlrpc_thread *thread) in thread_is_init() argument
1836 static inline int thread_is_stopped(struct ptlrpc_thread *thread) in thread_is_stopped()
1841 static inline int thread_is_stopping(struct ptlrpc_thread *thread) in thread_is_stopping()
1846 static inline int thread_is_starting(struct ptlrpc_thread *thread) in thread_is_starting()
1851 static inline int thread_is_running(struct ptlrpc_thread *thread) in thread_is_running()
1856 static inline int thread_is_event(struct ptlrpc_thread *thread) in thread_is_event()
1861 static inline int thread_is_signal(struct ptlrpc_thread *thread) in thread_is_signal()
[all …]
Dlu_object.h955 struct ptlrpc_thread *lc_thread;
Dobd.h680 struct ptlrpc_thread *oti_thread;
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dsec_gc.c62 static struct ptlrpc_thread sec_gc_thread;
166 struct ptlrpc_thread *thread = (struct ptlrpc_thread *) arg; in sec_gc_main()
Dpinger.c237 struct ptlrpc_thread *thread = (struct ptlrpc_thread *)arg; in ptlrpc_pinger_main()
308 static struct ptlrpc_thread pinger_thread;
Dservice.c1727 struct ptlrpc_thread *thread) in ptlrpc_server_handle_req_in()
1869 struct ptlrpc_thread *thread) in ptlrpc_server_handle_request()
2190 ptlrpc_thread_stopping(struct ptlrpc_thread *thread) in ptlrpc_thread_stopping()
2222 struct ptlrpc_thread *thread) in ptlrpc_wait_event()
2259 struct ptlrpc_thread *thread = (struct ptlrpc_thread *)arg; in ptlrpc_main()
2559 struct ptlrpc_thread *thread; in ptlrpc_svcpt_stop_threads()
2577 struct ptlrpc_thread, t_link); in ptlrpc_svcpt_stop_threads()
2597 struct ptlrpc_thread, t_link); in ptlrpc_svcpt_stop_threads()
2652 struct ptlrpc_thread *thread; in ptlrpc_start_thread()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dstatahead.c976 struct ptlrpc_thread *thread = &sai->sai_agl_thread; in ll_agl_thread()
1037 struct ptlrpc_thread *thread = &sai->sai_agl_thread; in ll_start_agl()
1067 struct ptlrpc_thread *thread = &sai->sai_thread; in ll_statahead_thread()
1068 struct ptlrpc_thread *agl_thread = &sai->sai_agl_thread; in ll_statahead_thread()
1324 struct ptlrpc_thread *thread = &lli->lli_sai->sai_thread; in ll_stop_statahead()
1481 struct ptlrpc_thread *thread = &sai->sai_thread; in ll_sai_unplug()
1533 struct ptlrpc_thread *thread; in do_statahead_enter()
Dllite_capa.c59 static struct ptlrpc_thread ll_capa_thread;
Dllite_internal.h1190 struct ptlrpc_thread sai_thread; /* stat-ahead thread */
1191 struct ptlrpc_thread sai_agl_thread; /* AGL thread */
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_pool.c1047 static struct ptlrpc_thread *ldlm_pools_thread;
1334 struct ptlrpc_thread *thread = (struct ptlrpc_thread *)arg; in ldlm_pools_thread_main()