Searched refs:PC_NUM_CALLBACKS (Results 1 – 2 of 2) sorted by relevance
1192 #define PC_NUM_CALLBACKS (2) macro1193 #define PC_MASK ((1 << PC_NUM_CALLBACKS) - 1)
6184 struct page_capture_callback pc_cb[PC_NUM_CALLBACKS];6400 for (cb_index = 0; cb_index < PC_NUM_CALLBACKS; cb_index++) { in page_capture_add_hash()6406 ASSERT(cb_index != PC_NUM_CALLBACKS); in page_capture_add_hash()6759 for (cb_index = 0; cb_index < PC_NUM_CALLBACKS; cb_index++) { in page_capture_take_action()6764 ASSERT(cb_index < PC_NUM_CALLBACKS); in page_capture_take_action()6953 for (cb_index = 0; cb_index < PC_NUM_CALLBACKS; cb_index++) { in page_itrycapture()6958 ASSERT(cb_index < PC_NUM_CALLBACKS); in page_itrycapture()