Searched refs:PC_NUM_CALLBACKS (Results 1 – 2 of 2) sorted by relevance
1194 #define PC_NUM_CALLBACKS (2) macro1195 #define PC_MASK ((1 << PC_NUM_CALLBACKS) - 1)
6218 struct page_capture_callback pc_cb[PC_NUM_CALLBACKS];6434 for (cb_index = 0; cb_index < PC_NUM_CALLBACKS; cb_index++) { in page_capture_add_hash()6440 ASSERT(cb_index != PC_NUM_CALLBACKS); in page_capture_add_hash()6793 for (cb_index = 0; cb_index < PC_NUM_CALLBACKS; cb_index++) { in page_capture_take_action()6798 ASSERT(cb_index < PC_NUM_CALLBACKS); in page_capture_take_action()6987 for (cb_index = 0; cb_index < PC_NUM_CALLBACKS; cb_index++) { in page_itrycapture()6992 ASSERT(cb_index < PC_NUM_CALLBACKS); in page_itrycapture()