Home
last modified time | relevance | path

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

/linux/drivers/acpi/acpica/
H A Dutobject.c21 acpi_size *obj_length);
25 acpi_size *obj_length);
425 acpi_size *obj_length) in acpi_ut_get_simple_object_size() argument
444 *obj_length = ACPI_ROUND_UP_TO_NATIVE_WORD(length); in acpi_ut_get_simple_object_size()
538 *obj_length = ACPI_ROUND_UP_TO_NATIVE_WORD(length); in acpi_ut_get_simple_object_size()
616 acpi_size *obj_length) in acpi_ut_get_package_object_size() argument
645 *obj_length = info.length; in acpi_ut_get_package_object_size()
665 acpi_size *obj_length) in acpi_ut_get_object_size() argument
676 obj_length); in acpi_ut_get_object_size()
679 acpi_ut_get_simple_object_size(internal_object, obj_length); in acpi_ut_get_object_size()
H A Dacutils.h462 acpi_ut_get_object_size(union acpi_operand_object *obj, acpi_size *obj_length);
/linux/drivers/android/binder/
H A Dthread.rs705 let obj_length = obj.length.try_into().map_err(|_| EINVAL)?; in translate_object() localVariable
706 let alloc_offset = match sg_state.unused_buffer_space.claim_next(obj_length) { in translate_object()
713 obj_length, in translate_object()
725 length: obj_length, in translate_object()