Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/media/v4l2-core/
H A Dv4l2-async.c436 int this_index) in v4l2_async_notifier_has_async_subdev() argument
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() argument
475 this_index)) { in v4l2_async_notifier_asd_valid()
/OK3568_Linux_fs/u-boot/common/spl/
H A Dspl_fit.c630 uint32_t this_index, min_index; in spl_internal_load_simple_fit() local
633 &this_index, &min_index); in spl_internal_load_simple_fit()
637 } else if (this_index < min_index) { in spl_internal_load_simple_fit()
639 this_index, min_index); in spl_internal_load_simple_fit()
643 printf("rollback index: %d >= %d(min), OK\n", this_index, min_index); in spl_internal_load_simple_fit()
/OK3568_Linux_fs/u-boot/common/
H A Dimage-sig.c537 uint32_t *this_index, uint32_t *min_index) in fit_rollback_index_verify() argument
539 *this_index = 0; in fit_rollback_index_verify()
H A Dimage-fit.c2108 uint32_t this_index, min_index; in fit_image_load_index() local
2113 &this_index, &min_index)) { in fit_image_load_index()
2116 } else if (this_index < min_index) { in fit_image_load_index()
2118 this_index, min_index); in fit_image_load_index()
2122 printf("%d >= %d(min), OK\n", this_index, min_index); in fit_image_load_index()