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

  /external/ltp/testcases/kernel/controllers/memcg/control/
mem_process.c 41 #define STATUS_PIPE "status_pipe"
109 if ((fd = open(STATUS_PIPE, O_RDONLY)) == -1)
127 ret = mkfifo(STATUS_PIPE, 0666);
139 remove(STATUS_PIPE);
memcg_control_test.sh 51 STATUS_PIPE="$TMP/status_pipe"
66 echo m > $STATUS_PIPE
72 echo m > $STATUS_PIPE
73 echo x > $STATUS_PIPE

Completed in 261 milliseconds