/aosp_15_r20/external/crosvm/devices/src/virtio/ |
H A D | interrupt.rs | 75 pub struct Interrupt { struct 76 inner: Arc<InterruptInner>, argument 79 impl fmt::Debug for Interrupt { implementation 90 impl Interrupt { implementation 177 impl Interrupt { implementation 183 ) -> Interrupt { in new() 212 ) -> Interrupt { in new_from_snapshot() 232 pub fn new_mmio(irq_evt_edge: IrqEdgeEvent, async_intr_status: bool) -> Interrupt { in new_mmio() 251 ) -> Interrupt { in new_vhost_user()
|
H A D | pvclock.rs | 360 interrupt: Interrupt, in start_main_worker() 438 interrupt: Interrupt, in switch_to_main_worker() 748 interrupt: Interrupt, in run_main_worker() 958 interrupt: Interrupt, in activate() 998 queues_state: Option<(GuestMemory, Interrupt, BTreeMap<usize, Queue>)>, in virtio_wake() argument
|
H A D | pmem.rs | 300 interrupt: Interrupt, in run_worker() 470 interrupt: Interrupt, in activate() 531 queues_state: Option<(GuestMemory, Interrupt, BTreeMap<usize, Queue>)>, in virtio_wake() argument
|
H A D | rng.rs | 144 interrupt: Interrupt, in activate() 181 queues_state: Option<(GuestMemory, Interrupt, BTreeMap<usize, Queue>)>, in virtio_wake() argument
|
H A D | console.rs | 90 _interrupt: Interrupt, in activate() 129 queues_state: Option<(GuestMemory, Interrupt, BTreeMap<usize, Queue>)>, in virtio_wake() argument
|
H A D | balloon.rs | 688 interrupt: Interrupt, in handle_command_tube() 875 interrupt: Interrupt, in run_worker() 1342 interrupt: Interrupt, in start_worker() 1457 interrupt: Interrupt, in activate() 1484 queues_state: Option<(GuestMemory, Interrupt, BTreeMap<usize, Queue>)>, in virtio_wake() argument
|
H A D | virtio_device.rs | 142 interrupt: Interrupt, in activate() 257 _queues_state: Option<(GuestMemory, Interrupt, BTreeMap<usize, Queue>)>, in virtio_wake() argument
|
H A D | queue.rs | 267 interrupt: Interrupt, in activate() 457 interrupt: Interrupt, in restore()
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/fend-core-1.4.6/src/ |
H A D | interrupt.rs | 9 pub trait Interrupt { interface
|
H A D | lib.rs | 393 int: &impl Interrupt, in evaluate_with_interrupt_internal() 426 int: &impl Interrupt, in evaluate_with_interrupt() 441 int: &impl Interrupt, in evaluate_preview_with_interrupt()
|
/aosp_15_r20/external/crosvm/devices/src/virtio/queue/ |
H A D | packed_queue.rs | 133 interrupt: Interrupt, in new() 217 pub fn interrupt(&self) -> &Interrupt { in interrupt() 436 _interrupt: Interrupt, in restore()
|
H A D | split_queue.rs | 92 interrupt: Interrupt, in new() 191 pub fn interrupt(&self) -> &Interrupt { in interrupt() 517 interrupt: Interrupt, in restore()
|
/aosp_15_r20/external/crosvm/devices/src/virtio/vhost_user_frontend/ |
H A D | mod.rs | 351 fn start_worker(&mut self, interrupt: Interrupt, non_msix_evt: Event) { in start_worker() 469 interrupt: Interrupt, in activate() 609 queues_state: Option<(GuestMemory, Interrupt, BTreeMap<usize, Queue>)>, in virtio_wake() argument
|
/aosp_15_r20/external/crosvm/acpi_tables/src/ |
H A D | aml.rs | 675 pub struct Interrupt { struct 683 impl Interrupt { implementation 702 impl Aml for Interrupt { implementation
|
/aosp_15_r20/external/crosvm/devices/src/virtio/snd/vios_backend/ |
H A D | mod.rs | 122 interrupt: Interrupt, in activate() 229 device_state: Option<(GuestMemory, Interrupt, BTreeMap<usize, Queue>)>, in virtio_wake() argument
|
/aosp_15_r20/external/crosvm/devices/src/virtio/vsock/sys/windows/ |
H A D | vsock.rs | 202 interrupt: Interrupt, in start_worker() 271 interrupt: Interrupt, in activate() 310 queues_state: Option<(GuestMemory, Interrupt, BTreeMap<usize, Queue>)>, in virtio_wake() argument 437 interrupt: Interrupt, in new()
|
/aosp_15_r20/external/crosvm/devices/src/virtio/vhost/ |
H A D | vsock.rs | 175 interrupt: Interrupt, in activate() 316 device_state: Option<(GuestMemory, Interrupt, BTreeMap<usize, Queue>)>, in virtio_wake() argument
|
/aosp_15_r20/external/crosvm/devices/src/virtio/snd/common_backend/ |
H A D | mod.rs | 446 interrupt: Interrupt, in activate() 502 device_state: Option<(GuestMemory, Interrupt, BTreeMap<usize, Queue>)>, in virtio_wake() argument 571 interrupt: Interrupt, in run_worker()
|
/aosp_15_r20/external/crosvm/devices/src/virtio/console/ |
H A D | worker.rs | 123 interrupt: Interrupt, in new() 305 pub fn new(interrupt: Interrupt, ports: Vec<WorkerPort>) -> anyhow::Result<Self> { in new()
|
/aosp_15_r20/external/crosvm/devices/src/irqchip/ |
H A D | apic.rs | 394 fn decode_icr(&mut self) -> Interrupt { in decode_icr() 726 pub struct Interrupt { struct 728 pub dest: InterruptDestination, argument 730 pub data: InterruptData, argument
|
/aosp_15_r20/external/grpc-grpc/test/cpp/util/ |
H A D | subprocess.cc | 42 void SubProcess::Interrupt() { gpr_subprocess_interrupt(subprocess_); } in Interrupt() function in grpc::SubProcess
|
/aosp_15_r20/tools/loganalysis/src/com/android/loganalysis/parser/ |
H A D | InterruptParser.java | 34 private static final Pattern Interrupt = Pattern.compile( field in InterruptParser
|
/aosp_15_r20/prebuilts/go/linux-x86/src/time/ |
D | internal_test.go | 36 var Interrupt = interrupt var
|
/aosp_15_r20/prebuilts/go/linux-x86/src/os/ |
D | exec_posix.go | 22 Interrupt Signal = syscall.SIGINT var
|
/aosp_15_r20/system/core/fs_mgr/libsnapshot/snapuserd/ |
H A D | snapuserd_daemon.cpp | 157 void Daemon::Interrupt() { in Interrupt() function in android::snapshot::Daemon
|