Home
last modified time | relevance | path

Searched refs:STATUS_PIPE (Results 1 – 2 of 2) sorted by relevance

/external/ltp/testcases/kernel/controllers/memcg/control/
Dmem_process.c41 #define STATUS_PIPE "status_pipe" macro
109 if ((fd = open(STATUS_PIPE, O_RDONLY)) == -1) in action()
127 ret = mkfifo(STATUS_PIPE, 0666); in main()
139 remove(STATUS_PIPE); in main()
Dmemcg_control_test.sh51 STATUS_PIPE="$TMP/status_pipe"
66 echo m > $STATUS_PIPE
72 echo m > $STATUS_PIPE
73 echo x > $STATUS_PIPE