Searched refs:can_read (Results 1 – 1 of 1) sorted by relevance
324 bool can_read; in test_vsys_r() local327 can_read = true; in test_vsys_r()329 can_read = false; in test_vsys_r()332 if (can_read && !vsyscall_map_r) in test_vsys_r()334 else if (!can_read && vsyscall_map_r) in test_vsys_r()336 else if (can_read) in test_vsys_r()
Completed in 4 milliseconds