Home
last modified time | relevance | path

Searched refs:bitmap_get (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dbitmap.h194 bitmap_get(bitmap_t *bitmap, const bitmap_info_t *binfo, size_t bit) {
211 assert(!bitmap_get(bitmap, binfo, bit)); in bitmap_set()
218 assert(bitmap_get(bitmap, binfo, bit)); in bitmap_set()
337 assert(bitmap_get(bitmap, binfo, bit)); in bitmap_unset()
345 assert(!bitmap_get(bitmap, binfo, bit)); in bitmap_unset()
195 bitmap_get(bitmap_t *bitmap, const bitmap_info_t *binfo, size_t bit) { bitmap_get() function
/freebsd/sbin/fsck_msdosfs/
H A Dfat.c99 bitmap_get(long_bitmap_t *lbp, cl_t cl) in bitmap_get() function
194 return (bitmap_get(&fat->headbitmap, cl)); in fat_is_cl_head()
/freebsd/contrib/jemalloc/src/
H A Darena.c