Home
last modified time | relevance | path

Searched refs:this_index (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Dutmisc.c205 u32 this_index; in acpi_ut_walk_package_tree() local
218 this_index = state->pkg.index; in acpi_ut_walk_package_tree()
220 state->pkg.source_object->package.elements[this_index]; in acpi_ut_walk_package_tree()
222 &state->pkg.source_object->package.elements[this_index]; in acpi_ut_walk_package_tree()
H A Dutcopy.c220 u32 this_index; in acpi_ut_copy_ielement_to_eelement() local
225 this_index = state->pkg.index; in acpi_ut_copy_ielement_to_eelement()
228 package.elements[this_index]; in acpi_ut_copy_ielement_to_eelement()
797 u32 this_index; in acpi_ut_copy_ielement_to_ielement() local
803 this_index = state->pkg.index; in acpi_ut_copy_ielement_to_ielement()
805 &state->pkg.dest_object->package.elements[this_index]; in acpi_ut_copy_ielement_to_ielement()
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Dutmisc.c205 u32 this_index; in acpi_ut_walk_package_tree() local
218 this_index = state->pkg.index; in acpi_ut_walk_package_tree()
220 state->pkg.source_object->package.elements[this_index]; in acpi_ut_walk_package_tree()
222 &state->pkg.source_object->package.elements[this_index]; in acpi_ut_walk_package_tree()
H A Dutcopy.c220 u32 this_index; in acpi_ut_copy_ielement_to_eelement() local
225 this_index = state->pkg.index; in acpi_ut_copy_ielement_to_eelement()
228 package.elements[this_index]; in acpi_ut_copy_ielement_to_eelement()
797 u32 this_index; in acpi_ut_copy_ielement_to_ielement() local
803 this_index = state->pkg.index; in acpi_ut_copy_ielement_to_ielement()
805 &state->pkg.dest_object->package.elements[this_index]; in acpi_ut_copy_ielement_to_ielement()
/kernel/linux/linux-5.10/tools/testing/radix-tree/
H A Dtest.c148 unsigned long this_index = start; in item_full_scan() local
158 assert(items[i]->index == this_index); in item_full_scan()
159 this_index++; in item_full_scan()
163 into = this_index; in item_full_scan()
166 assert(this_index == start + nr); in item_full_scan()
168 this_index, chunk); in item_full_scan()
/kernel/linux/linux-6.6/tools/testing/radix-tree/
H A Dtest.c148 unsigned long this_index = start; in item_full_scan() local
158 assert(items[i]->index == this_index); in item_full_scan()
159 this_index++; in item_full_scan()
163 into = this_index; in item_full_scan()
166 assert(this_index == start + nr); in item_full_scan()
168 this_index, chunk); in item_full_scan()
/kernel/linux/linux-5.10/drivers/media/v4l2-core/
H A Dv4l2-async.c430 * whether it exists in a given notifier before @this_index.
431 * If @this_index < 0, search the notifier's entire @asd_list.
436 int this_index) in v4l2_async_notifier_has_async_subdev()
445 if (this_index >= 0 && j++ >= this_index) in v4l2_async_notifier_has_async_subdev()
461 int this_index) in v4l2_async_notifier_asd_valid()
475 this_index)) { in v4l2_async_notifier_asd_valid()
434 v4l2_async_notifier_has_async_subdev(struct v4l2_async_notifier *notifier, struct v4l2_async_subdev *asd, int this_index) v4l2_async_notifier_has_async_subdev() argument
459 v4l2_async_notifier_asd_valid(struct v4l2_async_notifier *notifier, struct v4l2_async_subdev *asd, int this_index) v4l2_async_notifier_asd_valid() argument

Completed in 6 milliseconds