Lines Matching refs:xbitmap
9 struct xbitmap { struct
13 void xbitmap_init(struct xbitmap *bitmap); argument
14 void xbitmap_destroy(struct xbitmap *bitmap);
16 int xbitmap_clear(struct xbitmap *bitmap, uint64_t start, uint64_t len);
17 int xbitmap_set(struct xbitmap *bitmap, uint64_t start, uint64_t len);
18 int xbitmap_disunion(struct xbitmap *bitmap, struct xbitmap *sub);
19 uint64_t xbitmap_hweight(struct xbitmap *bitmap);
29 int xbitmap_walk(struct xbitmap *bitmap, xbitmap_walk_fn fn,
32 bool xbitmap_empty(struct xbitmap *bitmap);
33 bool xbitmap_test(struct xbitmap *bitmap, uint64_t start, uint64_t *len);
38 struct xbitmap agbitmap;