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

/freebsd-10-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dbitmap.h59 bool bitmap_full(bitmap_t *bitmap, const bitmap_info_t *binfo);
68 bitmap_full(bitmap_t *bitmap, const bitmap_info_t *binfo) function
129 assert(bitmap_full(bitmap, binfo) == false);
H A Dprivate_namespace.h86 #define bitmap_full JEMALLOC_N(bitmap_full) macro
/freebsd-10-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_alloc.c243 if (bitmap_full(db->u.pgdir->bitmap, MLX5_DB_PER_PAGE)) {
/freebsd-10-stable/sys/ofed/include/linux/
H A Dbitops.h252 bitmap_full(unsigned long *addr, int size) function
/freebsd-10-stable/sys/ofed/drivers/net/mlx4/
H A Dalloc.c400 if (bitmap_full(db->u.pgdir->order1, MLX4_DB_PER_PAGE / 2)) {
/freebsd-10-stable/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_memfree.c718 !bitmap_full(dev->db_tab->page[i].used,
/freebsd-10-stable/contrib/jemalloc/src/
H A Darena.c323 assert(bitmap_full(bitmap, &bin_info->bitmap_info) == false);

Completed in 84 milliseconds