Home
last modified time | relevance | path

Searched refs:reservation (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/drivers/xen/
Dmemory.c58 struct xen_memory_reservation reservation = { in xendom_populate_physmap() local
65 set_xen_guest_handle(reservation.extent_start, extent_start); in xendom_populate_physmap()
67 return HYPERVISOR_memory_op(XENMEM_populate_physmap, &reservation); in xendom_populate_physmap()
Dgnttab.c228 struct xen_memory_reservation reservation; in gnttab_put_page() local
237 memset(&reservation, 0, sizeof(reservation)); in gnttab_put_page()
238 reservation.domid = DOMID_SELF; in gnttab_put_page()
239 reservation.extent_order = 0; in gnttab_put_page()
240 reservation.nr_extents = nr_extents; in gnttab_put_page()
241 set_xen_guest_handle(reservation.extent_start, &page); in gnttab_put_page()
243 ret = HYPERVISOR_memory_op(XENMEM_populate_physmap, &reservation); in gnttab_put_page()
/Zephyr-latest/subsys/bluetooth/controller/
DKconfig.ll_sw_split434 bool "Use maximum Advertising PDU size time reservation"
438 Use the maximum advertising PDU size time reservation considering the
440 If maximum time reservation is disabled then time reservation
456 bool "Use maximum Broadcast ISO event time reservation"
460 Use maximum Broadcast ISO event time reservation. If disabled, then
461 time reservation does not include the pre-transmissions of the last
543 bool "Use minimal Scan Auxiliary and Periodic Sync PDU time reservation"
547 Use minimal time reservation for Auxiliary and Periodic Sync PDU
550 reservation would avoid skipping closely scheduled reception of
575 bool "Use maximum ISO Synchronized Receiver event time reservation"
[all …]
/Zephyr-latest/doc/releases/
Drelease-notes-2.7.rst287 * Refactored the legacy, extended and periodic advertising time reservation
1882 * :github:`30244` - Bluetooth: controller: Extended scan window time reservation prevents auxiliary…
Drelease-notes-3.2.rst386 minimal time reservation.