Searched refs:bmp2 (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/lib/numa/
H A Dnuma_bitmap.c146 * \param bmp2 bitmask 2
151 bool numa_bitmask_equal(const struct bitmap *bmp1, const struct bitmap *bmp2) argument
153 return bitmap_equal(bmp1, bmp2);
/barrelfish-master/include/
H A Dnuma.h643 * \param bmp2 bitmask 2
648 bool numa_bitmask_equal(const struct bitmap *bmp1, const struct bitmap *bmp2);

Completed in 67 milliseconds