Searched refs:key_count (Results 1 – 1 of 1) sorted by relevance
40 enum { key_count = 3 }; enumerator41 static int keys[key_count];42 static volatile int *pages[key_count];75 unsigned saved_rights[key_count]; in check_page_access()76 for (int i = 0; i < key_count; ++i) in check_page_access()121 for (int i = 0; i < key_count; ++i) in sigusr1_handler()130 int access_rights[key_count];139 for (int i = 0; i < key_count; ++i) in get_thread_func()209 for (int i = 1; i < key_count; ++i) in do_test()220 for (int i = 0; i < key_count; ++i) in do_test()[all …]
Completed in 3 milliseconds