Home
last modified time | relevance | path

Searched refs:res_table (Results 1 – 5 of 5) sorted by relevance

/linux/net/ipv4/
H A Dnexthop.c164 struct nh_res_table *res_table = rtnl_dereference(nhg->res_table); in nh_notifier_res_table_info_init() local
165 u16 num_nh_buckets = res_table->num_nh_buckets; in nh_notifier_res_table_info_init()
180 struct nh_res_bucket *bucket = &res_table->nh_buckets[i]; in nh_notifier_res_table_info_init()
269 struct nh_res_table *res_table; in nh_notifier_res_bucket_idle_timer_get() local
297 res_table = rcu_dereference(nhg->res_table); in nh_notifier_res_bucket_idle_timer_get()
298 *p_idle_timer_ms = jiffies_to_msecs(res_table->idle_timer); in nh_notifier_res_bucket_idle_timer_get()
497 vfree(rcu_dereference_raw(nhg->res_table)); in nexthop_free_group()
564 struct nh_res_table *res_table; in nexthop_res_table_alloc() local
637 nh_res_table_unbalanced_time(struct nh_res_table * res_table) nh_res_table_unbalanced_time() argument
646 struct nh_res_table *res_table = rtnl_dereference(nhg->res_table); nla_put_nh_group_res() local
1114 nh_res_bucket_idle_point(const struct nh_res_table * res_table,const struct nh_res_bucket * bucket,unsigned long now) nh_res_bucket_idle_point() argument
1128 nh_res_table_unb_point(const struct nh_res_table * res_table) nh_res_table_unb_point() argument
1133 nh_res_bucket_set_idle(const struct nh_res_table * res_table,struct nh_res_bucket * bucket) nh_res_bucket_set_idle() argument
1201 nexthop_bucket_notify(struct nh_res_table * res_table,u16 bucket_index) nexthop_bucket_notify() argument
1478 struct nh_res_table *res_table = rcu_dereference(nhg->res_table); nexthop_select_path_res() local
1702 nh_res_table_is_balanced(const struct nh_res_table * res_table) nh_res_table_is_balanced() argument
1728 nh_res_bucket_should_migrate(struct nh_res_table * res_table,struct nh_res_bucket * bucket,unsigned long * deadline,bool * force) nh_res_bucket_should_migrate() argument
1786 nh_res_bucket_migrate(struct nh_res_table * res_table,u16 bucket_index,bool notify,bool notify_nl,bool force) nh_res_bucket_migrate() argument
1841 nh_res_table_upkeep(struct nh_res_table * res_table,bool notify,bool notify_nl) nh_res_table_upkeep() argument
1905 struct nh_res_table *res_table; nh_res_table_upkeep_dw() local
1911 nh_res_table_cancel_upkeep(struct nh_res_table * res_table) nh_res_table_cancel_upkeep() argument
1917 nh_res_group_rebalance(struct nh_group * nhg,struct nh_res_table * res_table) nh_res_group_rebalance() argument
1953 nh_res_table_migrate_buckets(struct nh_res_table * res_table,struct nh_group * nhg) nh_res_table_migrate_buckets() argument
2126 struct nh_res_table *res_table; remove_nexthop_group() local
2353 replace_nexthop_single_notify_res(struct net * net,struct nh_res_table * res_table,struct nexthop * old,struct nh_info * oldi,struct nh_info * newi,struct netlink_ext_ack * extack) replace_nexthop_single_notify_res() argument
2402 struct nh_res_table *res_table; replace_nexthop_single_notify() local
2650 struct nh_res_table *res_table; insert_nexthop() local
2795 struct nh_res_table *res_table; nexthop_create_group() local
3738 struct nh_res_table *res_table; rtm_dump_nexthop_bucket_nh() local
3879 struct nh_res_table *res_table; rtm_get_nexthop_bucket() local
4052 struct nh_res_table *res_table; nexthop_bucket_set_hw_flags() local
4086 struct nh_res_table *res_table; nexthop_res_grp_activity_update() local
[all...]
/linux/include/sound/
H A Dac97_codec.h231 const struct snd_ac97_res_table *res_table; /* static resolution */ member
254 const struct snd_ac97_res_table *res_table; /* static resolution */ member
/linux/drivers/net/ethernet/netronome/nfp/bpf/
H A Dcmsg.c62 static const int res_table[] = { in nfp_bpf_ctrl_rc_to_errno() local
75 if (rc >= ARRAY_SIZE(res_table)) { in nfp_bpf_ctrl_rc_to_errno()
80 return res_table[rc]; in nfp_bpf_ctrl_rc_to_errno()
/linux/include/net/
H A Dnexthop.h138 struct nh_res_table __rcu *res_table; member
/linux/sound/pci/ac97/
H A Dac97_codec.c1069 if (ac97->res_table) { in check_volume_resolution()
1071 for (tbl = ac97->res_table; tbl->reg; tbl++) { in check_volume_resolution()
2082 ac97->res_table = template->res_table; in snd_ac97_mixer()