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

/freebsd-current/contrib/jemalloc/include/jemalloc/internal/
H A Dbitmap.h176 bitmap_full(bitmap_t *bitmap, const bitmap_info_t *binfo) { function
306 assert(!bitmap_full(bitmap, binfo));
/freebsd-current/sys/dev/mlx5/mlx5_core/
H A Dmlx5_alloc.c236 if (bitmap_full(db->u.pgdir->bitmap, MLX5_DB_PER_PAGE)) {
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dbitmap.h51 bitmap_full(unsigned long *addr, const unsigned int size) function
/freebsd-current/sys/dev/mlx4/mlx4_core/
H A Dmlx4_alloc.c779 if (bitmap_full(db->u.pgdir->order1, MLX4_DB_PER_PAGE / 2)) {
/freebsd-current/sys/dev/mthca/
H A Dmthca_memfree.c600 !bitmap_full(dev->db_tab->page[i].used,
/freebsd-current/contrib/jemalloc/src/
H A Darena.c277 assert(!bitmap_full(slab_data->bitmap, &bin_info->bitmap_info));
292 assert(!bitmap_full(slab_data->bitmap, &bin_info->bitmap_info));

Completed in 134 milliseconds