Home
last modified time | relevance | path

Searched refs:Async (Results 1 – 25 of 29) sorted by relevance

12

/linux/rust/syn/
H A Dclassify.rs40 | Expr::Async(_) in requires_comma_to_be_match_arm()
155 | Expr::Async(_) in expr_leading_label()
189 Expr::Async(_) in expr_trailing_brace()
H A Dprecedence.rs128 | Expr::Async(ExprAsync { attrs, .. }) in of()
157 | Expr::Async(_) in of()
H A Dtoken.rs697 "async" pub struct Async
876 [async] => { $crate::token::Async };
H A Dstmt.rs350 | Expr::Async(_) in stmt_expr()
H A Dfixup.rs738 | Expr::Async(_) in scan_right()
H A Dexpr.rs122 Async(ExprAsync),
931 | Expr::Async(ExprAsync { attrs, .. }) in replace_attrs()
1802 input.parse().map(Expr::Async) in atom_expr()
3211 Expr::Async(e) => e.to_tokens(tokens), in print_expr()
/linux/Documentation/arch/x86/
H A Dtsx_async_abort.rst3 TSX Async Abort (TAA) mitigation
11 TSX Async Abort (TAA) is a side channel attack on internal buffers in some
/linux/drivers/scsi/aacraid/
H A Ddpcsup.c100 if (hwfib->header.XferState & cpu_to_le32(NoResponseExpected | Async)) in aac_response_normal()
404 cpu_to_le32(NoResponseExpected | Async)) { in aac_intr_normal()
H A Dlinit.c809 (Async | NoResponseExpected)) && in aac_eh_abort()
1527 if (!(fib->hw_fib_va->header.XferState & cpu_to_le32(NoResponseExpected | Async)) && in __aac_shutdown()
H A Dcommsup.c506 hw_fib->header.XferState |= cpu_to_le32(Async | ResponseExpected); in aac_fib_send()
1517 if (!(XferState & cpu_to_le32(NoResponseExpected | Async)) && in _aac_reset_adapter()
H A Daacraid.h792 Async = (1<<13), enumerator
/linux/Documentation/devicetree/bindings/memory-controllers/
H A Dti-aemif.txt3 The Async External Memory Interface (EMIF16/AEMIF) controller is intended to
/linux/drivers/tty/serial/8250/
H A DKconfig214 FourPort, Accent Async, Boca (read the Boca mini-HOWTO, available
238 Say Y here if you have an Accent Async serial board.
/linux/Documentation/driver-api/usb/
H A Dgadget.rst147 ``read()`` and ``write()``. On newer systems, POSIX Async I/O calls may
427 2.6 *Async I/O (AIO)* support is available, so that user mode software
/linux/Documentation/driver-api/media/
H A Dv4l2-subdev.rst221 Async connection descriptors describe connections to external sub-devices the
225 this is not known at the time of adding the connections to the notifier. Async
/linux/Documentation/admin-guide/mm/
H A Dpagemap.rst239 non-Async Write Protected pages are found. The ``PM_SCAN_WP_MATCHING`` can be
/linux/rust/syn/gen/
H A Dclone.rs249 crate::Expr::Async(v0) => crate::Expr::Async(v0.clone()), in clone()
H A Deq.rs275 (crate::Expr::Async(self0), crate::Expr::Async(other0)) => self0 == other0, in eq()
H A Dfold.rs1334 crate::Expr::Async(_binding_0) => { in fold_expr()
1335 crate::Expr::Async(full!(f.fold_expr_async(_binding_0))) in fold_expr()
H A Dhash.rs367 crate::Expr::Async(v0) => { in hash()
H A Ddebug.rs427 crate::Expr::Async(v0) => v0.debug(formatter, "Async"), in fmt()
/linux/drivers/eisa/
H A Deisa.ids392 CPQFB03 "Compaq Async/Parallel Printer Intf Assy 000990"
1010 ISAC600 "Vector International SCC Async/BSC/SDLC"
/linux/Documentation/driver-api/dmaengine/
H A Dprovider.rst97 For more information on the Async TX API, please look the relevant
/linux/Documentation/driver-api/crypto/iaa/
H A Diaa-crypto.rst274 Async mode without interrupts (caller must poll) can be enabled by
/linux/Documentation/spi/
H A Dspi-summary.rst421 - The basic I/O primitive is spi_async(). Async requests may be

12