Searched defs:rdma_restrack_entry (Results 1 – 1 of 1) sorted by relevance
65 struct rdma_restrack_entry { struct74 bool valid;82 u8 no_track : 1;86 struct kref kref;90 struct completion comp;100 struct task_struct *task;125 static inline bool rdma_is_kernel_res(const struct rdma_restrack_entry *res) in rdma_is_kernel_res() argument