Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/security/tomoyo/
Dtomoyo_accept_test.c53 static void test(int rw_loop, int truncate_loop, int append_loop, in test() argument
69 append_loop, truncate_loop, create_loop, rw_loop); in test()
71 flags = rw_flags[rw_loop] | truncate_flags[truncate_loop] | in test()
133 int rw_loop; in main() local
134 for (rw_loop = 0; rw_loop < 4; in main()
135 rw_loop++) in main()
136 test(rw_loop, truncate_loop, in main()