Home
last modified time | relevance | path

Searched refs:bitmap_empty (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/ofed/libmlx5/
H A Dbuf.c75 static int bitmap_empty(struct mlx5_bitmap *bitmap) in bitmap_empty() function
298 if (bitmap_empty(&hmem->bitmap)) { in alloc_huge_buf()
315 if (bitmap_empty(&buf->hmem->bitmap)) { in free_huge_buf()
/freebsd/sys/contrib/dev/rtw89/
H A Dwow.h116 return !bitmap_empty(rtw_wow->flags, RTW89_WOW_FLAG_NUM); in rtw_wow_has_mgd_features()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dtxrx.c280 if (bitmap_empty(peer->peer_ids, ATH10K_MAX_NUM_PEER_IDS)) { in ath10k_peer_unmap_event()
/freebsd/sys/dev/mthca/
H A Dmthca_memfree.c679 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()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dbitmap.h72 bitmap_empty(unsigned long *addr, const unsigned int size) in bitmap_empty() function