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