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

/external/ltp/testcases/kernel/fs/doio/
H A Ddoio.c106 #define MEMF_MPIN 010000 /* use mpin(2) to lock pages in memory */ macro
3889 if (Memalloc[me].flags & MEMF_MPIN)
3900 if (Memalloc[me].flags & MEMF_MPIN)
3914 if (Memalloc[me].flags & MEMF_MPIN)
3949 if (M->flags & MEMF_MPIN)
3966 if (M->flags & MEMF_MPIN) {
3983 if (M->flags & MEMF_MPIN)
4062 if (M->flags & MEMF_MPIN)
4110 if (M->flags & MEMF_MPIN) {
5264 M->flags |= MEMF_MPIN;
[all...]

Completed in 63 milliseconds