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

/freebsd-11-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dbitmap.h126 bool bitmap_full(bitmap_t *bitmap, const bitmap_info_t *binfo);
135 bitmap_full(bitmap_t *bitmap, const bitmap_info_t *binfo) function
208 assert(!bitmap_full(bitmap, binfo));
H A Dprivate_namespace.h146 #define bitmap_full JEMALLOC_N(bitmap_full) macro
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_alloc.c243 if (bitmap_full(db->u.pgdir->bitmap, MLX5_DB_PER_PAGE)) {
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dbitmap.h52 bitmap_full(unsigned long *addr, const unsigned int size) function
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_alloc.c779 if (bitmap_full(db->u.pgdir->order1, MLX4_DB_PER_PAGE / 2)) {
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_memfree.c600 !bitmap_full(dev->db_tab->page[i].used,
/freebsd-11-stable/contrib/jemalloc/src/
H A Darena.c312 assert(!bitmap_full(run->bitmap, &bin_info->bitmap_info));

Completed in 187 milliseconds