Searched refs:running (Results 1 – 16 of 16) sorted by relevance
4 running in a rich operating environment (Fuchsia) with security related Trusted5 Applications running inside a Trusted Execution Environment (TEE).
9 // Describes metrics about the running Minfs instance.61 // Acquires metrics about the currently running filesystem.
130 volatile bool running = true; in deep_sleep() local131 while (running) { in deep_sleep()
68 uint32_t running; // bitmask of running commands member196 (port->running & (1 << slot)) || (port->completed & (1 << slot)); in ahci_port_cmd_busy()226 uint32_t running = port->running; in ahci_port_complete_txn() local227 uint32_t done = sact ^ running; in ahci_port_complete_txn()348 port->running |= (1 << slot); in ahci_do_txn()541 port->running &= ~(1 << slot); in ahci_worker_thread()544 if ((port->flags & AHCI_PORT_FLAG_SYNC_PAUSED) && !port->running) { in ahci_worker_thread()580 if (port->running) { in ahci_worker_thread()625 uint32_t pending = port->running & ~port->completed; in ahci_watchdog_thread()636 port->running &= ~(1 << slot); in ahci_watchdog_thread()
33 // Return the board name for the platform we are running on.
11 /// Test firmware that can be loaded onto the USB test device for running USB tests.
8 a normal UI framework. **Important**: When a normal UI framework is running, this
4 connects to trace providers to collect trace records from running programs.
110 /// Shut down a running ethermac114 /// Start ethermac running with ifc_virt
53 /// The new device will have the given driver responsible for running its half138 /// the requesting device is not running in the sys devhost, then this will
34 // At most one trace can be running at a time. If the trace provider
58 /// usb_reset_endpoint() the endpoint to normal running state.
17 running on the cpu, except as can be controlled by PT configuration MSRs
27 // While Cobalt's code and registration files are open source, the running585 // state. The changes are global and affect all loggers running on the device.
121 void set_running(bool running) { running_ = running; } in set_running() argument
354 #^ terminate the current running thread393 #^ Exits the currently running process.
Completed in 23 milliseconds