Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/controllers/memcg/control/
H A Dmemcg_control_test.sh19 STATUS_PIPE="status_pipe"
29 echo m > $STATUS_PIPE
35 echo m > $STATUS_PIPE
36 echo x > $STATUS_PIPE
H A Dmem_process.c19 #define STATUS_PIPE "status_pipe" macro
100 ret = mkfifo(STATUS_PIPE, 0666); in main()
105 if ((fd = open(STATUS_PIPE, O_RDONLY)) == -1) in main()
117 remove(STATUS_PIPE); in main()

Completed in 1 milliseconds