Searched refs:dam_active_set (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | damap.c | 127 bitset_free(&dam->dam_active_set, 1); in damap_free() 201 dam->dam_active_set.bs_set = NULL; in damap_get() 212 bs = bitset_get(damaddr + (offsetof(struct dam, dam_active_set))); in damap_get() 214 dam->dam_active_set = *bs; in damap_get() 291 if (BT_TEST(dam->dam_active_set.bs_set, i)) in damap_print()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | damap_impl.h | 84 bitset_t dam_active_set; /* activated address set */ member 136 #define DAM_IS_STABLE(m, i) (bitset_in_set(&(m)->dam_active_set, (i)))
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | damap.c | 148 bitset_init(&mapp->dam_active_set); in damap_create() 199 bitset_resize(&mapp->dam_active_set, mapp->dam_size); in dam_map_alloc() 267 bitset_fini(&mapp->dam_active_set); in damap_destroy() 354 rv = bitset_is_null(&mapp->dam_active_set); in damap_is_empty() 965 bitset_copy(&mapp->dam_active_set, bsp); in damap_lookup_all() 1029 bitset_add(&mapp->dam_active_set, addrid); in dam_addr_activate() 1110 bitset_del(&mapp->dam_active_set, addrid); in dam_deact_cleanup() 1315 if (!bitset_xor(&mapp->dam_active_set, &mapp->dam_stable_set, in dam_stabilize_map() 1337 has_uncfg = bitset_and(&delta, &mapp->dam_active_set, &uncfg); in dam_stabilize_map() 1372 if (bitset_in_set(&mapp->dam_active_set, i)) in dam_stabilize_map() [all …]
|