Home
last modified time | relevance | path

Searched defs:tbl (Results 1 – 25 of 166) sorted by relevance

1234567

/linux/fs/nfs/
H A Dnfs4session.c27 static void nfs4_init_slot_table(struct nfs4_slot_table *tbl, const char *queue) in nfs4_init_slot_table()
39 static void nfs4_shrink_slot_table(struct nfs4_slot_table *tbl, u32 newsize) in nfs4_shrink_slot_table()
62 void nfs4_slot_tbl_drain_complete(struct nfs4_slot_table *tbl) in nfs4_slot_tbl_drain_complete()
83 void nfs4_free_slot(struct nfs4_slot_table *tbl, struct nfs4_slot *slot) in nfs4_free_slot()
104 static struct nfs4_slot *nfs4_new_slot(struct nfs4_slot_table *tbl, in nfs4_new_slot()
120 static struct nfs4_slot *nfs4_find_or_create_slot(struct nfs4_slot_table *tbl, in nfs4_find_or_create_slot()
142 static void nfs4_lock_slot(struct nfs4_slot_table *tbl, in nfs4_lock_slot()
159 bool nfs4_try_to_lock_slot(struct nfs4_slot_table *tbl, struct nfs4_slot *slot) in nfs4_try_to_lock_slot()
172 struct nfs4_slot *nfs4_lookup_slot(struct nfs4_slot_table *tbl, u32 slotid) in nfs4_lookup_slot()
179 static int nfs4_slot_get_seqid(struct nfs4_slot_table *tbl, u32 slotid, in nfs4_slot_get_seqid()
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dtable.c6 u32 mlx5hws_table_get_id(struct mlx5hws_table *tbl) in mlx5hws_table_get_id()
11 static void hws_table_init_next_ft_attr(struct mlx5hws_table *tbl, in hws_table_init_next_ft_attr()
25 static void hws_table_set_cap_attr(struct mlx5hws_table *tbl, in hws_table_set_cap_attr()
42 static int hws_table_up_default_fdb_miss_tbl(struct mlx5hws_table *tbl) in hws_table_up_default_fdb_miss_tbl()
84 static void hws_table_down_default_fdb_miss_tbl(struct mlx5hws_table *tbl) in hws_table_down_default_fdb_miss_tbl()
101 static int hws_table_connect_to_default_miss_tbl(struct mlx5hws_table *tbl, u32 ft_id) in hws_table_connect_to_default_miss_tbl()
124 struct mlx5hws_table *tbl, in mlx5hws_table_create_default_ft()
162 void mlx5hws_table_destroy_default_ft(struct mlx5hws_table *tbl, in mlx5hws_table_destroy_default_ft()
170 struct mlx5hws_table *tbl) in hws_table_init_check_hws_support()
180 static int hws_table_init(struct mlx5hws_table *tbl) in hws_table_init()
[all …]
H A Dmatcher.c26 int mlx5hws_matcher_update_end_ft_isolated(struct mlx5hws_table *tbl, in mlx5hws_matcher_update_end_ft_isolated()
52 struct mlx5hws_table *tbl = matcher->tbl; in hws_matcher_connect_end_ft_isolated() local
83 struct mlx5hws_table *tbl = matcher->tbl; in hws_matcher_create_end_ft_isolated() local
110 struct mlx5hws_table *tbl = matcher->tbl; in hws_matcher_create_end_ft() local
131 struct mlx5hws_table *tbl = matcher->tbl; in hws_matcher_connect_isolated_first() local
165 struct mlx5hws_table *tbl = matcher->tbl; in hws_matcher_connect_isolated_last() local
224 struct mlx5hws_table *tbl = matcher->tbl; in hws_matcher_connect() local
313 struct mlx5hws_table *tbl = matcher->tbl; in hws_matcher_disconnect_isolated() local
399 struct mlx5hws_table *tbl = matcher->tbl; in hws_matcher_disconnect() local
475 struct mlx5hws_table *tbl = matcher->tbl; in hws_matcher_create_rtc() local
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/
H A Ddr_table.c46 int mlx5dr_table_set_miss_action(struct mlx5dr_table *tbl, in mlx5dr_table_set_miss_action()
92 static void dr_table_uninit_fdb(struct mlx5dr_table *tbl) in dr_table_uninit_fdb()
98 static void dr_table_uninit(struct mlx5dr_table *tbl) in dr_table_uninit()
159 static int dr_table_init_fdb(struct mlx5dr_table *tbl) in dr_table_init_fdb()
178 static int dr_table_init(struct mlx5dr_table *tbl) in dr_table_init()
213 static int dr_table_destroy_sw_owned_tbl(struct mlx5dr_table *tbl) in dr_table_destroy_sw_owned_tbl()
220 static int dr_table_create_sw_owned_tbl(struct mlx5dr_table *tbl, u16 uid) in dr_table_create_sw_owned_tbl()
253 struct mlx5dr_table *tbl; in mlx5dr_table_create() local
288 int mlx5dr_table_destroy(struct mlx5dr_table *tbl) in mlx5dr_table_destroy()
311 u32 mlx5dr_table_get_id(struct mlx5dr_table *tbl) in mlx5dr_table_get_id()
/linux/include/linux/
H A Drhashtable.h120 static inline unsigned int rht_bucket_index(const struct bucket_table *tbl, in rht_bucket_index()
150 struct rhashtable *ht, const struct bucket_table *tbl, in rht_key_hashfn()
159 struct rhashtable *ht, const struct bucket_table *tbl, in rht_head_hashfn()
177 const struct bucket_table *tbl) in rht_grow_above_75()
190 const struct bucket_table *tbl) in rht_shrink_below_30()
203 const struct bucket_table *tbl) in rht_grow_above_100()
215 const struct bucket_table *tbl) in rht_grow_above_max()
229 static inline int lockdep_rht_bucket_is_held(const struct bucket_table *tbl, in lockdep_rht_bucket_is_held()
272 #define rht_dereference_bucket(p, tbl, hash) \ argument
275 #define rht_dereference_bucket_rcu(p, tbl, hash) \ argument
[all …]
/linux/arch/powerpc/kernel/
H A Diommu.c47 struct iommu_table *tbl = data; in iommu_debugfs_weight_get() local
53 static void iommu_debugfs_add(struct iommu_table *tbl) in iommu_debugfs_add()
70 static void iommu_debugfs_del(struct iommu_table *tbl) in iommu_debugfs_del()
78 static void iommu_debugfs_add(struct iommu_table *tbl){} in iommu_debugfs_add()
79 static void iommu_debugfs_del(struct iommu_table *tbl){} in iommu_debugfs_del()
216 struct iommu_table *tbl, in iommu_range_alloc()
347 static dma_addr_t iommu_alloc(struct device *dev, struct iommu_table *tbl, in iommu_alloc()
390 static bool iommu_free_check(struct iommu_table *tbl, dma_addr_t dma_addr, in iommu_free_check()
418 static struct iommu_pool *get_pool(struct iommu_table *tbl, in get_pool()
437 static void __iommu_free(struct iommu_table *tbl, dma_addr_t dma_addr, in __iommu_free()
[all …]
/linux/net/mac80211/
H A Dmesh_pathtbl.c82 struct mesh_table *tbl = tblptr; in mesh_path_rht_free() local
87 static void mesh_table_init(struct mesh_table *tbl) in mesh_table_init()
101 static void mesh_table_free(struct mesh_table *tbl) in mesh_table_free()
243 static struct mesh_path *mpath_lookup(struct mesh_table *tbl, const u8 *dst, in mpath_lookup()
280 __mesh_path_lookup_by_idx(struct mesh_table *tbl, int idx) in __mesh_path_lookup_by_idx()
339 struct mesh_table *tbl; in mesh_path_add_gate() local
374 static void mesh_gate_del(struct mesh_table *tbl, struct mesh_path *mpath) in mesh_gate_del()
683 struct mesh_table *tbl; in mesh_path_add() local
725 struct mesh_table *tbl; in mpp_path_add() local
773 struct mesh_table *tbl = &sdata->u.mesh.mesh_paths; in mesh_plink_broken() local
[all …]
/linux/lib/
H A Drhashtable.c38 const struct bucket_table *tbl, in head_hashfn()
53 int lockdep_rht_bucket_is_held(const struct bucket_table *tbl, u32 hash) in lockdep_rht_bucket_is_held()
67 const struct bucket_table *tbl) in nested_table_top()
94 static void nested_bucket_table_free(const struct bucket_table *tbl) in nested_bucket_table_free()
109 static void bucket_table_free(const struct bucket_table *tbl) in bucket_table_free()
153 struct bucket_table *tbl; in nested_bucket_table_alloc() local
181 struct bucket_table *tbl = NULL; in bucket_table_alloc() local
216 struct bucket_table *tbl) in rhashtable_last_table()
419 struct bucket_table *tbl; in rht_deferred_worker() local
472 struct bucket_table *tbl) in rhashtable_insert_rehash()
[all …]
/linux/arch/powerpc/platforms/powernv/
H A Dpci-ioda-tce.c48 void pnv_pci_setup_iommu_table(struct iommu_table *tbl, in pnv_pci_setup_iommu_table()
83 static __be64 *pnv_tce(struct iommu_table *tbl, bool user, long idx, bool alloc) in pnv_tce()
124 int pnv_tce_build(struct iommu_table *tbl, long index, long npages, in pnv_tce_build()
147 int pnv_tce_xchg(struct iommu_table *tbl, long index, in pnv_tce_xchg()
181 __be64 *pnv_tce_useraddrptr(struct iommu_table *tbl, long index, bool alloc) in pnv_tce_useraddrptr()
190 void pnv_tce_free(struct iommu_table *tbl, long index, long npages) in pnv_tce_free()
206 unsigned long pnv_tce_get(struct iommu_table *tbl, long index) in pnv_tce_get()
240 void pnv_pci_ioda2_table_free_pages(struct iommu_table *tbl) in pnv_pci_ioda2_table_free_pages()
292 bool alloc_userspace_copy, struct iommu_table *tbl) in pnv_pci_ioda2_table_alloc_pages()
370 void pnv_pci_unlink_table_and_group(struct iommu_table *tbl, in pnv_pci_unlink_table_and_group()
[all …]
/linux/net/core/
H A Dneighbour.c253 static int neigh_forced_gc(struct neigh_table *tbl) in neigh_forced_gc()
418 static void neigh_flush_dev(struct neigh_table *tbl, struct net_device *dev, in neigh_flush_dev()
437 static void neigh_flush_table(struct neigh_table *tbl) in neigh_flush_table()
454 void neigh_changeaddr(struct neigh_table *tbl, struct net_device *dev) in neigh_changeaddr()
462 static int __neigh_ifdown(struct neigh_table *tbl, struct net_device *dev, in __neigh_ifdown()
482 int neigh_carrier_down(struct neigh_table *tbl, struct net_device *dev) in neigh_carrier_down()
489 int neigh_ifdown(struct neigh_table *tbl, struct net_device *dev) in neigh_ifdown()
496 static struct neighbour *neigh_alloc(struct neigh_table *tbl, in neigh_alloc()
591 static struct neigh_hash_table *neigh_hash_grow(struct neigh_table *tbl, in neigh_hash_grow()
625 struct neighbour *neigh_lookup(struct neigh_table *tbl, const void *pkey, in neigh_lookup()
[all …]
/linux/drivers/net/wireless/marvell/mwifiex/
H A D11n_rxreorder.c98 struct mwifiex_rx_reorder_tbl *tbl, in mwifiex_11n_dispatch_pkt_until_start_win()
146 struct mwifiex_rx_reorder_tbl *tbl) in mwifiex_11n_scan_and_dispatch()
190 struct mwifiex_rx_reorder_tbl *tbl) in mwifiex_del_rx_reorder_entry()
232 struct mwifiex_rx_reorder_tbl *tbl; in mwifiex_11n_get_rx_reorder_tbl() local
251 struct mwifiex_rx_reorder_tbl *tbl, *tmp; in mwifiex_11n_del_rx_reorder_tbl_by_ta() local
333 struct mwifiex_rx_reorder_tbl *tbl, *new_node; in mwifiex_11n_create_rx_reorder_tbl() local
410 mwifiex_11n_rxreorder_timer_restart(struct mwifiex_rx_reorder_tbl *tbl) in mwifiex_11n_rxreorder_timer_restart()
551 struct mwifiex_rx_reorder_tbl *tbl; in mwifiex_11n_rx_reorder_pkt() local
663 struct mwifiex_rx_reorder_tbl *tbl; in mwifiex_del_ba_tbl() local
717 struct mwifiex_rx_reorder_tbl *tbl; in mwifiex_ret_11n_addba_resp() local
[all …]
/linux/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_doorbell.c56 struct pvrdma_id_table *tbl = &dev->uar_table.tbl; in pvrdma_uar_table_init() local
78 struct pvrdma_id_table *tbl = &dev->uar_table.tbl; in pvrdma_uar_table_cleanup() local
85 struct pvrdma_id_table *tbl; in pvrdma_uar_alloc() local
117 struct pvrdma_id_table *tbl = &dev->uar_table.tbl; in pvrdma_uar_free() local
/linux/net/netfilter/ipvs/
H A Dip_vs_lblc.c166 ip_vs_lblc_hash(struct ip_vs_lblc_table *tbl, struct ip_vs_lblc_entry *en) in ip_vs_lblc_hash()
177 ip_vs_lblc_get(int af, struct ip_vs_lblc_table *tbl, in ip_vs_lblc_get()
196 ip_vs_lblc_new(struct ip_vs_lblc_table *tbl, const union nf_inet_addr *daddr, in ip_vs_lblc_new()
229 struct ip_vs_lblc_table *tbl = svc->sched_data; in ip_vs_lblc_flush() local
256 struct ip_vs_lblc_table *tbl = svc->sched_data; in ip_vs_lblc_full_check() local
294 struct ip_vs_lblc_table *tbl = timer_container_of(tbl, t, in ip_vs_lblc_check_expire() local
345 struct ip_vs_lblc_table *tbl; in ip_vs_lblc_init_svc() local
383 struct ip_vs_lblc_table *tbl = svc->sched_data; in ip_vs_lblc_done_svc() local
483 struct ip_vs_lblc_table *tbl = svc->sched_data; in ip_vs_lblc_schedule() local
H A Dip_vs_lblcr.c329 ip_vs_lblcr_hash(struct ip_vs_lblcr_table *tbl, struct ip_vs_lblcr_entry *en) in ip_vs_lblcr_hash()
340 ip_vs_lblcr_get(int af, struct ip_vs_lblcr_table *tbl, in ip_vs_lblcr_get()
359 ip_vs_lblcr_new(struct ip_vs_lblcr_table *tbl, const union nf_inet_addr *daddr, in ip_vs_lblcr_new()
395 struct ip_vs_lblcr_table *tbl = svc->sched_data; in ip_vs_lblcr_flush() local
421 struct ip_vs_lblcr_table *tbl = svc->sched_data; in ip_vs_lblcr_full_check() local
458 struct ip_vs_lblcr_table *tbl = timer_container_of(tbl, t, in ip_vs_lblcr_check_expire() local
508 struct ip_vs_lblcr_table *tbl; in ip_vs_lblcr_init_svc() local
546 struct ip_vs_lblcr_table *tbl = svc->sched_data; in ip_vs_lblcr_done_svc() local
647 struct ip_vs_lblcr_table *tbl = svc->sched_data; in ip_vs_lblcr_schedule() local
/linux/kernel/time/
H A Djiffies.c159 int dir, const struct ctl_table *tbl) in do_proc_int_conv_jiffies()
167 const struct ctl_table *tbl) in do_proc_int_conv_userhz_jiffies()
175 int dir, const struct ctl_table *tbl) in do_proc_int_conv_ms_jiffies()
183 const struct ctl_table *tbl) in do_proc_int_conv_ms_jiffies_minmax()
191 int dir, const struct ctl_table *tbl) in do_proc_int_conv_jiffies()
198 const struct ctl_table *tbl) in do_proc_int_conv_userhz_jiffies()
204 int dir, const struct ctl_table *tbl) in do_proc_int_conv_ms_jiffies()
211 const struct ctl_table *tbl) in do_proc_int_conv_ms_jiffies_minmax()
/linux/arch/powerpc/platforms/pseries/
H A Diommu.c61 struct iommu_table *tbl; in iommu_pseries_alloc_table() local
122 static int tce_build_pSeries(struct iommu_table *tbl, long index, in tce_build_pSeries()
152 static void tce_clear_pSeries(struct iommu_table *tbl, long index, long npages) in tce_clear_pSeries()
162 static unsigned long tce_get_pseries(struct iommu_table *tbl, long index) in tce_get_pseries()
172 static long pseries_tce_iommu_userspace_view_alloc(struct iommu_table *tbl) in pseries_tce_iommu_userspace_view_alloc()
192 static void tce_iommu_userspace_view_free(struct iommu_table *tbl) in tce_iommu_userspace_view_free()
198 static void tce_free_pSeries(struct iommu_table *tbl) in tce_free_pSeries()
250 static int tce_buildmulti_pSeriesLP(struct iommu_table *tbl, long tcenum, in tce_buildmulti_pSeriesLP()
356 static void tce_freemulti_pSeriesLP(struct iommu_table *tbl, long tcenum, long npages) in tce_freemulti_pSeriesLP()
385 static unsigned long tce_get_pSeriesLP(struct iommu_table *tbl, long tcenum) in tce_get_pSeriesLP()
[all …]
/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Drs.c414 static s32 get_expected_tpt(struct iwl_scale_tbl_info *tbl, int rs_index) in get_expected_tpt()
428 static int rs_collect_tx_data(struct iwl_scale_tbl_info *tbl, in rs_collect_tx_data()
507 struct iwl_scale_tbl_info *tbl, in rate_n_flags_from_tbl()
564 struct iwl_scale_tbl_info *tbl, in rs_get_tbl_info_from_mcs()
629 struct iwl_scale_tbl_info *tbl) in rs_toggle_antenna()
753 struct iwl_scale_tbl_info *tbl, in rs_get_lower_rate()
825 struct iwl_scale_tbl_info *tbl; in rs_bt_update_lq() local
1065 struct iwl_scale_tbl_info *tbl) in rs_set_expected_tpt_table()
1122 struct iwl_scale_tbl_info *tbl, /* "search" */ in rs_get_best_rate()
1217 struct iwl_scale_tbl_info *tbl, int index) in rs_switch_to_mimo2()
[all …]
/linux/drivers/net/wireless/intel/iwlegacy/
H A D4965-rs.c383 il4965_get_expected_tpt(struct il_scale_tbl_info *tbl, int rs_idx) in il4965_get_expected_tpt()
398 il4965_rs_collect_tx_data(struct il_scale_tbl_info *tbl, int scale_idx, in il4965_rs_collect_tx_data()
476 il4965_rate_n_flags_from_tbl(struct il_priv *il, struct il_scale_tbl_info *tbl, in il4965_rate_n_flags_from_tbl()
532 struct il_scale_tbl_info *tbl, int *rate_idx) in il4965_rs_get_tbl_info_from_mcs()
592 struct il_scale_tbl_info *tbl) in il4965_rs_toggle_antenna()
709 struct il_scale_tbl_info *tbl, u8 scale_idx, in il4965_rs_get_lower_rate()
1006 struct il_scale_tbl_info *tbl) in il4965_rs_set_expected_tpt_table()
1059 struct il_scale_tbl_info *tbl, /* "search" */ in il4965_rs_get_best_rate()
1155 struct il_scale_tbl_info *tbl, int idx) in il4965_rs_switch_to_mimo2()
1208 struct il_scale_tbl_info *tbl, int idx) in il4965_rs_switch_to_siso()
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dmod_hdr.c42 void mlx5e_mod_hdr_tbl_init(struct mod_hdr_tbl *tbl) in mlx5e_mod_hdr_tbl_init()
48 void mlx5e_mod_hdr_tbl_destroy(struct mod_hdr_tbl *tbl) in mlx5e_mod_hdr_tbl_destroy()
54 static struct mlx5e_mod_hdr_handle *mod_hdr_get(struct mod_hdr_tbl *tbl, in mod_hdr_get()
73 struct mod_hdr_tbl *tbl, in mlx5e_mod_hdr_attach()
140 struct mod_hdr_tbl *tbl, in mlx5e_mod_hdr_detach()
/linux/drivers/vfio/
H A Dvfio_iommu_spapr_tce.c209 struct iommu_table *tbl = container->tables[i]; in tce_iommu_find_table() local
362 struct iommu_table *tbl = container->tables[i]; in tce_iommu_release() local
410 struct iommu_table *tbl, unsigned long entry) in tce_iommu_unuse_page_v2()
432 struct iommu_table *tbl, in tce_iommu_clear()
500 struct iommu_table *tbl, in tce_iommu_build()
548 struct iommu_table *tbl, in tce_iommu_build_v2()
635 struct iommu_table *tbl) in tce_iommu_free_table()
649 struct iommu_table *tbl = NULL; in tce_iommu_create_window() local
712 struct iommu_table *tbl; in tce_iommu_remove_window() local
907 struct iommu_table *tbl = NULL; in tce_iommu_ioctl() local
[all …]
/linux/arch/powerpc/kvm/
H A Dbook3s_64_vio.c114 struct iommu_table *tbl = NULL; in kvm_spapr_tce_attach_iommu_group() local
412 u64 *tbl; in kvmppc_tce_put() local
434 struct iommu_table *tbl, unsigned long entry) in kvmppc_clear_tce()
449 struct iommu_table *tbl, unsigned long entry) in kvmppc_tce_iommu_mapped_dec()
470 struct iommu_table *tbl, unsigned long entry) in kvmppc_tce_iommu_do_unmap()
491 struct kvmppc_spapr_tce_table *stt, struct iommu_table *tbl, in kvmppc_tce_iommu_unmap()
509 static long kvmppc_tce_iommu_do_map(struct kvm *kvm, struct iommu_table *tbl, in kvmppc_tce_iommu_do_map()
548 struct kvmppc_spapr_tce_table *stt, struct iommu_table *tbl, in kvmppc_tce_iommu_map()
774 u64 *tbl; in kvmppc_h_get_tce() local
/linux/net/openvswitch/
H A Dflow_table.c243 static int tbl_mask_array_realloc(struct flow_table *tbl, int size) in tbl_mask_array_realloc() argument
268 static int tbl_mask_array_add_mask(struct flow_table *tbl, in tbl_mask_array_add_mask() argument
296 static void tbl_mask_array_del_mask(struct flow_table *tbl, in tbl_mask_array_del_mask() argument
329 flow_mask_remove(struct flow_table * tbl,struct sw_flow_mask * mask) flow_mask_remove() argument
725 flow_lookup(struct flow_table * tbl,struct table_instance * ti,struct mask_array * ma,const struct sw_flow_key * key,u32 * n_mask_hit,u32 * n_cache_hit,u32 * index) flow_lookup() argument
781 ovs_flow_tbl_lookup_stats(struct flow_table * tbl,const struct sw_flow_key * key,u32 skb_hash,u32 * n_mask_hit,u32 * n_cache_hit) ovs_flow_tbl_lookup_stats() argument
845 ovs_flow_tbl_lookup(struct flow_table * tbl,const struct sw_flow_key * key) ovs_flow_tbl_lookup() argument
865 ovs_flow_tbl_lookup_exact(struct flow_table * tbl,const struct sw_flow_match * match) ovs_flow_tbl_lookup_exact() argument
915 ovs_flow_tbl_lookup_ufid(struct flow_table * tbl,const struct sw_flow_id * ufid) ovs_flow_tbl_lookup_ufid() argument
985 flow_mask_find(const struct flow_table * tbl,const struct sw_flow_mask * mask) flow_mask_find() argument
1004 flow_mask_insert(struct flow_table * tbl,struct sw_flow * flow,const struct sw_flow_mask * new) flow_mask_insert() argument
[all...]
H A Dmeter.c54 static struct dp_meter *lookup_meter(const struct dp_meter_table *tbl, in lookup_meter()
95 dp_meter_instance_realloc(struct dp_meter_table *tbl, u32 size) in dp_meter_instance_realloc()
134 static int attach_meter(struct dp_meter_table *tbl, struct dp_meter *meter) in attach_meter()
169 static int detach_meter(struct dp_meter_table *tbl, struct dp_meter *meter) in detach_meter()
731 struct dp_meter_table *tbl = &dp->meter_tbl; in ovs_meters_init() local
758 struct dp_meter_table *tbl = &dp->meter_tbl; in ovs_meters_exit() local
/linux/net/ipv4/
H A Dsysctl_net_ipv4.c224 struct ctl_table tbl = { in proc_tcp_congestion_control() local
242 struct ctl_table tbl = { .maxlen = TCP_CA_BUF_MAX, }; in proc_tcp_available_congestion_control() local
258 struct ctl_table tbl = { .maxlen = TCP_CA_BUF_MAX }; in proc_allowed_congestion_control() local
299 struct ctl_table tbl = { .maxlen = ((TCP_FASTOPEN_KEY_LENGTH * in proc_tcp_fastopen_key() local
381 struct ctl_table tbl = { .maxlen = TCP_ULP_BUF_MAX, }; in proc_tcp_available_ulp() local
401 struct ctl_table tbl; in proc_tcp_ehash_entries() local
424 struct ctl_table tbl; in proc_udp_hash_entries() local
/linux/drivers/phy/qualcomm/
H A Dphy-qcom-qmp-common.h37 const struct qmp_phy_init_tbl tbl[], in qmp_configure_lane()
57 const struct qmp_phy_init_tbl tbl[], int num) in qmp_configure()

1234567