Searched refs:res_table (Results 1 – 5 of 5) sorted by relevance
164 struct nh_res_table *res_table = rtnl_dereference(nhg->res_table); in nh_notifier_res_table_info_init() local165 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() local297 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() local567 size = struct_size(res_table, nh_buckets, num_nh_buckets); in nexthop_res_table_alloc()568 res_table = __vmalloc(size, GFP_KERNEL | __GFP_ZERO | __GFP_NOWARN); in nexthop_res_table_alloc()[all …]
62 static const int res_table[] = { in nfp_bpf_ctrl_rc_to_errno() local75 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()
231 const struct snd_ac97_res_table *res_table; /* static resolution */ member254 const struct snd_ac97_res_table *res_table; /* static resolution */ member
138 struct nh_res_table __rcu *res_table; member
1069 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()