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

/illumos-gate/usr/src/uts/common/vm/
H A Dseg.h138 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))
261 * As a workaround to being unable to purge the pagelock
H A Dvm_anon.c1013 * Called for pages locked in memory via softlock/pagelock/mlock to make sure
2565 int pagelock = 0; local
2644 pagelock = 1;
2648 if (pagelock) {
2731 } else if (pagelock) {
H A Dseg_vn.c241 ulong_t pagelock[2]; member in struct:segvnvmstats_str
1530 * pagelock from parent.
5694 * This makes sure all the pagelock calls have to recheck
6149 * the cache. This makes sure all the pagelock calls have
8779 * pages via segvn_fault() and pagelock'd pages via this routine. But pagelock
8855 * for now we only support pagelock to anon memory. We would have to
8884 * We are adjusting the pagelock region to the large page size
8904 * for pagelock *ppp must point to the pointer of page_t that
9038 VM_STAT_ADD(segvnvmstats.pagelock[
[all...]

Completed in 84 milliseconds