Searched refs:copy_page_mutex (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/sys/powerpc/booke/
H A Dpmap.c143 static struct mtx copy_page_mutex; variable in typeref:struct:mtx
1111 mtx_init(&copy_page_mutex, "mmu_booke_copy_page", NULL, MTX_DEF);
2207 mtx_lock(&copy_page_mutex);
2213 mtx_unlock(&copy_page_mutex);
2224 mtx_lock(&copy_page_mutex);
2243 mtx_unlock(&copy_page_mutex);

Completed in 49 milliseconds