HomeSort by relevance Sort by last modified time
    Searched defs:child_alloc (Results 1 - 3 of 3) sorted by null

  /external/ltp/testcases/kernel/syscalls/cma/
process_vm_readv02.c 42 static void child_alloc(void);
60 /* the start of child_alloc and child_invoke is already
67 child_alloc();
80 /* wait until child_invoke reads from child_alloc's VM */
85 /* child_alloc is free to exit now */
97 static void child_alloc(void) function
process_vm_readv03.c 56 static void child_alloc(int *bufsz_arr);
79 /* the start of child_alloc and child_invoke is already
86 child_alloc(bufsz_arr);
99 /* wait until child_invoke reads from child_alloc's VM */
104 /* child_alloc is free to exit now */
132 static void child_alloc(int *bufsz_arr) function
  /external/ltp/testcases/kernel/mem/lib/
mem.c 73 static void child_alloc(int testcase, int lite, int threads) function
133 child_alloc(testcase, lite, threads);

Completed in 69 milliseconds