Searched full:decision (Results 1 – 25 of 48) sorted by relevance
12
/Zephyr-latest/subsys/net/lib/ptp/ |
D | btca.h | 35 * @brief Function performing Best TimeTransmitter Clock state decision algorithm. 39 * @return Proposed PTP Port's state after execution of the state decision algorithm.
|
D | clock.h | 99 * @brief Function handling STATE DECISION EVENT for the PTP Clock instance. 109 * @return 1 if the message processing results in State Decision Event.
|
/Zephyr-latest/modules/thrift/src/thrift/transport/ |
D | TSSLSocket.h | 393 enum Decision { enum 395 SKIP = 0, // cannot make decision, move on to next (if any) 407 * If a valid decision (ALLOW or DENY) is returned, the peer certificate is 413 virtual Decision verify(const sockaddr_storage & /* sa */) noexcept in verify() 430 virtual Decision verify(const std::string & /* host */, const char * /* name */, in verify() 444 virtual Decision verify(const sockaddr_storage & /* sa */, const char * /* data */, in verify() 451 typedef AccessManager::Decision Decision; typedef 457 Decision verify(const sockaddr_storage &sa) noexcept override; 458 Decision verify(const std::string &host, const char *name, int size) noexcept override; 459 Decision verify(const sockaddr_storage &sa, const char *data, int size) noexcept override;
|
D | TSSLSocket.cpp | 585 Decision DefaultClientAccessManager::verify(const sockaddr_storage &sa) noexcept in verify() 591 Decision DefaultClientAccessManager::verify(const string &host, const char *name, int size) noexcept in verify() 599 Decision DefaultClientAccessManager::verify(const sockaddr_storage &sa, const char *data, in verify()
|
/Zephyr-latest/doc/project/ |
D | working_groups.rst | 20 in its activities and decision-making processes. 107 The TSC can modify a TSC working group via a TSC decision. To request such a 114 TSC decision procedure. The submission of a request to terminate the TSC working
|
D | tsc.rst | 25 Decision Making
|
/Zephyr-latest/scripts/west_commands/ |
D | run_tests.py | 20 # already available in tox, we can revisit this decision.
|
/Zephyr-latest/dts/bindings/gpio/ |
D | nxp,s32-gpio.yaml | 30 decision is justified by the potentially higher importance of the latter
|
/Zephyr-latest/boards/native/common/irq/ |
D | board_irq.h | 56 * (maybe) having caused a kernel decision to context switch
|
/Zephyr-latest/tests/arch/riscv/atomic/src/ |
D | main.c | 18 * decision is based on function return value and target operands.
|
/Zephyr-latest/include/zephyr/ |
D | fatal.h | 74 * and then makes a policy decision on what to do by invoking
|
D | syscall.h | 92 * compile-time decision.
|
D | irq.h | 181 * return nonzero status if a scheduling decision should potentially be made. 182 * See ISR_DIRECT_FOOTER() for more details on the scheduling decision.
|
/Zephyr-latest/doc/services/pm/ |
D | device.rst | 26 devices, the decision to suspend or resume a device can also be 81 If a decision to enter a CPU lower power state is made, the power management 89 The decision about suspending devices when entering a low power state is done based on the 126 - For devices that can not make any power management decision and have to be
|
D | system.rst | 92 Other constraints placed upon the decision may include locks disallowing certain power states,
|
/Zephyr-latest/soc/intel/intel_adsp/ace/ |
D | power_down.S | 80 * The decision was made to proceed with this solution due to its
|
/Zephyr-latest/arch/arc/core/ |
D | switch.S | 46 * When arch_switch() is invoked, we know the decision to perform a context
|
/Zephyr-latest/kernel/ |
D | fatal.c | 122 * thread; a policy decision was made not to hang the system. in z_fatal_error()
|
/Zephyr-latest/include/zephyr/pm/ |
D | pm.h | 74 * This function overrides decision made by PM policy forcing
|
/Zephyr-latest/doc/safety/ |
D | safety_overview.rst | 248 influential change or improvement that requires extended discussion or decision-making, the 250 Steering Committee (TSC) as appropriate, so that they can make a decision on the best course of
|
/Zephyr-latest/arch/nios2/core/ |
D | exception.S | 123 /* Call into the kernel to see if a scheduling decision is necessary */
|
/Zephyr-latest/scripts/ |
D | twister | 198 # Propagate this decision to child processes.
|
/Zephyr-latest/doc/kernel/services/smp/ |
D | smp.rst | 312 already made its preemption decision when its state was last modified 320 Instead, the SMP "switch to" decision needs to be made synchronously
|
/Zephyr-latest/arch/arm/core/mpu/ |
D | arm_core_mpu_dev.h | 87 * The same is required for the NXP MPU due to its OR-based decision
|
/Zephyr-latest/doc/kernel/memory_management/ |
D | heap.rst | 128 configuration parameter in any way it likes to make that decision.
|
12