Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/dell/dell-wmi-sysman/
H A Denum-attributes.c141 int i, next_obj, value_modifier_count, possible_values_count; in populate_enum_data() local
165 next_obj = MODIFIER + 1; in populate_enum_data()
167 if (next_obj >= enum_property_count) in populate_enum_data()
170 if (check_property_type(enumeration, next_obj, ACPI_TYPE_INTEGER)) in populate_enum_data()
172 value_modifier_count = (uintptr_t)enumeration_obj[next_obj++].string.pointer; in populate_enum_data()
175 if (next_obj >= enum_property_count) in populate_enum_data()
177 if (check_property_type(enumeration, next_obj, ACPI_TYPE_STRING)) in populate_enum_data()
180 enumeration_obj[next_obj++].string.pointer); in populate_enum_data()
184 if (next_obj >= enum_property_count) in populate_enum_data()
187 if (check_property_type(enumeration, next_obj, ACPI_TYPE_INTEGER)) in populate_enum_data()
[all …]
/linux/drivers/infiniband/core/
H A Drdma_core.c898 struct ib_uobject *obj, *next_obj; in __uverbs_cleanup_ufile() local
913 list_for_each_entry_safe(obj, next_obj, &ufile->uobjects, list) { in __uverbs_cleanup_ufile()
/linux/mm/
H A Dkmemleak.c1974 struct kmemleak_object *next_obj = NULL; in kmemleak_seq_next() local
1981 next_obj = obj; in kmemleak_seq_next()
1987 return next_obj; in kmemleak_seq_next()