Home
last modified time | relevance | path

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

/Linux-v6.6/net/ipv4/
Dnexthop.c152 struct nh_res_table *res_table = rtnl_dereference(nhg->res_table); in nh_notifier_res_table_info_init() local
153 u16 num_nh_buckets = res_table->num_nh_buckets; in nh_notifier_res_table_info_init()
167 struct nh_res_bucket *bucket = &res_table->nh_buckets[i]; in nh_notifier_res_table_info_init()
256 struct nh_res_table *res_table; in nh_notifier_res_bucket_idle_timer_get() local
284 res_table = rcu_dereference(nhg->res_table); in nh_notifier_res_bucket_idle_timer_get()
285 *p_idle_timer_ms = jiffies_to_msecs(res_table->idle_timer); in nh_notifier_res_bucket_idle_timer_get()
483 vfree(rcu_dereference_raw(nhg->res_table)); in nexthop_free_group()
549 struct nh_res_table *res_table; in nexthop_res_table_alloc() local
552 size = struct_size(res_table, nh_buckets, num_nh_buckets); in nexthop_res_table_alloc()
553 res_table = __vmalloc(size, GFP_KERNEL | __GFP_ZERO | __GFP_NOWARN); in nexthop_res_table_alloc()
[all …]
/Linux-v6.6/include/sound/
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-v6.6/drivers/net/ethernet/netronome/nfp/bpf/
Dcmsg.c60 static const int res_table[] = { in nfp_bpf_ctrl_rc_to_errno() local
73 if (rc >= ARRAY_SIZE(res_table)) { in nfp_bpf_ctrl_rc_to_errno()
78 return res_table[rc]; in nfp_bpf_ctrl_rc_to_errno()
/Linux-v6.6/include/net/
Dnexthop.h128 struct nh_res_table __rcu *res_table; member
/Linux-v6.6/sound/pci/ac97/
Dac97_codec.c1081 if (ac97->res_table) { in check_volume_resolution()
1083 for (tbl = ac97->res_table; tbl->reg; tbl++) { in check_volume_resolution()
2091 ac97->res_table = template->res_table; in snd_ac97_mixer()
Dac97_patch.c1478 ac97->res_table = ad1819_restbl; in patch_ad1819()
3919 ac97->res_table = lm4550_restbl; in patch_lm4550()
/Linux-v6.6/sound/pci/nm256/
Dnm256.c1297 ac97.res_table = nm256_res_table; in snd_nm256_mixer()