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

/linux-master/drivers/acpi/acpica/
H A Dnsobject.c139 while (last_obj_desc->common.next_object) {
140 last_obj_desc = last_obj_desc->common.next_object;
145 last_obj_desc->common.next_object = node->object;
200 node->object = obj_desc->common.next_object;
206 node->object = node->object->common.next_object;
213 if (obj_desc->common.next_object &&
214 ((obj_desc->common.next_object)->common.type ==
216 obj_desc->common.next_object = NULL;
289 (!obj_desc->common.next_object) ||
290 ((obj_desc->common.next_object)
[all...]
H A Dutdelete.c486 union acpi_operand_object *next_object = NULL; local
520 next_object =
524 prev_object = next_object;
539 next_object = object->package.elements[i];
540 if (!next_object) {
544 switch (next_object->common.type) {
553 acpi_ut_update_ref_count(next_object,
564 (next_object, action, &state_list);
572 next_object = NULL;
577 next_object
[all...]
H A Dutcopy.c644 union acpi_operand_object *next_object; local
651 next_object = dest_desc->common.next_object;
668 dest_desc->common.next_object = next_object;
H A Dnsalloc.c100 next_desc = obj_desc->common.next_object;
H A Dexdump.c252 {ACPI_EXD_LIST, ACPI_EXD_OFFSET(common.next_object), "Object List"}
448 while (next->common.next_object) {
454 next = next->common.next_object;
1188 obj_desc = obj_desc->common.next_object;
H A Dutobject.c96 object->common.next_object = second_object;
H A Dacobject.h47 union acpi_operand_object *next_object; /* Objects linked to parent NS node */\
H A Dexprep.c510 second_desc = obj_desc->common.next_object;
H A Ddsfield.c224 second_desc = obj_desc->common.next_object;
/linux-master/mm/kfence/
H A Dcore.c709 * start_object() and next_object() return the object index + 1, because NULL is used
723 static void *next_object(struct seq_file *seq, void *v, loff_t *pos) function
746 .next = next_object,
/linux-master/mm/
H A Dslub.c3176 next_object:
3195 goto next_object;
3665 void *next_object = get_freepointer_safe(s, object); local
3681 if (unlikely(!__update_cpu_freelist_fast(s, object, next_object, tid))) {
3685 prefetch_freepointer(s, next_object);

Completed in 621 milliseconds