Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/x86/
H A Dtest_vsyscall.c325 bool can_read; in test_vsys_r() local
328 can_read = true; in test_vsys_r()
330 can_read = false; in test_vsys_r()
333 if (can_read && !vsyscall_map_r) in test_vsys_r()
335 else if (!can_read && vsyscall_map_r) in test_vsys_r()
337 else if (can_read) in test_vsys_r()
/linux/scripts/
H A Dgenerate_initcall_order.pl161 foreach my $fh ($select->can_read(0)) {
/linux/fs/xfs/scrub/
H A Dattr_repair.c522 bool can_read, in xrep_xattr_find_buf() argument
537 if (!can_read) { in xrep_xattr_find_buf()