Searched refs:tmp_table (Results 1 – 4 of 4) sorted by relevance
/linux-6.14.4/drivers/net/ethernet/hisilicon/hibmcge/ |
D | hbg_main.c | 244 struct hbg_mac_table_entry *tmp_table; in hbg_mac_filter_init() local 246 tmp_table = devm_kcalloc(&priv->pdev->dev, dev_specs->uc_mac_num, in hbg_mac_filter_init() 247 sizeof(*tmp_table), GFP_KERNEL); in hbg_mac_filter_init() 248 if (!tmp_table) in hbg_mac_filter_init() 251 filter->mac_table = tmp_table; in hbg_mac_filter_init()
|
/linux-6.14.4/arch/arm64/kernel/ |
D | fpsimd.c | 545 struct ctl_table tmp_table = { in vec_proc_do_default_vl() local 550 ret = proc_dointvec(&tmp_table, write, buffer, lenp, ppos); in vec_proc_do_default_vl()
|
/linux-6.14.4/net/ipv4/ |
D | nexthop.c | 2199 struct nh_res_table *tmp_table = NULL; in replace_nexthop_grp() local 2255 tmp_table = new_res_table; in replace_nexthop_grp() 2270 rcu_assign_pointer(oldg->res_table, tmp_table); in replace_nexthop_grp() 2271 rcu_assign_pointer(oldg->spare->res_table, tmp_table); in replace_nexthop_grp()
|
/linux-6.14.4/net/netfilter/ipvs/ |
D | ip_vs_ctl.c | 2022 struct ctl_table tmp_table = { in ipvs_proc_est_nice() local 2028 ret = proc_dointvec(&tmp_table, write, buffer, lenp, ppos); in ipvs_proc_est_nice() 2052 struct ctl_table tmp_table = { in ipvs_proc_run_estimation() local 2058 ret = proc_dointvec(&tmp_table, write, buffer, lenp, ppos); in ipvs_proc_run_estimation()
|