Searched refs:old_table (Results 1 – 3 of 3) sorted by relevance
833 struct rps_dev_flow_table *table, *old_table; in store_rps_dev_flow_table_cnt() local877 old_table = rcu_dereference_protected(queue->rps_flow_table, in store_rps_dev_flow_table_cnt()882 if (old_table) in store_rps_dev_flow_table_cnt()883 call_rcu(&old_table->rcu, rps_dev_flow_table_release); in store_rps_dev_flow_table_cnt()
3576 struct ia_css_shading_table *old_table; in atomisp_cp_lsc_table() local3600 old_table = css_param->shading_table; in atomisp_cp_lsc_table()3653 if (old_table && in atomisp_cp_lsc_table()3654 old_table->sensor_width == shading_table->sensor_width && in atomisp_cp_lsc_table()3655 old_table->sensor_height == shading_table->sensor_height && in atomisp_cp_lsc_table()3656 old_table->width == shading_table->width && in atomisp_cp_lsc_table()3657 old_table->height == shading_table->height && in atomisp_cp_lsc_table()3658 old_table->fraction_bits == shading_table->fraction_bits && in atomisp_cp_lsc_table()3659 old_table->enable == shading_table->enable) { in atomisp_cp_lsc_table()3663 if (memcmp(shading_table->data[i], old_table->data[i], in atomisp_cp_lsc_table()[all …]
346 struct myrb_error_entry old_table[MYRB_MAX_CHANNELS * MYRB_MAX_TARGETS]; in myrb_get_errtable() local348 memcpy(&old_table, cb->err_table, sizeof(old_table)); in myrb_get_errtable()367 old = &old_table[err_table_offset]; in myrb_get_errtable()