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

/linux-4.1.27/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.c497 union acpi_operand_object *next_object = NULL; acpi_ut_update_object_reference() local
531 next_object = acpi_ut_update_object_reference()
535 prev_object = next_object; acpi_ut_update_object_reference()
550 next_object = object->package.elements[i]; acpi_ut_update_object_reference()
551 if (!next_object) { acpi_ut_update_object_reference()
555 switch (next_object->common.type) { acpi_ut_update_object_reference()
564 acpi_ut_update_ref_count(next_object, acpi_ut_update_object_reference()
575 (next_object, action, &state_list); acpi_ut_update_object_reference()
582 next_object = NULL; acpi_ut_update_object_reference()
587 next_object = object->buffer_field.buffer_obj; acpi_ut_update_object_reference()
592 next_object = object->field.region_obj; acpi_ut_update_object_reference()
597 next_object = object->bank_field.bank_obj; acpi_ut_update_object_reference()
611 next_object = object->index_field.index_obj; acpi_ut_update_object_reference()
631 next_object = object->reference.object; acpi_ut_update_object_reference()
651 if (next_object) { acpi_ut_update_object_reference()
652 object = next_object; acpi_ut_update_object_reference()
653 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.c361 * Save the parent node in next_object. This is cheating, but we acpi_ps_link_module_code()
364 method_obj->method.next_object = acpi_ps_link_module_code()
H A Dexdump.c284 {ACPI_EXD_LIST, ACPI_EXD_OFFSET(common.next_object), "Object List"}
477 while (next->common.next_object) { acpi_ex_dump_object()
483 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.1.27/mm/
H A Dslub.c2476 void *next_object = get_freepointer_safe(s, object); slab_alloc_node() local
2495 next_object, next_tid(tid)))) { slab_alloc_node()
2500 prefetch_freepointer(s, next_object); slab_alloc_node()

Completed in 243 milliseconds