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

  /external/ltp/testcases/kernel/syscalls/cma/
process_vm_readv02.c 43 static void child_invoke(void);
60 /* the start of child_alloc and child_invoke is already
76 child_invoke();
80 /* wait until child_invoke reads from child_alloc's VM */
113 /* wait until child_invoke is done reading from our VM */
117 static void child_invoke(void) function
process_vm_readv03.c 57 static void child_invoke(int *bufsz_arr);
79 /* the start of child_alloc and child_invoke is already
95 child_invoke(bufsz_arr);
99 /* wait until child_invoke reads from child_alloc's VM */
158 /* wait until child_invoke is done reading from our VM */
191 static void child_invoke(int *bufsz_arr) function

Completed in 1028 milliseconds