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

/linux-4.4.14/drivers/acpi/acpica/
H A Dnsobject.c175 while (last_obj_desc->common.next_object) { acpi_ns_attach_object()
176 last_obj_desc = last_obj_desc->common.next_object; acpi_ns_attach_object()
181 last_obj_desc->common.next_object = node->object; acpi_ns_attach_object()
232 node->object = obj_desc->common.next_object; acpi_ns_detach_object()
238 node->object = node->object->common.next_object; acpi_ns_detach_object()
245 if (obj_desc->common.next_object && acpi_ns_detach_object()
246 ((obj_desc->common.next_object)->common.type == acpi_ns_detach_object()
248 obj_desc->common.next_object = NULL; acpi_ns_detach_object()
321 (!obj_desc->common.next_object) || acpi_ns_get_secondary_object()
322 ((obj_desc->common.next_object)->common.type == acpi_ns_get_secondary_object()
327 return_PTR(obj_desc->common.next_object); acpi_ns_get_secondary_object()
363 obj_desc = obj_desc->common.next_object; acpi_ns_attach_data()
379 prev_obj_desc->common.next_object = data_desc; acpi_ns_attach_data()
414 prev_obj_desc->common.next_object = acpi_ns_detach_data()
415 obj_desc->common.next_object; acpi_ns_detach_data()
417 node->object = obj_desc->common.next_object; acpi_ns_detach_data()
425 obj_desc = obj_desc->common.next_object; acpi_ns_detach_data()
460 obj_desc = obj_desc->common.next_object; acpi_ns_get_attached_data()
H A Dutdelete.c500 union acpi_operand_object *next_object = NULL; acpi_ut_update_object_reference() local
534 next_object = acpi_ut_update_object_reference()
538 prev_object = next_object; acpi_ut_update_object_reference()
553 next_object = object->package.elements[i]; acpi_ut_update_object_reference()
554 if (!next_object) { acpi_ut_update_object_reference()
558 switch (next_object->common.type) { acpi_ut_update_object_reference()
567 acpi_ut_update_ref_count(next_object, acpi_ut_update_object_reference()
578 (next_object, action, &state_list); acpi_ut_update_object_reference()
585 next_object = NULL; acpi_ut_update_object_reference()
590 next_object = object->buffer_field.buffer_obj; acpi_ut_update_object_reference()
595 next_object = object->field.region_obj; acpi_ut_update_object_reference()
600 next_object = object->bank_field.bank_obj; acpi_ut_update_object_reference()
614 next_object = object->index_field.index_obj; acpi_ut_update_object_reference()
634 next_object = object->reference.object; acpi_ut_update_object_reference()
654 if (next_object) { acpi_ut_update_object_reference()
655 object = next_object; acpi_ut_update_object_reference()
656 next_object = NULL; acpi_ut_update_object_reference()
H A Dnseval.c418 * Get the parent node. We cheat by using the next_object field acpi_ns_exec_module_code()
422 method_obj->method.next_object); acpi_ns_exec_module_code()
437 /* Must clear next_object (acpi_ns_attach_object needs the field) */ acpi_ns_exec_module_code()
439 method_obj->method.next_object = NULL; acpi_ns_exec_module_code()
H A Dutcopy.c679 union acpi_operand_object *next_object; acpi_ut_copy_simple_object() local
686 next_object = dest_desc->common.next_object; acpi_ut_copy_simple_object()
703 dest_desc->common.next_object = next_object; acpi_ut_copy_simple_object()
H A Dpsloop.c364 * Save the parent node in next_object. This is cheating, but we acpi_ps_link_module_code()
367 method_obj->method.next_object = acpi_ps_link_module_code()
H A Dexdump.c286 {ACPI_EXD_LIST, ACPI_EXD_OFFSET(common.next_object), "Object List"}
479 while (next->common.next_object) { acpi_ex_dump_object()
485 next = next->common.next_object; acpi_ex_dump_object()
1192 obj_desc = obj_desc->common.next_object; acpi_ex_dump_object_descriptor()
H A Dacobject.h81 union acpi_operand_object *next_object; /* Objects linked to parent NS node */\
H A Dexcreate.c329 region_obj2 = obj_desc->common.next_object; acpi_ex_create_region()
H A Dexprep.c543 second_desc = obj_desc->common.next_object; acpi_ex_prep_field_value()
H A Dnsalloc.c132 next_desc = obj_desc->common.next_object; acpi_ns_delete_node()
H A Dutobject.c128 object->common.next_object = second_object; acpi_ut_create_internal_object_dbg()
H A Ddsfield.c250 second_desc = obj_desc->common.next_object; acpi_ds_create_buffer_field()
/linux-4.4.14/mm/
H A Dslub.c1084 next_object: free_debug_processing()
1123 goto next_object; free_debug_processing()
2533 void *next_object = get_freepointer_safe(s, object); slab_alloc_node() local
2552 next_object, next_tid(tid)))) { slab_alloc_node()
2557 prefetch_freepointer(s, next_object); slab_alloc_node()

Completed in 364 milliseconds