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

/linux-4.1.27/include/linux/
H A Dbitmap.h43 * bitmap_full(src, nbits) Are all bits set in *src?
290 static inline int bitmap_full(const unsigned long *src, unsigned int nbits) bitmap_full() function
H A Dnodemask.h222 return bitmap_full(srcp->bits, nbits); __nodes_full()
H A Dcpumask.h467 return bitmap_full(cpumask_bits(srcp), nr_cpumask_bits); cpumask_full()
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx5/core/
H A Dalloc.c215 if (bitmap_full(db->u.pgdir->bitmap, MLX5_DB_PER_PAGE)) { mlx5_db_free()
/linux-4.1.27/lib/
H A Didr.c184 while (bitmap_full(p->bitmap, IDR_SIZE)) { idr_mark_full()
342 if (bitmap_full(p->bitmap, IDR_SIZE)) idr_get_empty_slot()
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
H A Dalloc.c780 if (bitmap_full(db->u.pgdir->order1, MLX4_DB_PER_PAGE / 2)) { mlx4_db_free()
/linux-4.1.27/drivers/media/
H A Dmedia-entity.c295 if (!bitmap_full(active, entity->num_pads)) { media_entity_pipeline_start()
/linux-4.1.27/drivers/infiniband/hw/mthca/
H A Dmthca_memfree.c602 !bitmap_full(dev->db_tab->page[i].used, mthca_alloc_db()
/linux-4.1.27/fs/gfs2/
H A Drgrp.c1690 goto bitmap_full; gfs2_rbm_find()
1713 bitmap_full: /* Mark bitmap as full and fall through */ gfs2_rbm_find()

Completed in 790 milliseconds