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.c224 struct xen_memory_reservation reservation; in gnttab_put_page() local
233 memset(&reservation, 0, sizeof(reservation)); in gnttab_put_page()
234 reservation.domid = DOMID_SELF; in gnttab_put_page()
235 reservation.extent_order = 0; in gnttab_put_page()
236 reservation.nr_extents = nr_extents; in gnttab_put_page()
237 set_xen_guest_handle(reservation.extent_start, &page); in gnttab_put_page()
239 ret = HYPERVISOR_memory_op(XENMEM_populate_physmap, &reservation); in gnttab_put_page()
/Zephyr-latest/subsys/bluetooth/controller/
DKconfig.ll_sw_split433 bool "Use maximum Advertising PDU size time reservation"
437 Use the maximum advertising PDU size time reservation considering the
439 If maximum time reservation is disabled then time reservation
455 bool "Use maximum Broadcast ISO event time reservation"
459 Use maximum Broadcast ISO event time reservation. If disabled, then
460 time reservation does not include the pre-transmissions of the last
542 bool "Use minimal Scan Auxiliary and Periodic Sync PDU time reservation"
546 Use minimal time reservation for Auxiliary and Periodic Sync PDU
549 reservation would avoid skipping closely scheduled reception of
574 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.