Searched refs:obj_length (Results 1 – 2 of 2) sorted by relevance
713 let obj_length = obj.length.try_into().map_err(|_| EINVAL)?; in translate_object() localVariable714 let alloc_offset = match sg_state.unused_buffer_space.claim_next(obj_length) { in translate_object()721 obj_length, in translate_object()733 length: obj_length, in translate_object()
462 acpi_ut_get_object_size(union acpi_operand_object *obj, acpi_size *obj_length);