Searched defs:page_capture_callback (Results 1 – 1 of 1) sorted by relevance
1203 struct page_capture_callback { struct1204 int cb_active; /* 1 means active, 0 means inactive */1205 clock_t duration; /* the length in time that we'll attempt to */1207 krwlock_t cb_rwlock;1208 int (*cb_func)(page_t *, void *, uint_t); /* callback function */