Home
last modified time | relevance | path

Searched refs:can_read (Results 1 – 4 of 4) 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/drivers/mailbox/
H A Dimx-mailbox.c188 u32 can_read; in imx_mu_rx_waiting_read() local
194 can_read = status & IMX_MU_xSR_RFn(priv->dcfg->type, idx % 4); in imx_mu_rx_waiting_read()
195 } while (!can_read && time_is_after_jiffies64(timeout_time)); in imx_mu_rx_waiting_read()
197 if (!can_read) { in imx_mu_rx_waiting_read()
/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()