Home
last modified time | relevance | path

Searched refs:proc_flag (Results 1 - 4 of 4) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/prctl/
H A Dprctl06_execve.c15 int proc_flag; in main() local
24 proc_flag = 1; in main()
26 proc_flag = 0; in main()
27 check_no_new_privs(1, argv[1], proc_flag); in main()
H A Dprctl06.c30 static int proc_flag = 1; variable
41 check_no_new_privs(0, "parent", proc_flag); in do_prctl()
57 check_no_new_privs(1, "After fork, child process", proc_flag); in do_prctl()
64 check_no_new_privs(1, "parent process", proc_flag); in do_prctl()
98 proc_flag = 0; in setup()
H A Dprctl08.c57 static int proc_flag = 1; variable
74 if (proc_flag) in check_get_timerslack()
120 proc_flag = 0; in setup()
/third_party/ltp/testcases/kernel/syscalls/sched_rr_get_interval/
H A Dsched_rr_get_interval01.c19 static int proc_flag; variable
47 proc_flag = !access(PROC_SCHED_RR_TIMESLICE_MS, F_OK); in setup()
71 if (proc_flag) in run()

Completed in 2 milliseconds