Home
last modified time | relevance | path

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

/drivers/acpi/acpica/
Ddbexec.c372 u32 allocations; in acpi_db_execute() local
448 allocations = in acpi_db_execute()
453 if (allocations > 0) { in acpi_db_execute()
456 allocations, acpi_gbl_db_method_info.pathname); in acpi_db_execute()
/drivers/staging/netlogic/
DTODO2 * All memory allocation should be changed to DMA allocations
/drivers/misc/
Dvmw_balloon.c800 unsigned int allocations = 0; in vmballoon_inflate() local
889 if (allocations >= b->rate_alloc) in vmballoon_inflate()
909 if (allocations >= rate) { in vmballoon_inflate()
922 if (error == 0 && allocations >= b->rate_alloc) { in vmballoon_inflate()
923 unsigned int mult = allocations / b->rate_alloc; in vmballoon_inflate()