Lines Matching refs:size
4 * Module Name: utobject - ACPI object create/delete/size/cache routines
47 * one-size-satisfies-any-request. This in itself may not be
215 /* Create an actual buffer only if size > 0 */
223 ACPI_ERROR((AE_INFO, "Could not allocate size %u",
276 ACPI_ERROR((AE_INFO, "Could not allocate size %u",
428 acpi_size size;
495 size =
498 if (!size) {
502 length += ACPI_ROUND_UP_TO_NATIVE_WORD(size);
534 * multiple of the machine word size. This keeps each object aligned
566 * Simple object - just get the size (Null object/entry is handled