Searched defs:STATUS_PIPE (Results 1 - 1 of 1) sorted by relevance

/external/ltp/testcases/kernel/controllers/memcg/control/
H A Dmem_process.c41 #define STATUS_PIPE "status_pipe" macro
109 if ((fd = open(STATUS_PIPE, O_RDONLY)) == -1)
127 ret = mkfifo(STATUS_PIPE, 0666);
139 remove(STATUS_PIPE);

Completed in 163 milliseconds