Home
last modified time | relevance | path

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

/linux-6.15/kernel/power/
H A Denergy_model.c301 struct em_perf_table *old_table; in em_dev_update_perf_domain() local
318 old_table = rcu_dereference_protected(pd->em_table, in em_dev_update_perf_domain()
324 em_table_free(old_table); in em_dev_update_perf_domain()
/linux-6.15/drivers/staging/media/atomisp/pci/
H A Datomisp_cmd.c2339 struct ia_css_shading_table *old_table; in atomisp_cp_lsc_table() local
2363 old_table = css_param->shading_table; in atomisp_cp_lsc_table()
2408 if (old_table && in atomisp_cp_lsc_table()
2409 old_table->sensor_width == shading_table->sensor_width && in atomisp_cp_lsc_table()
2410 old_table->sensor_height == shading_table->sensor_height && in atomisp_cp_lsc_table()
2411 old_table->width == shading_table->width && in atomisp_cp_lsc_table()
2412 old_table->height == shading_table->height && in atomisp_cp_lsc_table()
2414 old_table->enable == shading_table->enable) { in atomisp_cp_lsc_table()
2418 if (memcmp(shading_table->data[i], old_table->data[i], in atomisp_cp_lsc_table()
2437 if (old_table) in atomisp_cp_lsc_table()
[all …]
/linux-6.15/net/core/
H A Dnet-sysfs.c1076 struct rps_dev_flow_table *table, *old_table; in store_rps_dev_flow_table_cnt() local
1120 old_table = rcu_dereference_protected(queue->rps_flow_table, in store_rps_dev_flow_table_cnt()
1125 if (old_table) in store_rps_dev_flow_table_cnt()
1126 call_rcu(&old_table->rcu, rps_dev_flow_table_release); in store_rps_dev_flow_table_cnt()
/linux-6.15/drivers/scsi/
H A Dmyrb.c344 struct myrb_error_entry old_table[MYRB_MAX_CHANNELS * MYRB_MAX_TARGETS]; in myrb_get_errtable() local
346 memcpy(&old_table, cb->err_table, sizeof(old_table)); in myrb_get_errtable()
365 old = &old_table[err_table_offset]; in myrb_get_errtable()