Searched refs:next_obj (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/drivers/platform/x86/dell/dell-wmi-sysman/ |
| H A D | enum-attributes.c | 140 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() 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() 191 if (next_obj >= enum_property_count) in populate_enum_data() [all …]
|
| /linux-6.15/drivers/infiniband/core/ |
| H A D | rdma_core.c | 887 struct ib_uobject *obj, *next_obj; in __uverbs_cleanup_ufile() local 902 list_for_each_entry_safe(obj, next_obj, &ufile->uobjects, list) { in __uverbs_cleanup_ufile()
|
| /linux-6.15/mm/ |
| H A D | kmemleak.c | 1951 struct kmemleak_object *next_obj = NULL; in kmemleak_seq_next() local 1958 next_obj = obj; in kmemleak_seq_next() 1964 return next_obj; in kmemleak_seq_next()
|