Lines Matching refs:rbo
34 #include "rbo.h"
36 struct rbo *rbo(int fd, unsigned handle, unsigned size,
39 struct rbo *bo;
94 int rbo_map(struct rbo *bo)
124 void rbo_unmap(struct rbo *bo)
133 struct rbo *rbo_incref(struct rbo *bo)
139 struct rbo *rbo_decref(struct rbo *bo)
153 memset(bo, 0, sizeof(struct rbo));
158 int rbo_wait(struct rbo *bo)