Home
last modified time | relevance | path

Searched refs:next_object (Results 1 – 13 of 13) sorted by relevance

/Linux-v4.19/drivers/acpi/acpica/
Dnsobject.c139 while (last_obj_desc->common.next_object) { in acpi_ns_attach_object()
140 last_obj_desc = last_obj_desc->common.next_object; in acpi_ns_attach_object()
145 last_obj_desc->common.next_object = node->object; in acpi_ns_attach_object()
196 node->object = obj_desc->common.next_object; in acpi_ns_detach_object()
202 node->object = node->object->common.next_object; in acpi_ns_detach_object()
209 if (obj_desc->common.next_object && in acpi_ns_detach_object()
210 ((obj_desc->common.next_object)->common.type == in acpi_ns_detach_object()
212 obj_desc->common.next_object = NULL; in acpi_ns_detach_object()
285 (!obj_desc->common.next_object) || in acpi_ns_get_secondary_object()
286 ((obj_desc->common.next_object)->common.type == in acpi_ns_get_secondary_object()
[all …]
Dutdelete.c473 union acpi_operand_object *next_object = NULL; in acpi_ut_update_object_reference() local
507 next_object = in acpi_ut_update_object_reference()
511 prev_object = next_object; in acpi_ut_update_object_reference()
526 next_object = object->package.elements[i]; in acpi_ut_update_object_reference()
527 if (!next_object) { in acpi_ut_update_object_reference()
531 switch (next_object->common.type) { in acpi_ut_update_object_reference()
540 acpi_ut_update_ref_count(next_object, in acpi_ut_update_object_reference()
551 (next_object, action, &state_list); in acpi_ut_update_object_reference()
558 next_object = NULL; in acpi_ut_update_object_reference()
563 next_object = object->buffer_field.buffer_obj; in acpi_ut_update_object_reference()
[all …]
Dutcopy.c644 union acpi_operand_object *next_object; in acpi_ut_copy_simple_object() local
651 next_object = dest_desc->common.next_object; in acpi_ut_copy_simple_object()
668 dest_desc->common.next_object = next_object; in acpi_ut_copy_simple_object()
Dnseval.c410 method_obj->method.next_object); in acpi_ns_exec_module_code()
427 method_obj->method.next_object = NULL; in acpi_ns_exec_module_code()
Dexdump.c252 {ACPI_EXD_LIST, ACPI_EXD_OFFSET(common.next_object), "Object List"}
448 while (next->common.next_object) { in acpi_ex_dump_object()
454 next = next->common.next_object; in acpi_ex_dump_object()
1188 obj_desc = obj_desc->common.next_object; in acpi_ex_dump_object_descriptor()
Dnsalloc.c96 next_desc = obj_desc->common.next_object; in acpi_ns_delete_node()
Dacobject.h47 union acpi_operand_object *next_object; /* Objects linked to parent NS node */\
Dutobject.c96 object->common.next_object = second_object; in acpi_ut_create_internal_object_dbg()
Dexprep.c514 second_desc = obj_desc->common.next_object; in acpi_ex_prep_field_value()
Dpsloop.c382 method_obj->method.next_object = in acpi_ps_link_module_code()
Ddsfield.c222 second_desc = obj_desc->common.next_object; in acpi_ds_create_buffer_field()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/bios/
Dbios_parser.c3190 ATOM_OBJECT *next_object; in patch_bios_image_from_ext_display_connection_info() local
3194 next_object = &connector_tbl->asObjects[j]; in patch_bios_image_from_ext_display_connection_info()
3196 le16_to_cpu(next_object->usObjectID)); in patch_bios_image_from_ext_display_connection_info()
3204 le16_to_cpu(next_object->usObjectID)); in patch_bios_image_from_ext_display_connection_info()
3214 next_object->usObjectID = cpu_to_le16(0); in patch_bios_image_from_ext_display_connection_info()
/Linux-v4.19/mm/
Dslub.c1178 next_object: in free_debug_processing()
1195 goto next_object; in free_debug_processing()
2675 void *next_object = get_freepointer_safe(s, object); in slab_alloc_node() local
2694 next_object, next_tid(tid)))) { in slab_alloc_node()
2699 prefetch_freepointer(s, next_object); in slab_alloc_node()