Searched full:demand (Results 1 – 25 of 62) sorted by relevance
123
/Zephyr-Core-3.6.0/doc/connectivity/bluetooth/api/mesh/ |
D | od_cli.rst | 3 On-Demand Private Proxy Client 6 The On-Demand Private Proxy Client model is a foundation model defined by the Bluetooth Mesh 10 The On-Demand Private Proxy Client model was introduced in the Bluetooth Mesh Protocol Specification 11 version 1.1, and is used to set and retrieve the On-Demand Private GATT Proxy state. The state 15 The On-Demand Private Proxy Client model communicates with an On-Demand Private Proxy Server model 16 using the device key of the node containing the target On-Demand Private Proxy Server model 19 If present, the On-Demand Private Proxy Client model must only be instantiated on the primary 25 The On-Demand Private Proxy Client model behavior can be configured with the transmission timeout
|
D | od_srv.rst | 3 On-Demand Private Proxy Server 6 The On-Demand Private Proxy Server model is a foundation model defined by the Bluetooth Mesh 9 The On-Demand Private Proxy Server model was introduced in the Bluetooth Mesh Protocol Specification 11 node that is a recipient of Solicitation PDUs by managing its On-Demand Private GATT Proxy state. 13 When enabled, the :ref:`bluetooth_mesh_srpl_srv` is also enabled. The On-Demand Private Proxy Server 16 The On-Demand Private Proxy Server does not have an API of its own, and relies on a 17 :ref:`bluetooth_mesh_od_cli` to control it. The On-Demand Private Proxy Server model only accepts 20 If present, the On-Demand Private Proxy Server model must only be instantiated on the primary
|
D | proxy.rst | 59 advertisement can be configured by the On-Demand Private Proxy Client model.
|
/Zephyr-Core-3.6.0/include/zephyr/bluetooth/mesh/ |
D | od_priv_proxy_cli.h | 17 * @defgroup bt_mesh_od_priv_proxy_cli Bluetooth Mesh On-Demand Private GATT Proxy Client 22 /** On-Demand Private Proxy Client Model Context */ 30 /** @brief Optional callback for On-Demand Private Proxy Status messages. 32 * Handles received On-Demand Private Proxy Status messages from a On-Demand Private Proxy 33 * server.The @c state param represents state of On-Demand Private Proxy server. 35 * @param cli On-Demand Private Proxy client that received the status message. 43 * @brief On-Demand Private Proxy Client model composition data entry. 50 /** @brief Get the target's On-Demand Private GATT Proxy state. 61 * @param val_rsp Response buffer for On-Demand Private GATT Proxy value. 67 /** @brief Set the target's On-Demand Private GATT Proxy state. [all …]
|
D | od_priv_proxy_srv.h | 17 * @defgroup bt_mesh_od_priv_proxy_srv Bluetooth Mesh On-Demand Private GATT Proxy Server 23 * @brief On-Demand Private Proxy Server model composition data entry.
|
D | cfg.h | 148 /** @brief Get the current Mesh On-Demand Private Proxy state. 150 * @retval 0 or positive value represents On-Demand Private Proxy feature state 151 * @retval -ENOTSUP The On-Demand Private Proxy feature is not supported. 155 /** @brief Set state of Mesh On-Demand Private Proxy. 157 * Support for the On-Demand Private Proxy state must be enabled with @c 160 * @param on_demand_proxy New Mesh On-Demand Private Proxy state. Value of 0x00 means that 161 * advertising with Private Network Identity cannot be enabled on demand. 165 * @retval 0 Successfully changed the Mesh On-Demand Private Proxy feature state. 166 * @retval -ENOTSUP The On-Demand Private Proxy feature is not supported.
|
/Zephyr-Core-3.6.0/kernel/ |
D | Kconfig.vm | 27 as their physical address (demand paging at runtime may later modify 118 bool "Demand paging [EXPERIMENTAL]" 121 Enable demand paging. Requires architecture support in how the kernel 153 bool "Gather Demand Paging Statistics" 155 This enables gathering various statistics related to demand paging, 162 bool "Use Timing Functions to Gather Demand Paging Statistics" 165 Use timing functions to gather various demand paging statistics. 168 bool "Gather per Thread Demand Paging Statistics" 171 This enables gathering per thread statistics related to demand 177 bool "Gather Demand Paging Execution Timing Histogram" [all …]
|
/Zephyr-Core-3.6.0/subsys/demand_paging/backing_store/ |
D | Kconfig | 20 demonstration and testing of the demand paging feature. 27 for demand paging. The qemu_x86_tiny.ld linker script puts 29 area, allowing testing of the demand paging mechanism on 39 cases for demand paging assume that there are at least 16 pages of
|
D | backing_store_qemu_x86_tiny.c | 12 * for demand paging. The qemu_x86_tiny.ld linker script puts 14 * area, allowing testing of the demand paging mechanism on
|
D | ram.c | 17 * demand paging feature. In production there are basically two types of
|
/Zephyr-Core-3.6.0/subsys/bluetooth/mesh/shell/ |
D | od_priv_proxy.c | 36 shell_print(sh, "Unable to send On-Demand Private GATT Proxy Get/Set (err %d)", in cmd_od_priv_gatt_proxy_set() 41 shell_print(sh, "On-Demand Private GATT Proxy is set to 0x%02x", val_rsp); in cmd_od_priv_gatt_proxy_set() 52 "On-Demand Private Proxy Cli commands",
|
/Zephyr-Core-3.6.0/subsys/bluetooth/mesh/ |
D | od_priv_proxy_cli.c | 18 /** On-Demand Private Proxy Client Model Context */ 32 LOG_DBG("On-Demand Private Proxy status received: state: %u", state_rsp); in handle_proxy_status() 99 LOG_ERR("On-Demand Private Proxy client not in primary element"); in on_demand_proxy_cli_init()
|
D | od_priv_proxy_srv.c | 96 LOG_ERR("On-Demand Private Proxy server not in primary element"); in od_priv_proxy_srv_init()
|
D | Kconfig | 1178 bool "Support for On-Demand Private Proxy Client model" 1180 On-Demand Private Proxy Client allows to configure and check the state 1181 of On-Demand Private Proxy Servers. The state determines if the peers will 1190 This timeout controls how long the On-Demand Private Proxy Client waits 1195 bool "Support for On-Demand Private Proxy Server model" 1199 The On-Demand Private Proxy Server is used to support configuration of
|
/Zephyr-Core-3.6.0/include/zephyr/kernel/internal/ |
D | mm.h | 31 * Note that when demand paging is active, these will only work with page 98 * the above checks won't be sufficient with demand paging in z_mem_phys_addr() 125 * the above check won't be sufficient with demand paging in z_mem_virt_addr() 162 * frames. It may conflict with anonymous memory mappings and demand paging 196 * It may conflict with anonymous memory mappings and demand paging and
|
/Zephyr-Core-3.6.0/subsys/demand_paging/ |
D | Kconfig | 4 menu "Demand Paging modules"
|
/Zephyr-Core-3.6.0/doc/kernel/memory_management/ |
D | virtual_memory.rst | 15 between physical and virtual memory address spaces, if demand paging 27 Note that demand paging needs to be explicitly enabled. 30 memory space, without enabling demand paging, all virtually 130 some addresses are reserved to support demand paging. 170 The unused physical memory can be mapped in virtual address space on demand.
|
D | demand_paging.rst | 3 Demand Paging 6 Demand paging provides a mechanism where data is only brought into physical 181 .. doxygengroup:: mem-demand-paging 187 .. doxygengroup:: mem-demand-paging-eviction 193 .. doxygengroup:: mem-demand-paging-backing-store
|
/Zephyr-Core-3.6.0/subsys/demand_paging/eviction/ |
D | Kconfig | 4 # Demand paging sample eviction algorithms
|
D | nru.c | 6 * Not Recently Used (NRU) eviction algorithm for demand paging
|
/Zephyr-Core-3.6.0/include/zephyr/kernel/mm/ |
D | demand_paging.h | 16 * @defgroup demand_paging Demand Paging 21 * @defgroup mem-demand-paging Demand Paging APIs 213 * @defgroup mem-demand-paging-eviction Eviction Algorithm APIs 248 * @defgroup mem-demand-paging-backing-store Backing Store APIs
|
/Zephyr-Core-3.6.0/kernel/include/ |
D | mmu.h | 24 * properties and shouldn't be used generically for demand paging or 244 * Core kernel demand paging APIs 250 * Counts only those page faults that were handled successfully by the demand
|
/Zephyr-Core-3.6.0/doc/services/debugging/ |
D | thread-analyzer.rst | 10 The analysis is performed on demand when the application calls
|
/Zephyr-Core-3.6.0/drivers/ethernet/ |
D | eth_cyclonev_priv.h | 165 /* Transmit Poll Demand */ 167 /* Receive Poll Demand */ 299 /* Transmit Poll Demand */ 302 /* Receive Poll Demand */
|
/Zephyr-Core-3.6.0/subsys/net/l2/ethernet/gptp/ |
D | Kconfig | 26 bool "Probe clock source on demand"
|
123