Home
last modified time | relevance | path

Searched refs:sample_proc (Results 1 – 10 of 10) sorted by relevance

/external/ltp/testcases/kernel/controllers/freezer/
Dlibcgroup_freezer364 assert_task_in_cgroup $sample_proc
370 assert_task_not_in_cgroup $sample_proc
376 assert_task_in_named_cgroup $sample_proc "$1"
382 assert_task_not_in_named_cgroup $sample_proc "$1"
455 assert_task_not_frozen $sample_proc
461 assert_task_is_frozen $sample_proc
467 assert_task_state $sample_proc 'T'
473 assert_task_not_in_state $sample_proc 'T'
479 assert_task_state $sample_proc 'S'
485 assert_task_not_in_state $sample_proc 'S'
[all …]
Dfreeze_self_thaw.sh40 ( export sample_proc=$! ; \
42 tst_resm TINFO " $sample_proc freezing itself" ; \
44 tst_resm TINFO " $sample_proc thawed successfully" ; \
47 export sample_proc=$!
62 tst_resm TINFO " Waiting for $sample_proc to freeze itself"
Dfreeze_kill_thaw.sh54 echo -n "INFO: Killing $sample_proc ..."
55 kill $sample_proc || kill -9 $sample_proc
71 sample_proc=""
Dstop_freeze_sleep_thaw_cont.sh46 kill -SIGSTOP $sample_proc
55 echo -n "INFO: Waiting until sleep command should have finished ($sample_proc) ... "
65 kill -SIGCONT $sample_proc
71 sample_proc=""
Dvfork_freeze.sh68 read sample_proc < "$TMPLOG"
70 export sample_proc
107 kill_sample_proc ; export sample_proc=$vfork_proc ; kill_sample_proc ; }
DTODO57 ./signal/stop_kill.sh:21: echo -n "INFO: Killing $sample_proc ..."
59 ./signal/kill.sh:20: echo -n "INFO: Killing $sample_proc ..."
60 …ep_cont.sh:26: echo -n "INFO: Waiting until sleep command should have finished ($sample_proc) ... "
63 …aw_cont.sh:30: echo -n "INFO: Waiting until sleep command should have finished ($sample_proc) ... "
65 …ep_thaw.sh:26: echo -n "INFO: Waiting until sleep command should have finished ($sample_proc) ... "
66 ./freezer/freeze_kill_thaw.sh:29: echo -n "INFO: Killing $sample_proc ..."
Dfreeze_sleep_thaw.sh51 echo -n "INFO: Waiting until sleep command should have finished ($sample_proc) ... "
68 sample_proc=""
Dstop_freeze_thaw_cont.sh47 kill -SIGSTOP $sample_proc
64 kill -SIGCONT $sample_proc
Dfork_freeze.sh45 echo "go" >> /proc/$sample_proc/fd/0
Dfreeze_move_thaw.sh56 "${CG_FILE_WRITE}" $sample_proc > "$(dirname $(pwd))/child2/tasks" 2> /dev/null && {