Searched refs:bitmap_empty (Results 1 – 5 of 5) sorted by relevance
75 static int bitmap_empty(struct mlx5_bitmap *bitmap) in bitmap_empty() function298 if (bitmap_empty(&hmem->bitmap)) { in alloc_huge_buf()315 if (bitmap_empty(&buf->hmem->bitmap)) { in free_huge_buf()
116 return !bitmap_empty(rtw_wow->flags, RTW89_WOW_FLAG_NUM); in rtw_wow_has_mgd_features()
280 if (bitmap_empty(peer->peer_ids, ATH10K_MAX_NUM_PEER_IDS)) { in ath10k_peer_unmap_event()
679 if (bitmap_empty(page->used, MTHCA_DB_REC_PER_PAGE) && in mthca_free_db()746 if (!bitmap_empty(dev->db_tab->page[i].used, MTHCA_DB_REC_PER_PAGE)) in mthca_cleanup_db_tab()
72 bitmap_empty(unsigned long *addr, const unsigned int size) in bitmap_empty() function