| /linux/rust/syn/ |
| H A D | classify.rs | 40 | 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 D | precedence.rs | 128 | Expr::Async(ExprAsync { attrs, .. }) in of() 157 | Expr::Async(_) in of()
|
| H A D | token.rs | 697 "async" pub struct Async 876 [async] => { $crate::token::Async };
|
| H A D | stmt.rs | 350 | Expr::Async(_) in stmt_expr()
|
| H A D | fixup.rs | 738 | Expr::Async(_) in scan_right()
|
| H A D | expr.rs | 122 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 D | tsx_async_abort.rst | 3 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 D | dpcsup.c | 100 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 D | linit.c | 809 (Async | NoResponseExpected)) && in aac_eh_abort() 1527 if (!(fib->hw_fib_va->header.XferState & cpu_to_le32(NoResponseExpected | Async)) && in __aac_shutdown()
|
| H A D | commsup.c | 506 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 D | aacraid.h | 792 Async = (1<<13), enumerator
|
| /linux/Documentation/devicetree/bindings/memory-controllers/ |
| H A D | ti-aemif.txt | 3 The Async External Memory Interface (EMIF16/AEMIF) controller is intended to
|
| /linux/drivers/tty/serial/8250/ |
| H A D | Kconfig | 214 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 D | gadget.rst | 147 ``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 D | v4l2-subdev.rst | 221 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 D | pagemap.rst | 239 non-Async Write Protected pages are found. The ``PM_SCAN_WP_MATCHING`` can be
|
| /linux/rust/syn/gen/ |
| H A D | clone.rs | 249 crate::Expr::Async(v0) => crate::Expr::Async(v0.clone()), in clone()
|
| H A D | eq.rs | 275 (crate::Expr::Async(self0), crate::Expr::Async(other0)) => self0 == other0, in eq()
|
| H A D | fold.rs | 1334 crate::Expr::Async(_binding_0) => { in fold_expr() 1335 crate::Expr::Async(full!(f.fold_expr_async(_binding_0))) in fold_expr()
|
| H A D | hash.rs | 367 crate::Expr::Async(v0) => { in hash()
|
| H A D | debug.rs | 427 crate::Expr::Async(v0) => v0.debug(formatter, "Async"), in fmt()
|
| /linux/drivers/eisa/ |
| H A D | eisa.ids | 392 CPQFB03 "Compaq Async/Parallel Printer Intf Assy 000990" 1010 ISAC600 "Vector International SCC Async/BSC/SDLC"
|
| /linux/Documentation/driver-api/dmaengine/ |
| H A D | provider.rst | 97 For more information on the Async TX API, please look the relevant
|
| /linux/Documentation/driver-api/crypto/iaa/ |
| H A D | iaa-crypto.rst | 274 Async mode without interrupts (caller must poll) can be enabled by
|
| /linux/Documentation/spi/ |
| H A D | spi-summary.rst | 421 - The basic I/O primitive is spi_async(). Async requests may be
|