Searched refs:ck_bitmap (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/contrib/ck/include/
H A Dck_bitmap.h45 #error "ck_bitmap is not supported on your platform."
60 struct ck_bitmap bitmap; \
117 struct ck_bitmap { struct
121 typedef struct ck_bitmap ck_bitmap_t;
145 return ck_bitmap_base(n_bits) + sizeof(struct ck_bitmap);
152 ck_bitmap_bits(const struct ck_bitmap *bitmap)
163 ck_bitmap_buffer(struct ck_bitmap *bitmap)
173 ck_bitmap_set(struct ck_bitmap *bitmap, unsigned int n)
187 ck_bitmap_bts(struct ck_bitmap *bitmap, unsigned int n)
198 ck_bitmap_reset(struct ck_bitmap *bitma
[all...]

Completed in 85 milliseconds