Home
last modified time | relevance | path

Searched refs:next_obj (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/platform/x86/dell/dell-wmi-sysman/
Denum-attributes.c140 int i, next_obj, value_modifier_count, possible_values_count; in populate_enum_data() local
164 next_obj = MODIFIER + 1; in populate_enum_data()
166 if (next_obj >= enum_property_count) in populate_enum_data()
169 if (check_property_type(enumeration, next_obj, ACPI_TYPE_INTEGER)) in populate_enum_data()
171 value_modifier_count = (uintptr_t)enumeration_obj[next_obj++].string.pointer; in populate_enum_data()
174 if (next_obj >= enum_property_count) in populate_enum_data()
176 if (check_property_type(enumeration, next_obj, ACPI_TYPE_STRING)) in populate_enum_data()
179 enumeration_obj[next_obj++].string.pointer); in populate_enum_data()
183 if (next_obj >= enum_property_count) in populate_enum_data()
186 if (check_property_type(enumeration, next_obj, ACPI_TYPE_INTEGER)) in populate_enum_data()
[all …]
/linux-6.1.9/drivers/infiniband/core/
Drdma_core.c883 struct ib_uobject *obj, *next_obj; in __uverbs_cleanup_ufile() local
896 list_for_each_entry_safe(obj, next_obj, &ufile->uobjects, list) { in __uverbs_cleanup_ufile()
/linux-6.1.9/mm/
Dkmemleak.c1787 struct kmemleak_object *next_obj = NULL; in kmemleak_seq_next() local
1794 next_obj = obj; in kmemleak_seq_next()
1800 return next_obj; in kmemleak_seq_next()