Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/x86/
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()
/kernel/linux/linux-5.10/scripts/
Dgenerate_initcall_order.pl161 foreach my $fh ($select->can_read(0)) {
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0026_linux_drivers_mailbox.patch179 + u32 can_read;
185 + can_read = status & IMX_MU_xSR_RFn(priv->dcfg->type, idx % 4);
186 + } while (!can_read && time_is_after_jiffies64(timeout_time));
188 + if (!can_read) {