Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_net.h1795 struct ptlrpc_thread { struct
1799 struct list_head t_link;
1803 void *t_data;
1804 __u32 t_flags;
1831 static inline int thread_is_init(struct ptlrpc_thread *thread) in thread_is_init() argument