Home
last modified time | relevance | path

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

/linux/drivers/acpi/acpica/
H A 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()
206 node->object = obj_desc->common.next_object; in acpi_ns_detach_object()
212 node->object = node->object->common.next_object; in acpi_ns_detach_object()
219 if (obj_desc->common.next_object && in acpi_ns_detach_object()
220 ((obj_desc->common.next_object)->common.type == in acpi_ns_detach_object()
222 obj_desc->common.next_object = NULL; in acpi_ns_detach_object()
295 (!obj_desc->common.next_object) || in acpi_ns_get_secondary_object()
296 ((obj_desc->common.next_object) in acpi_ns_get_secondary_object()
[all...]
H A Dutdelete.c486 union acpi_operand_object *next_object = NULL; in acpi_ut_update_object_reference() local
520 next_object = in acpi_ut_update_object_reference()
524 prev_object = next_object; in acpi_ut_update_object_reference()
539 next_object = object->package.elements[i]; in acpi_ut_update_object_reference()
540 if (!next_object) { in acpi_ut_update_object_reference()
544 switch (next_object->common.type) { in acpi_ut_update_object_reference()
553 acpi_ut_update_ref_count(next_object, in acpi_ut_update_object_reference()
564 (next_object, action, &state_list); in acpi_ut_update_object_reference()
572 next_object = NULL; in acpi_ut_update_object_reference()
577 next_object = object->buffer_field.buffer_obj; in acpi_ut_update_object_reference()
[all …]
H A 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()
H A 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()
H A Dnsalloc.c100 next_desc = obj_desc->common.next_object; in acpi_ns_delete_node()
H A Dacobject.h47 union acpi_operand_object *next_object; /* Objects linked to parent NS node */\
H A Dexprep.c513 second_desc = obj_desc->common.next_object; in acpi_ex_prep_field_value()
H A Ddsfield.c224 second_desc = obj_desc->common.next_object; in acpi_ds_create_buffer_field()
/linux/mm/kfence/
H A Dcore.c769 * start_object() and next_object() return the object index + 1, because NULL is used in start_object()
783 static void *next_object(struct seq_file *seq, void *v, loff_t *pos) in next_object()
806 .next = next_object,
778 static void *next_object(struct seq_file *seq, void *v, loff_t *pos) next_object() function
/linux/mm/
H A Dslub.c4216 next_object: in count_partial()
4235 goto next_object; in count_partial_free_approx()