/external/ltp/testcases/kernel/controllers/memcg/functional/ |
memcg_process.c | 120 * touch_memory: force allocating phy memory 122 static void touch_memory(char *p, int size) function 140 touch_memory(p, memsize); 170 touch_memory(p, memsize); 191 touch_memory(p, memsize); 250 touch_memory(p, memsize);
|
/external/ltp/testcases/kernel/controllers/memcg/control/ |
mem_process.c | 73 * touch_memory: force physical memory allocation 75 void touch_memory(char *p) function 96 touch_memory(p);
|
/external/ltp/testcases/kernel/controllers/memcg/stress/ |
memcg_process_stress.c | 40 void touch_memory() function 107 touch_memory();
|
/external/ltp/testcases/kernel/hotplug/memory_hotplug/ |
memtoy.h | 105 extern void touch_memory(bool, unsigned long*, size_t);
|
memtoy.c | 325 void touch_memory(bool rw, unsigned long *memp, size_t memlen) function
|
segment.c | 711 touch_memory(rw, memp, length);
|
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_test/ |
cpuset_memory_test.c | 143 * touch_memory: force allocating phy memory
|
/external/blktrace/btreplay/ |
btreplay.c | 299 * touch_memory - Force physical memory to be allocating it 307 static inline void touch_memory(char *buf, size_t bsize) function 740 touch_memory(buf, n); [all...] |