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

/opensolaris-onvv-gate/usr/src/uts/common/vm/
H A Dseg.h139 int (*pagelock)(struct seg *, caddr_t, size_t, struct page ***, member in struct:seg_ops
160 * functions for pagelock cache support
189 * Flags for pagelock cache support.
235 (*(s)->s_ops->pagelock)((s), (a), (l), (p), (t), (rw))
255 * As a workaround to being unable to purge the pagelock
H A Dvm_anon.c1004 * Called for pages locked in memory via softlock/pagelock/mlock to make sure
2515 int pagelock = 0; local
2594 pagelock = 1;
2598 if (pagelock) {
2681 } else if (pagelock) {
H A Dseg_vn.c216 ulong_t pagelock[2]; member in struct:segvnvmstats_str
1633 * pagelock from parent.
5653 * This makes sure all the pagelock calls have to recheck
6095 * the cache. This makes sure all the pagelock calls have
8578 * pages via segvn_fault() and pagelock'd pages via this routine. But pagelock
8654 * for now we only support pagelock to anon memory. We would have to
8683 * We are adjusting the pagelock region to the large page size
8703 * for pagelock *ppp must point to the pointer of page_t that
8837 VM_STAT_ADD(segvnvmstats.pagelock[
[all...]

Completed in 1736 milliseconds