Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/vm/
H A Dvm_page.c6383 int cb_index; in page_capture_add_hash() local
6400 for (cb_index = 0; cb_index < PC_NUM_CALLBACKS; cb_index++) { in page_capture_add_hash()
6401 if ((flags >> cb_index) & 1) { in page_capture_add_hash()
6406 ASSERT(cb_index != PC_NUM_CALLBACKS); in page_capture_add_hash()
6408 rw_enter(&pc_cb[cb_index].cb_rwlock, RW_READER); in page_capture_add_hash()
6409 if (pc_cb[cb_index].cb_active) { in page_capture_add_hash()
6410 if (pc_cb[cb_index].duration == -1) { in page_capture_add_hash()
6414 pc_cb[cb_index].duration; in page_capture_add_hash()
6418 rw_exit(&pc_cb[cb_index].cb_rwlock); in page_capture_add_hash()
6462 rw_exit(&pc_cb[cb_index].cb_rwlock); in page_capture_add_hash()
[all …]