Searched refs:touch_memory (Results 1 - 6 of 6) sorted by relevance
/third_party/ltp/testcases/kernel/controllers/memcg/functional/ |
H A D | memcg_process.c | 104 * touch_memory: force allocating phy memory 106 static void touch_memory(char *p, int size) in touch_memory() function 124 touch_memory(p, memsize); in mmap_anon() 154 touch_memory(p, memsize); in mmap_file() 175 touch_memory(p, memsize); in mmap_lock1() 234 touch_memory(p, memsize); in shm()
|
/third_party/ltp/testcases/kernel/controllers/memcg/stress/ |
H A D | memcg_process_stress.c | 24 void touch_memory(void) in touch_memory() function 92 touch_memory(); in main()
|
/third_party/ltp/testcases/kernel/controllers/memcg/control/ |
H A D | mem_process.c | 51 * touch_memory: force physical memory allocation 53 void touch_memory(char *p) in touch_memory() function 74 touch_memory(p); in mem_map()
|
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/ |
H A D | memtoy.h | 105 extern void touch_memory(bool, unsigned long*, size_t);
|
H A D | memtoy.c | 322 void touch_memory(bool rw, unsigned long *memp, size_t memlen) in touch_memory() function
|
H A D | segment.c | 708 touch_memory(rw, memp, length); in segment_touch()
|
Completed in 4 milliseconds