Home
last modified time | relevance | path

Searched refs:old_table (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/ump/common/
H A Dump_kernel_descriptor_mapping.c72 ump_descriptor_table *old_table = map->table; in ump_descriptor_mapping_allocate_mapping() local
86 …_mali_osk_memcpy(new_table->usage, old_table->usage, (sizeof(unsigned long)*map->current_nr_mappin… in ump_descriptor_mapping_allocate_mapping()
87 …_mali_osk_memcpy(new_table->mappings, old_table->mappings, map->current_nr_mappings * sizeof(void … in ump_descriptor_mapping_allocate_mapping()
90 descriptor_table_free(old_table); in ump_descriptor_mapping_allocate_mapping()
/OK3568_Linux_fs/kernel/net/core/
H A Dnet-sysfs.c882 struct rps_dev_flow_table *table, *old_table; in store_rps_dev_flow_table_cnt() local
926 old_table = rcu_dereference_protected(queue->rps_flow_table, in store_rps_dev_flow_table_cnt()
931 if (old_table) in store_rps_dev_flow_table_cnt()
932 call_rcu(&old_table->rcu, rps_dev_flow_table_release); in store_rps_dev_flow_table_cnt()
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/
H A Datomisp_cmd.c3604 struct ia_css_shading_table *old_table; in atomisp_cp_lsc_table() local
3628 old_table = css_param->shading_table; in atomisp_cp_lsc_table()
3681 if (old_table && in atomisp_cp_lsc_table()
3682 old_table->sensor_width == shading_table->sensor_width && in atomisp_cp_lsc_table()
3683 old_table->sensor_height == shading_table->sensor_height && in atomisp_cp_lsc_table()
3684 old_table->width == shading_table->width && in atomisp_cp_lsc_table()
3685 old_table->height == shading_table->height && in atomisp_cp_lsc_table()
3686 old_table->fraction_bits == shading_table->fraction_bits && in atomisp_cp_lsc_table()
3687 old_table->enable == shading_table->enable) { in atomisp_cp_lsc_table()
3691 if (memcmp(shading_table->data[i], old_table->data[i], in atomisp_cp_lsc_table()
[all …]
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dmyrb.c346 struct myrb_error_entry old_table[MYRB_MAX_CHANNELS * MYRB_MAX_TARGETS]; in myrb_get_errtable() local
348 memcpy(&old_table, cb->err_table, sizeof(old_table)); in myrb_get_errtable()
367 old = &old_table[err_table_offset]; in myrb_get_errtable()