Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/x86/
A Dtest_vsyscall.c406 bool can_read; in test_vsys_r() local
409 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()
/linux/scripts/
A Dgenerate_initcall_order.pl161 foreach my $fh ($select->can_read(0)) {

Completed in 5 milliseconds