Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/fs/doio/
Ddoio.c3868 static int mturn = 0; /* which memory type to use */ in alloc_mem() local
3939 if (mturn >= Nmemalloc) in alloc_mem()
3940 mturn = 0; in alloc_mem()
3942 M = &Memalloc[mturn]; in alloc_mem()
4125 Memalloc[me].memtype, mturn); in alloc_mem()
4132 mturn++; in alloc_mem()