Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Ddamap.c251 ASSERT(DAM_IN_REPORT(mapp, i) == 0); in damap_destroy()
430 if (DAM_IN_REPORT(mapp, addrid)) { in damap_addr_add()
488 if (DAM_IN_REPORT(mapp, addrid)) { in damap_addr_del()
529 if (DAM_IN_REPORT(mapp, idx)) { in damap_addrset_flush_locked()
648 if (DAM_IN_REPORT(mapp, addrid)) { in damap_addrset_add()
698 if (DAM_IN_REPORT(mapp, i)) in damap_addrset_end()
1279 if (DAM_IN_REPORT(mapp, addrid)) { in dam_addr_release()
1616 ASSERT(!DAM_IN_REPORT(mapp, addrid)); in dam_addr_report()
/titanic_41/usr/src/uts/common/sys/
H A Ddamap_impl.h135 #define DAM_IN_REPORT(m, i) (bitset_in_set(&(m)->dam_report_set, (i))) macro