Searched refs:can_read (Results 1 – 2 of 2) sorted by relevance
406 bool can_read; in test_vsys_r() local409 can_read = true; in test_vsys_r()411 can_read = false; in test_vsys_r()414 if (can_read && !vsyscall_map_r) { in test_vsys_r()417 } else if (!can_read && vsyscall_map_r) { in test_vsys_r()420 } else if (can_read) { in test_vsys_r()
161 foreach my $fh ($select->can_read(0)) {