Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/os/
H A Dmem_config.c657 #define NBPBMW (sizeof (uint_t) * NBBY) macro
659 ((((MDSP)->mds_npgs + NBPBMW - 1) / NBPBMW) * sizeof (uint_t))
1820 if ((mdsp->mds_bitmap[bit / NBPBMW] & in delete_memory_thread()
1821 (1 << (bit % NBPBMW))) != 0) { in delete_memory_thread()
1847 mdsp->mds_bitmap[bit / NBPBMW] |= in delete_memory_thread()
1848 (1 << (bit % NBPBMW)); in delete_memory_thread()
1881 mdsp->mds_bitmap[bit / NBPBMW] in delete_memory_thread()
1882 |= (1 << (bit % NBPBMW)); in delete_memory_thread()
1884 NBPBMW] |= in delete_memory_thread()
1885 (1 << (bit % NBPBMW)); in delete_memory_thread()
[all …]