Searched refs:bitmap_full (Results 1 - 9 of 9) sorted by relevance
/linux-4.1.27/include/linux/ |
H A D | bitmap.h | 43 * 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 D | nodemask.h | 222 return bitmap_full(srcp->bits, nbits); __nodes_full()
|
H A D | cpumask.h | 467 return bitmap_full(cpumask_bits(srcp), nr_cpumask_bits); cpumask_full()
|
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | alloc.c | 215 if (bitmap_full(db->u.pgdir->bitmap, MLX5_DB_PER_PAGE)) { mlx5_db_free()
|
/linux-4.1.27/lib/ |
H A D | idr.c | 184 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 D | alloc.c | 780 if (bitmap_full(db->u.pgdir->order1, MLX4_DB_PER_PAGE / 2)) { mlx4_db_free()
|
/linux-4.1.27/drivers/media/ |
H A D | media-entity.c | 295 if (!bitmap_full(active, entity->num_pads)) { media_entity_pipeline_start()
|
/linux-4.1.27/drivers/infiniband/hw/mthca/ |
H A D | mthca_memfree.c | 602 !bitmap_full(dev->db_tab->page[i].used, mthca_alloc_db()
|
/linux-4.1.27/fs/gfs2/ |
H A D | rgrp.c | 1690 goto bitmap_full; gfs2_rbm_find() 1713 bitmap_full: /* Mark bitmap as full and fall through */ gfs2_rbm_find()
|
Completed in 938 milliseconds