Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/x86/
H A Dtest_vsyscall.c324 bool can_read; in test_vsys_r() local
327 can_read = true; in test_vsys_r()
329 can_read = false; in test_vsys_r()
332 if (can_read && !vsyscall_map_r) in test_vsys_r()
334 else if (!can_read && vsyscall_map_r) in test_vsys_r()
336 else if (can_read) in test_vsys_r()
/linux-6.15/scripts/
H A Dgenerate_initcall_order.pl161 foreach my $fh ($select->can_read(0)) {
/linux-6.15/drivers/mailbox/
H A Dimx-mailbox.c187 u32 can_read; in imx_mu_rx_waiting_read() local
193 can_read = status & IMX_MU_xSR_RFn(priv->dcfg->type, idx % 4); in imx_mu_rx_waiting_read()
194 } while (!can_read && time_is_after_jiffies64(timeout_time)); in imx_mu_rx_waiting_read()
196 if (!can_read) { in imx_mu_rx_waiting_read()
/linux-6.15/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()