HomeSort by relevance Sort by last modified time
    Searched refs:touch_memory (Results 1 - 7 of 7) sorted by null

  /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/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/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/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...]

Completed in 111 milliseconds