Searched refs:is_clash (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/psm/stand/cpr/sparcv9/sun4u/ |
H A D | bitmap.c | 535 int is_ostk, is_clash, clash_cnt, ok_cnt; in cb_relocate() local 556 is_clash = (cb_bitop(ppn, CB_ISSET) != 0); in cb_relocate() 557 if (is_clash) in cb_relocate() 580 CB_VPRINTF((skip_fmt, virt, is_clash, desc)); in cb_relocate() 581 } else if (is_clash == 0) { in cb_relocate() 582 CB_VPRINTF((skip_fmt, virt, is_clash, desc)); in cb_relocate()
|