Searched defs:page_capture_thread (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_page.c6173 static void page_capture_thread(void);
7114 pc_thread_id = thread_create(NULL, 0, page_capture_thread, NULL, 0, &p0,
7250 * This function is called by the page_capture_thread, and is needed in
7252 * will be unlocked and subsequently retired by page_capture_thread.
7291 * helper function for page_capture_thread
7339 * The page_capture_thread loops forever, looking to see if there are
7343 page_capture_thread(void) function

Completed in 76 milliseconds