Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_net.h1781 struct ptlrpc_thread { struct
1785 struct list_head t_link;
1789 void *t_data;
1790 __u32 t_flags;
1817 static inline int thread_is_init(struct ptlrpc_thread *thread) in thread_is_init() argument