Home
last modified time | relevance | path

Searched refs:slack (Results 1 – 3 of 3) sorted by relevance

/drivers/firmware/efi/libstub/
A Dalignedmem.c31 int slack; in efi_allocate_pages_aligned() local
40 slack = align / EFI_PAGE_SIZE - 1; in efi_allocate_pages_aligned()
43 memory_type, size / EFI_PAGE_SIZE + slack, in efi_allocate_pages_aligned()
50 if (slack > 0) { in efi_allocate_pages_aligned()
54 efi_bs_call(free_pages, alloc_addr, slack - l + 1); in efi_allocate_pages_aligned()
55 slack = l - 1; in efi_allocate_pages_aligned()
57 if (slack) in efi_allocate_pages_aligned()
58 efi_bs_call(free_pages, *addr + size, slack); in efi_allocate_pages_aligned()
A Darm32-stub.c86 const int slack = TEXT_OFFSET - 5 * PAGE_SIZE; in handle_kernel_image() local
103 if ((alloc_base % EFI_PHYS_ALIGN) > slack) { in handle_kernel_image()
115 *reserve_addr = kernel_base + slack; in handle_kernel_image()
/drivers/base/power/
A Druntime.c625 u64 slack = (u64)READ_ONCE(dev->power.autosuspend_delay) * in rpm_suspend() local
631 slack, in rpm_suspend()

Completed in 8 milliseconds