Searched refs:this_index (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/testing/radix-tree/ |
| H A D | test.c | 148 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 D | utmisc.c | 205 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 D | utcopy.c | 220 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 D | v4l2-async.c | 436 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 D | spl_fit.c | 630 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 D | image-sig.c | 537 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 D | image-fit.c | 2108 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()
|