Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27642
b: refs/heads/master
c: 9ead190
h: refs/heads/master
v: v3
  • Loading branch information
Roland Dreier committed Jun 18, 2006
1 parent c60bc67 commit df53b7d
Show file tree
Hide file tree
Showing 5 changed files with 558 additions and 377 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c93b6fbaa99bb3a1552e14317296be14dde51dfb
refs/heads/master: 9ead190bfde2a434c74ea604382d08acb2eceef5
4 changes: 3 additions & 1 deletion trunk/drivers/infiniband/core/uverbs.h
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ struct ib_ucq_object {
u32 async_events_reported;
};

extern struct mutex ib_uverbs_idr_mutex;
extern spinlock_t ib_uverbs_idr_lock;
extern struct idr ib_uverbs_pd_idr;
extern struct idr ib_uverbs_mr_idr;
extern struct idr ib_uverbs_mw_idr;
Expand All @@ -141,6 +141,8 @@ extern struct idr ib_uverbs_cq_idr;
extern struct idr ib_uverbs_qp_idr;
extern struct idr ib_uverbs_srq_idr;

void idr_remove_uobj(struct idr *idp, struct ib_uobject *uobj);

struct file *ib_uverbs_alloc_event_file(struct ib_uverbs_file *uverbs_file,
int is_async, int *fd);
void ib_uverbs_release_event_file(struct kref *ref);
Expand Down
Loading

0 comments on commit df53b7d

Please sign in to comment.