Searched defs:rdma_restrack_entry (Results 1 – 5 of 5) sorted by relevance
79488 struct rdma_restrack_entry { struct79489 bool valid;79490 u8 no_track: 1;79491 struct kref kref;79492 struct completion comp;79493 struct task_struct *task;79494 const char *kern_name;79495 enum rdma_restrack_type type;79496 bool user;79497 u32 id;
88461 struct rdma_restrack_entry { struct88462 bool valid;88463 struct kref kref;88464 struct completion comp;88465 struct task_struct *task;88466 const char *kern_name;88467 enum rdma_restrack_type type;88468 bool user;88469 u32 id;
55188 struct rdma_restrack_entry { struct55189 bool valid;55190 struct kref kref;55191 struct completion comp;55192 struct task_struct *task;55193 const char *kern_name;55194 enum rdma_restrack_type type;55195 bool user;55196 u32 id;