Searched refs:tmp_table (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/net/ethernet/hisilicon/hibmcge/ |
H A D | hbg_main.c | 340 struct hbg_mac_table_entry *tmp_table; in hbg_mac_filter_init() local 342 tmp_table = devm_kcalloc(&priv->pdev->dev, dev_specs->uc_mac_num, in hbg_mac_filter_init() 343 sizeof(*tmp_table), GFP_KERNEL); in hbg_mac_filter_init() 344 if (!tmp_table) in hbg_mac_filter_init() 347 filter->mac_table = tmp_table; in hbg_mac_filter_init()
|
/linux/kernel/ |
H A D | pid.c | 722 struct ctl_table tmp_table = *table; in proc_do_cad_pid() local 725 tmp_table.data = &tmp_pid; in proc_do_cad_pid() 727 r = proc_dointvec(&tmp_table, write, buffer, lenp, ppos); in proc_do_cad_pid()
|
/linux/arch/arm64/kernel/ |
H A D | fpsimd.c | 546 struct ctl_table tmp_table = { in vec_proc_do_default_vl() local 551 ret = proc_dointvec(&tmp_table, write, buffer, lenp, ppos); in vec_proc_do_default_vl()
|
/linux/net/ipv4/ |
H A D | nexthop.c | 2223 struct nh_res_table *tmp_table = NULL; in replace_nexthop_grp() local 2279 tmp_table = new_res_table; in replace_nexthop_grp() 2294 rcu_assign_pointer(oldg->res_table, tmp_table); in replace_nexthop_grp() 2295 rcu_assign_pointer(oldg->spare->res_table, tmp_table); in replace_nexthop_grp()
|
/linux/net/netfilter/ipvs/ |
H A D | ip_vs_ctl.c | 2023 struct ctl_table tmp_table = { in ipvs_proc_est_nice() local 2029 ret = proc_dointvec(&tmp_table, write, buffer, lenp, ppos); in ipvs_proc_est_nice() 2053 struct ctl_table tmp_table = { in ipvs_proc_run_estimation() local 2059 ret = proc_dointvec(&tmp_table, write, buffer, lenp, ppos); in ipvs_proc_run_estimation()
|