Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/acpi/acpica/
A Dnsobject.c139 while (last_obj_desc->common.next_object) { in acpi_ns_attach_object()
200 node->object = obj_desc->common.next_object; in acpi_ns_detach_object()
213 if (obj_desc->common.next_object && in acpi_ns_detach_object()
216 obj_desc->common.next_object = NULL; in acpi_ns_detach_object()
289 (!obj_desc->common.next_object) || in acpi_ns_get_secondary_object()
295 return_PTR(obj_desc->common.next_object); in acpi_ns_get_secondary_object()
331 obj_desc = obj_desc->common.next_object; in acpi_ns_attach_data()
382 prev_obj_desc->common.next_object = in acpi_ns_detach_data()
383 obj_desc->common.next_object; in acpi_ns_detach_data()
393 obj_desc = obj_desc->common.next_object; in acpi_ns_detach_data()
[all …]
A Dutdelete.c520 next_object = in acpi_ut_update_object_reference()
524 prev_object = next_object; 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()
616 next_object = object->reference.object; in acpi_ut_update_object_reference()
637 if (next_object) { in acpi_ut_update_object_reference()
638 object = next_object; in acpi_ut_update_object_reference()
[all …]
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()
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()
A Dnsalloc.c100 next_desc = obj_desc->common.next_object; in acpi_ns_delete_node()
A Dacobject.h47 union acpi_operand_object *next_object; /* Objects linked to parent NS node */\
A Dutobject.c96 object->common.next_object = second_object; in acpi_ut_create_internal_object_dbg()
A Dexprep.c510 second_desc = obj_desc->common.next_object; in acpi_ex_prep_field_value()
A Ddsfield.c224 second_desc = obj_desc->common.next_object; in acpi_ds_create_buffer_field()
/linux-6.3-rc2/mm/kfence/
A Dcore.c700 static void *next_object(struct seq_file *seq, void *v, loff_t *pos) in next_object() function
723 .next = next_object,
/linux-6.3-rc2/mm/
A Dslub.c2908 next_object: in free_debug_processing()
2927 goto next_object; in free_debug_processing()
3347 void *next_object = get_freepointer_safe(s, object); in __slab_alloc_node() local
3366 next_object, next_tid(tid)))) { in __slab_alloc_node()
3371 prefetch_freepointer(s, next_object); in __slab_alloc_node()

Completed in 34 milliseconds