Searched defs:ptlrpc_thread (Results 1 – 1 of 1) sorted by relevance
1781 struct ptlrpc_thread { struct1785 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