Home
last modified time | relevance | path

Searched refs:prev_object (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/acpi/acpica/
H A Dutdelete.c487 union acpi_operand_object *prev_object; in acpi_ut_update_object_reference() local
517 prev_object = in acpi_ut_update_object_reference()
519 while (prev_object) { in acpi_ut_update_object_reference()
521 prev_object->notify.next[i]; in acpi_ut_update_object_reference()
522 acpi_ut_update_ref_count(prev_object, in acpi_ut_update_object_reference()
524 prev_object = next_object; in acpi_ut_update_object_reference()
/openbmc/linux/fs/gfs2/
H A Dglock.c905 void *prev_object; in glock_set_object() local
908 prev_object = gl->gl_object; in glock_set_object()
911 if (gfs2_assert_warn(gl->gl_name.ln_sbd, prev_object == NULL)) { in glock_set_object()
926 void *prev_object; in glock_clear_object() local
929 prev_object = gl->gl_object; in glock_clear_object()
932 if (gfs2_assert_warn(gl->gl_name.ln_sbd, prev_object == object)) { in glock_clear_object()