Home
last modified time | relevance | path

Searched refs:MEMF_MPIN (Results 1 – 1 of 1) sorted by relevance

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