Home
last modified time | relevance | path

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

/linux-4.1.27/fs/nfs/
Dnfs4session.c26 static void nfs4_init_slot_table(struct nfs4_slot_table *tbl, const char *queue) in nfs4_init_slot_table()
37 static void nfs4_shrink_slot_table(struct nfs4_slot_table *tbl, u32 newsize) in nfs4_shrink_slot_table()
60 void nfs4_slot_tbl_drain_complete(struct nfs4_slot_table *tbl) in nfs4_slot_tbl_drain_complete()
81 void nfs4_free_slot(struct nfs4_slot_table *tbl, struct nfs4_slot *slot) in nfs4_free_slot()
102 static struct nfs4_slot *nfs4_new_slot(struct nfs4_slot_table *tbl, in nfs4_new_slot()
116 static struct nfs4_slot *nfs4_find_or_create_slot(struct nfs4_slot_table *tbl, in nfs4_find_or_create_slot()
147 struct nfs4_slot *nfs4_alloc_slot(struct nfs4_slot_table *tbl) in nfs4_alloc_slot()
174 static int nfs4_grow_slot_table(struct nfs4_slot_table *tbl, in nfs4_grow_slot_table()
184 static void nfs4_reset_slot_table(struct nfs4_slot_table *tbl, in nfs4_reset_slot_table()
208 static int nfs4_realloc_slot_table(struct nfs4_slot_table *tbl, in nfs4_realloc_slot_table()
[all …]
Dcallback_proc.c316 validate_seqid(struct nfs4_slot_table *tbl, struct cb_sequenceargs * args) in validate_seqid()
373 struct nfs4_slot_table *tbl; in referring_call_exists() local
420 struct nfs4_slot_table *tbl; in nfs4_callback_sequence() local
Dnfs4session.h86 static inline bool nfs4_slot_tbl_draining(struct nfs4_slot_table *tbl) in nfs4_slot_tbl_draining()
Dnfs4state.c218 static void nfs4_end_drain_slot_table(struct nfs4_slot_table *tbl) in nfs4_end_drain_slot_table()
242 static int nfs4_drain_slot_tbl(struct nfs4_slot_table *tbl) in nfs4_drain_slot_tbl()
Dnfs4client.c275 struct nfs4_slot_table *tbl; in nfs40_init_client() local
Dcallback_xdr.c760 struct nfs4_slot_table *tbl = &session->bc_slot_table; in nfs4_callback_free_slot() local
Dnfs4proc.c500 int nfs40_setup_sequence(struct nfs4_slot_table *tbl, in nfs40_setup_sequence()
545 struct nfs4_slot_table *tbl; in nfs40_sequence_done() local
566 struct nfs4_slot_table *tbl; in nfs41_sequence_free_slot() local
715 struct nfs4_slot_table *tbl; in nfs41_setup_sequence() local
/linux-4.1.27/arch/powerpc/kernel/
Diommu.c177 struct iommu_table *tbl, in iommu_range_alloc()
306 static dma_addr_t iommu_alloc(struct device *dev, struct iommu_table *tbl, in iommu_alloc()
349 static bool iommu_free_check(struct iommu_table *tbl, dma_addr_t dma_addr, in iommu_free_check()
377 static struct iommu_pool *get_pool(struct iommu_table *tbl, in get_pool()
396 static void __iommu_free(struct iommu_table *tbl, dma_addr_t dma_addr, in __iommu_free()
418 static void iommu_free(struct iommu_table *tbl, dma_addr_t dma_addr, in iommu_free()
431 int ppc_iommu_map_sg(struct device *dev, struct iommu_table *tbl, in ppc_iommu_map_sg()
575 void ppc_iommu_unmap_sg(struct iommu_table *tbl, struct scatterlist *sglist, in ppc_iommu_unmap_sg()
607 static void iommu_table_clear(struct iommu_table *tbl) in iommu_table_clear()
652 struct iommu_table *iommu_init_table(struct iommu_table *tbl, int nid) in iommu_init_table()
[all …]
Ddma-iommu.c78 struct iommu_table *tbl = get_iommu_table_base(dev); in dma_iommu_dma_supported() local
97 struct iommu_table *tbl = get_iommu_table_base(dev); in dma_iommu_get_required_mask() local
Dvio.c521 struct iommu_table *tbl; in vio_dma_iommu_map_page() local
545 struct iommu_table *tbl; in vio_dma_iommu_unmap_page() local
558 struct iommu_table *tbl; in vio_dma_iommu_map_sg() local
594 struct iommu_table *tbl; in vio_dma_iommu_unmap_sg() local
717 struct iommu_table *tbl; in vio_cmo_bus_probe() local
1175 struct iommu_table *tbl; in vio_build_iommu_table() local
1313 struct iommu_table *tbl = get_iommu_table_base(dev); in vio_dev_release() local
Deeh.c1430 struct iommu_table *tbl; in dev_has_iommu_table() local
/linux-4.1.27/include/linux/
Drhashtable.h144 struct bucket_table __rcu *tbl; member
161 struct bucket_table *tbl; member
204 static inline unsigned int rht_bucket_index(const struct bucket_table *tbl, in rht_bucket_index()
211 struct rhashtable *ht, const struct bucket_table *tbl, in rht_key_hashfn()
242 struct rhashtable *ht, const struct bucket_table *tbl, in rht_head_hashfn()
260 const struct bucket_table *tbl) in rht_grow_above_75()
273 const struct bucket_table *tbl) in rht_shrink_below_30()
286 const struct bucket_table *tbl) in rht_grow_above_100()
298 const struct bucket_table *tbl) in rht_grow_above_max()
317 static inline spinlock_t *rht_bucket_lock(const struct bucket_table *tbl, in rht_bucket_lock()
[all …]
/linux-4.1.27/lib/
Drhashtable.c36 const struct bucket_table *tbl, in head_hashfn()
51 int lockdep_rht_bucket_is_held(const struct bucket_table *tbl, u32 hash) in lockdep_rht_bucket_is_held()
63 static int alloc_bucket_locks(struct rhashtable *ht, struct bucket_table *tbl, in alloc_bucket_locks()
98 static void bucket_table_free(const struct bucket_table *tbl) in bucket_table_free()
115 struct bucket_table *tbl = NULL; in bucket_table_alloc() local
146 struct bucket_table *tbl) in rhashtable_last_table()
359 struct bucket_table *tbl; in rht_deferred_worker() local
382 struct bucket_table *tbl, in rhashtable_check_elasticity()
399 struct bucket_table *tbl; in rhashtable_insert_rehash() local
437 struct bucket_table *tbl) in rhashtable_insert_slow()
[all …]
Dtest_rhashtable.c85 struct bucket_table *tbl; in test_bucket_stats() local
122 struct bucket_table *tbl; in test_rhashtable() local
Ddevres.c293 void __iomem **tbl; in pcim_iomap() local
315 void __iomem **tbl; in pcim_iounmap() local
Diommu-common.c232 static struct iommu_pool *get_pool(struct iommu_map_table *tbl, in get_pool()
/linux-4.1.27/drivers/vfio/
Dvfio_iommu_spapr_tce.c46 struct iommu_table *tbl; member
54 struct iommu_table *tbl = container->tbl; in tce_iommu_enable() local
172 struct iommu_table *tbl = container->tbl; in tce_iommu_ioctl() local
197 struct iommu_table *tbl = container->tbl; in tce_iommu_ioctl() local
250 struct iommu_table *tbl = container->tbl; in tce_iommu_ioctl() local
311 struct iommu_table *tbl = iommu_group_get_iommudata(iommu_group); in tce_iommu_attach_group() local
342 struct iommu_table *tbl = iommu_group_get_iommudata(iommu_group); in tce_iommu_detach_group() local
/linux-4.1.27/arch/x86/kernel/
Dpci-calgary_64.c197 static inline int translation_enabled(struct iommu_table *tbl) in translation_enabled()
203 static void iommu_range_reserve(struct iommu_table *tbl, in iommu_range_reserve()
228 struct iommu_table *tbl, in iommu_range_alloc()
267 static dma_addr_t iommu_alloc(struct device *dev, struct iommu_table *tbl, in iommu_alloc()
290 static void iommu_free(struct iommu_table *tbl, dma_addr_t dma_addr, in iommu_free()
322 struct iommu_table *tbl; in find_iommu_table() local
345 struct iommu_table *tbl = find_iommu_table(dev); in calgary_unmap_sg() local
369 struct iommu_table *tbl = find_iommu_table(dev); in calgary_map_sg() local
415 struct iommu_table *tbl = find_iommu_table(dev); in calgary_map_page() local
427 struct iommu_table *tbl = find_iommu_table(dev); in calgary_unmap_page() local
[all …]
Dtce_64.c49 void tce_build(struct iommu_table *tbl, unsigned long index, in tce_build()
75 void tce_free(struct iommu_table *tbl, long index, unsigned int npages) in tce_free()
98 static int tce_table_setparms(struct pci_dev *dev, struct iommu_table *tbl) in tce_table_setparms()
137 struct iommu_table *tbl; in build_tce_table() local
179 void __init free_tce_table(void *tbl) in free_tce_table()
/linux-4.1.27/net/mac80211/
Dmesh_pathtbl.c76 #define for_each_mesh_entry(tbl, node, i) \ argument
118 static void __mesh_table_free(struct mesh_table *tbl) in __mesh_table_free()
125 static void mesh_table_free(struct mesh_table *tbl, bool free_leafs) in mesh_table_free()
189 struct mesh_table *tbl) in mesh_table_hash()
335 static struct mesh_path *mpath_lookup(struct mesh_table *tbl, const u8 *dst, in mpath_lookup()
392 struct mesh_table *tbl = rcu_dereference(mesh_paths); in mesh_path_lookup_by_idx() local
425 struct mesh_table *tbl = rcu_dereference(mpp_paths); in mpp_path_lookup_by_idx() local
446 struct mesh_table *tbl; in mesh_path_add_gate() local
487 static void mesh_gate_del(struct mesh_table *tbl, struct mesh_path *mpath) in mesh_gate_del()
531 struct mesh_table *tbl; in mesh_path_add() local
[all …]
Dsta_info.c163 const struct bucket_table *tbl; in sta_info_get() local
191 const struct bucket_table *tbl; in sta_info_get_bss() local
1085 const struct bucket_table *tbl; in ieee80211_find_sta_by_ifaddr() local
Dstatus.c667 const struct bucket_table *tbl; in ieee80211_tx_status() local
Dsta_info.h568 #define for_each_sta_info(local, tbl, _addr, _sta, _tmp) \ argument
Drx.c3496 const struct bucket_table *tbl; in __ieee80211_rx_handle_packet() local
/linux-4.1.27/drivers/net/wireless/mwifiex/
D11n_rxreorder.c89 struct mwifiex_rx_reorder_tbl *tbl, in mwifiex_11n_dispatch_pkt_until_start_win()
136 struct mwifiex_rx_reorder_tbl *tbl) in mwifiex_11n_scan_and_dispatch()
178 struct mwifiex_rx_reorder_tbl *tbl) in mwifiex_del_rx_reorder_entry()
221 struct mwifiex_rx_reorder_tbl *tbl; in mwifiex_11n_get_rx_reorder_tbl() local
242 struct mwifiex_rx_reorder_tbl *tbl, *tmp; in mwifiex_11n_del_rx_reorder_tbl_by_ta() local
328 struct mwifiex_rx_reorder_tbl *tbl, *new_node; in mwifiex_11n_create_rx_reorder_tbl() local
406 mwifiex_11n_rxreorder_timer_restart(struct mwifiex_rx_reorder_tbl *tbl) in mwifiex_11n_rxreorder_timer_restart()
548 struct mwifiex_rx_reorder_tbl *tbl; in mwifiex_11n_rx_reorder_pkt() local
660 struct mwifiex_rx_reorder_tbl *tbl; in mwifiex_del_ba_tbl() local
712 struct mwifiex_rx_reorder_tbl *tbl; in mwifiex_ret_11n_addba_resp() local
[all …]
Dinit.c38 struct mwifiex_bss_prio_tbl *tbl = adapter->bss_prio_tbl; in mwifiex_add_bss_prio_tbl() local
D11n.c729 struct mwifiex_tx_ba_stream_tbl *tbl, *tmp; in mwifiex_del_tx_ba_stream_tbl_by_ra() local
Dwmm.c1017 struct mwifiex_bss_prio_tbl *tbl = adapter->bss_prio_tbl; in mwifiex_rotate_priolists() local
/linux-4.1.27/net/core/
Dneighbour.c119 static int neigh_forced_gc(struct neigh_table *tbl) in neigh_forced_gc()
195 static void neigh_flush_dev(struct neigh_table *tbl, struct net_device *dev) in neigh_flush_dev()
245 void neigh_changeaddr(struct neigh_table *tbl, struct net_device *dev) in neigh_changeaddr()
253 int neigh_ifdown(struct neigh_table *tbl, struct net_device *dev) in neigh_ifdown()
266 static struct neighbour *neigh_alloc(struct neigh_table *tbl, struct net_device *dev) in neigh_alloc()
355 static struct neigh_hash_table *neigh_hash_grow(struct neigh_table *tbl, in neigh_hash_grow()
396 struct neighbour *neigh_lookup(struct neigh_table *tbl, const void *pkey, in neigh_lookup()
416 struct neighbour *neigh_lookup_nodev(struct neigh_table *tbl, struct net *net, in neigh_lookup_nodev()
447 struct neighbour *__neigh_create(struct neigh_table *tbl, const void *pkey, in __neigh_create()
561 struct pneigh_entry *__pneigh_lookup(struct neigh_table *tbl, in __pneigh_lookup()
[all …]
Dsysctl_net_core.c207 struct ctl_table tbl = { in set_default_qdisc() local
422 struct ctl_table *tbl; in sysctl_core_net_init() local
455 struct ctl_table *tbl; in sysctl_core_net_exit() local
/linux-4.1.27/net/netfilter/ipvs/
Dip_vs_lblc.c171 ip_vs_lblc_hash(struct ip_vs_lblc_table *tbl, struct ip_vs_lblc_entry *en) in ip_vs_lblc_hash()
182 ip_vs_lblc_get(int af, struct ip_vs_lblc_table *tbl, in ip_vs_lblc_get()
201 ip_vs_lblc_new(struct ip_vs_lblc_table *tbl, const union nf_inet_addr *daddr, in ip_vs_lblc_new()
234 struct ip_vs_lblc_table *tbl = svc->sched_data; in ip_vs_lblc_flush() local
262 struct ip_vs_lblc_table *tbl = svc->sched_data; in ip_vs_lblc_full_check() local
301 struct ip_vs_lblc_table *tbl = svc->sched_data; in ip_vs_lblc_check_expire() local
350 struct ip_vs_lblc_table *tbl; in ip_vs_lblc_init_svc() local
387 struct ip_vs_lblc_table *tbl = svc->sched_data; in ip_vs_lblc_done_svc() local
487 struct ip_vs_lblc_table *tbl = svc->sched_data; in ip_vs_lblc_schedule() local
Dip_vs_lblcr.c334 ip_vs_lblcr_hash(struct ip_vs_lblcr_table *tbl, struct ip_vs_lblcr_entry *en) in ip_vs_lblcr_hash()
345 ip_vs_lblcr_get(int af, struct ip_vs_lblcr_table *tbl, in ip_vs_lblcr_get()
364 ip_vs_lblcr_new(struct ip_vs_lblcr_table *tbl, const union nf_inet_addr *daddr, in ip_vs_lblcr_new()
400 struct ip_vs_lblcr_table *tbl = svc->sched_data; in ip_vs_lblcr_flush() local
427 struct ip_vs_lblcr_table *tbl = svc->sched_data; in ip_vs_lblcr_full_check() local
465 struct ip_vs_lblcr_table *tbl = svc->sched_data; in ip_vs_lblcr_check_expire() local
513 struct ip_vs_lblcr_table *tbl; in ip_vs_lblcr_init_svc() local
550 struct ip_vs_lblcr_table *tbl = svc->sched_data; in ip_vs_lblcr_done_svc() local
651 struct ip_vs_lblcr_table *tbl = svc->sched_data; in ip_vs_lblcr_schedule() local
Dip_vs_ctl.c3762 struct ctl_table *tbl; in ip_vs_control_net_init_sysctl() local
/linux-4.1.27/arch/powerpc/platforms/pseries/
Diommu.c54 static void tce_invalidate_pSeries_sw(struct iommu_table *tbl, in tce_invalidate_pSeries_sw()
83 static int tce_build_pSeries(struct iommu_table *tbl, long index, in tce_build_pSeries()
114 static void tce_free_pSeries(struct iommu_table *tbl, long index, long npages) in tce_free_pSeries()
127 static unsigned long tce_get_pseries(struct iommu_table *tbl, long index) in tce_get_pseries()
139 static int tce_build_pSeriesLP(struct iommu_table *tbl, long tcenum, in tce_build_pSeriesLP()
182 static int tce_buildmulti_pSeriesLP(struct iommu_table *tbl, long tcenum, in tce_buildmulti_pSeriesLP()
265 static void tce_free_pSeriesLP(struct iommu_table *tbl, long tcenum, long npages) in tce_free_pSeriesLP()
284 static void tce_freemulti_pSeriesLP(struct iommu_table *tbl, long tcenum, long npages) in tce_freemulti_pSeriesLP()
299 static unsigned long tce_get_pSeriesLP(struct iommu_table *tbl, long tcenum) in tce_get_pSeriesLP()
467 struct iommu_table *tbl) in iommu_table_setparms()
[all …]
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/
Drs.c453 static s32 get_expected_tpt(struct iwl_scale_tbl_info *tbl, int rs_index) in get_expected_tpt()
467 static int rs_collect_tx_data(struct iwl_scale_tbl_info *tbl, in rs_collect_tx_data()
546 struct iwl_scale_tbl_info *tbl, in rate_n_flags_from_tbl()
603 struct iwl_scale_tbl_info *tbl, in rs_get_tbl_info_from_mcs()
668 struct iwl_scale_tbl_info *tbl) in rs_toggle_antenna()
789 struct iwl_scale_tbl_info *tbl, in rs_get_lower_rate()
861 struct iwl_scale_tbl_info *tbl; in rs_bt_update_lq() local
1111 struct iwl_scale_tbl_info *tbl) in rs_set_expected_tpt_table()
1168 struct iwl_scale_tbl_info *tbl, /* "search" */ in rs_get_best_rate()
1263 struct iwl_scale_tbl_info *tbl, int index) in rs_switch_to_mimo2()
[all …]
Drs.h276 #define is_legacy(tbl) (((tbl) == LQ_G) || ((tbl) == LQ_A)) argument
277 #define is_siso(tbl) ((tbl) == LQ_SISO) argument
278 #define is_mimo2(tbl) ((tbl) == LQ_MIMO2) argument
279 #define is_mimo3(tbl) ((tbl) == LQ_MIMO3) argument
280 #define is_mimo(tbl) (is_mimo2(tbl) || is_mimo3(tbl)) argument
281 #define is_Ht(tbl) (is_siso(tbl) || is_mimo(tbl)) argument
282 #define is_a_band(tbl) ((tbl) == LQ_A) argument
283 #define is_g_and(tbl) ((tbl) == LQ_G) argument
Dcalib.c432 __le16 *tbl) in iwl_prepare_legacy_sensitivity_tbl()
/linux-4.1.27/drivers/net/wireless/iwlegacy/
D4965-rs.c404 il4965_get_expected_tpt(struct il_scale_tbl_info *tbl, int rs_idx) in il4965_get_expected_tpt()
419 il4965_rs_collect_tx_data(struct il_scale_tbl_info *tbl, int scale_idx, in il4965_rs_collect_tx_data()
497 il4965_rate_n_flags_from_tbl(struct il_priv *il, struct il_scale_tbl_info *tbl, in il4965_rate_n_flags_from_tbl()
553 struct il_scale_tbl_info *tbl, int *rate_idx) in il4965_rs_get_tbl_info_from_mcs()
613 struct il_scale_tbl_info *tbl) in il4965_rs_toggle_antenna()
730 struct il_scale_tbl_info *tbl, u8 scale_idx, in il4965_rs_get_lower_rate()
1027 struct il_scale_tbl_info *tbl) in il4965_rs_set_expected_tpt_table()
1080 struct il_scale_tbl_info *tbl, /* "search" */ in il4965_rs_get_best_rate()
1176 struct il_scale_tbl_info *tbl, int idx) in il4965_rs_switch_to_mimo2()
1229 struct il_scale_tbl_info *tbl, int idx) in il4965_rs_switch_to_siso()
[all …]
D4965-calib.c357 __le16 *tbl) in il4965_prepare_legacy_sensitivity_tbl()
Dcommon.h2726 #define is_legacy(tbl) ((tbl) == LQ_G || (tbl) == LQ_A) argument
2727 #define is_siso(tbl) ((tbl) == LQ_SISO) argument
2728 #define is_mimo2(tbl) ((tbl) == LQ_MIMO2) argument
2729 #define is_mimo(tbl) (is_mimo2(tbl)) argument
2730 #define is_Ht(tbl) (is_siso(tbl) || is_mimo(tbl)) argument
2731 #define is_a_band(tbl) ((tbl) == LQ_A) argument
2732 #define is_g_and(tbl) ((tbl) == LQ_G) argument
/linux-4.1.27/arch/powerpc/platforms/powernv/
Dpci.c576 static int pnv_tce_build(struct iommu_table *tbl, long index, long npages, in pnv_tce_build()
606 static int pnv_tce_build_vm(struct iommu_table *tbl, long index, long npages, in pnv_tce_build_vm()
615 static void pnv_tce_free(struct iommu_table *tbl, long index, long npages, in pnv_tce_free()
629 static void pnv_tce_free_vm(struct iommu_table *tbl, long index, long npages) in pnv_tce_free_vm()
634 static unsigned long pnv_tce_get(struct iommu_table *tbl, long index) in pnv_tce_get()
639 static int pnv_tce_build_rm(struct iommu_table *tbl, long index, long npages, in pnv_tce_build_rm()
647 static void pnv_tce_free_rm(struct iommu_table *tbl, long index, long npages) in pnv_tce_free_rm()
652 void pnv_pci_setup_iommu_table(struct iommu_table *tbl, in pnv_pci_setup_iommu_table()
Dpci-ioda.c1291 struct iommu_table *tbl; in pnv_pci_ioda2_release_dma_pe() local
1676 struct iommu_table *tbl, in pnv_pci_ioda1_tce_invalidate()
1723 struct iommu_table *tbl, in pnv_pci_ioda2_tce_invalidate()
1754 void pnv_pci_ioda_tce_invalidate(struct iommu_table *tbl, in pnv_pci_ioda_tce_invalidate()
1773 struct iommu_table *tbl; in pnv_pci_ioda_setup_dma_pe() local
1863 static void pnv_pci_ioda2_set_bypass(struct iommu_table *tbl, bool enable) in pnv_pci_ioda2_set_bypass()
1922 struct iommu_table *tbl; in pnv_pci_ioda2_setup_dma_pe() local
/linux-4.1.27/arch/powerpc/kvm/
Dbook3s_64_vio_hv.c57 u64 *tbl; in kvmppc_h_put_tce() local
89 u64 *tbl; in kvmppc_h_get_tce() local
/linux-4.1.27/net/sctp/
Dsysctl.c320 struct ctl_table tbl; in proc_sctp_do_hmac_alg() local
368 struct ctl_table tbl; in proc_sctp_do_rto_min() local
397 struct ctl_table tbl; in proc_sctp_do_rto_max() local
435 struct ctl_table tbl; in proc_sctp_do_auth() local
/linux-4.1.27/net/ipv4/
Dsysctl_net_ipv4.c152 struct ctl_table tbl = { in proc_tcp_congestion_control() local
171 struct ctl_table tbl = { .maxlen = TCP_CA_BUF_MAX, }; in proc_tcp_available_congestion_control() local
188 struct ctl_table tbl = { .maxlen = TCP_CA_BUF_MAX }; in proc_allowed_congestion_control() local
207 struct ctl_table tbl = { .maxlen = (TCP_FASTOPEN_KEY_LENGTH * 2 + 10) }; in proc_tcp_fastopen_key() local
Dudp_diag.c34 static int udp_dump_one(struct udp_table *tbl, struct sk_buff *in_skb, in udp_dump_one()
Dfib_rules.c77 struct fib_table *tbl; in fib4_rule_action() local
Ddevinet.c2269 struct ctl_table *tbl = ctl_forward_entry; in devinet_init_net() local
2339 struct ctl_table *tbl; in devinet_exit_net() local
Droute.c2699 struct ctl_table *tbl; in sysctl_route_net_init() local
2727 struct ctl_table *tbl; in sysctl_route_net_exit() local
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Drs.c153 struct iwl_scale_tbl_info *tbl, in rs_ant_allow()
160 struct iwl_scale_tbl_info *tbl, in rs_mimo_allow()
190 struct iwl_scale_tbl_info *tbl, in rs_siso_allow()
200 struct iwl_scale_tbl_info *tbl, in rs_sgi_allow()
547 struct iwl_scale_tbl_info *tbl) in rs_rate_scale_clear_tbl_windows()
608 static s32 get_expected_tpt(struct iwl_scale_tbl_info *tbl, int rs_index) in get_expected_tpt()
623 struct iwl_scale_tbl_info *tbl, in _rs_collect_tx_data()
689 struct iwl_scale_tbl_info *tbl, in rs_collect_tx_data()
1466 struct iwl_scale_tbl_info *tbl) in rs_set_expected_tpt_table()
1476 struct iwl_scale_tbl_info *tbl, /* "search" */ in rs_get_best_rate()
[all …]
/linux-4.1.27/net/openvswitch/
Dflow_table.c489 struct sw_flow *ovs_flow_tbl_lookup_stats(struct flow_table *tbl, in ovs_flow_tbl_lookup_stats()
507 struct sw_flow *ovs_flow_tbl_lookup(struct flow_table *tbl, in ovs_flow_tbl_lookup()
515 struct sw_flow *ovs_flow_tbl_lookup_exact(struct flow_table *tbl, in ovs_flow_tbl_lookup_exact()
554 struct sw_flow *ovs_flow_tbl_lookup_ufid(struct flow_table *tbl, in ovs_flow_tbl_lookup_ufid()
590 static void flow_mask_remove(struct flow_table *tbl, struct sw_flow_mask *mask) in flow_mask_remove()
649 static struct sw_flow_mask *flow_mask_find(const struct flow_table *tbl, in flow_mask_find()
665 static int flow_mask_insert(struct flow_table *tbl, struct sw_flow *flow, in flow_mask_insert()
Dflow_netlink.c1008 const struct ovs_len_tbl *tbl) in nlattr_set()
/linux-4.1.27/arch/powerpc/sysdev/
Ddart_iommu.c154 static void dart_flush(struct iommu_table *tbl) in dart_flush()
163 static int dart_build(struct iommu_table *tbl, long index, in dart_build()
204 static void dart_free(struct iommu_table *tbl, long index, long npages) in dart_free()
/linux-4.1.27/include/net/
Dneighbour.h74 struct neigh_table *tbl; member
130 #define NEIGH_CACHE_STAT_INC(tbl, field) this_cpu_inc((tbl)->stats->field) argument
134 struct neigh_table *tbl; member
270 struct neigh_table *tbl, in ___neigh_lookup_noref()
293 static inline struct neighbour *__neigh_lookup_noref(struct neigh_table *tbl, in __neigh_lookup_noref()
308 static inline struct neighbour *neigh_create(struct neigh_table *tbl, in neigh_create()
365 struct neigh_table *tbl; member
471 __neigh_lookup(struct neigh_table *tbl, const void *pkey, struct net_device *dev, int creat) in __neigh_lookup()
483 __neigh_lookup_errno(struct neigh_table *tbl, const void *pkey, in __neigh_lookup_errno()
/linux-4.1.27/drivers/media/usb/gspca/gl860/
Dgl860.c592 int fetch_validx(struct gspca_dev *gspca_dev, struct validx *tbl, int len) in fetch_validx()
608 int keep_on_fetching_validx(struct gspca_dev *gspca_dev, struct validx *tbl, in keep_on_fetching_validx()
623 void fetch_idxdata(struct gspca_dev *gspca_dev, struct idxdata *tbl, int len) in fetch_idxdata()
Dgl860-ov9655.c216 u8 **tbl; in ov9655_init_post_alt() local
/linux-4.1.27/firmware/av7110/
DBoot.S47 tbl: .word (endtbl - tbl) label
/linux-4.1.27/arch/powerpc/platforms/pasemi/
Diommu.c88 static int iobmap_build(struct iommu_table *tbl, long index, in iobmap_build()
117 static void iobmap_free(struct iommu_table *tbl, long index, in iobmap_free()
/linux-4.1.27/fs/cifs/
Dwinucase.c643 const wchar_t *tbl; in cifs_toupper() local
/linux-4.1.27/arch/powerpc/include/asm/
Diommu.h89 int get_iommu_order(unsigned long size, struct iommu_table *tbl) in get_iommu_order()
122 static inline void iommu_register_group(struct iommu_table *tbl, in iommu_register_group()
Dtime.h66 unsigned long tbl; in get_tbl() local
Dkvm_host.h166 u32 tbu, tbl; member
/linux-4.1.27/arch/arm/kernel/
Dentry-header.S399 tbl .req r8 @ syscall table pointer label
/linux-4.1.27/drivers/net/wireless/cw1200/
Dtxrx.h26 __le32 tbl[3]; member
Dwsm.h1559 struct wsm_tx_rate_retry_policy tbl[8]; member
/linux-4.1.27/sound/core/
Dsgbuf.c31 #define sgbuf_align_table(tbl) ALIGN((tbl), SGBUF_TBL_ALIGN) argument
/linux-4.1.27/scripts/dtc/
Dlivetree.c595 struct reserve_info *ri, **tbl; in sort_reserve_entries() local
636 struct property *prop, **tbl; in sort_properties() local
672 struct node *subnode, **tbl; in sort_subnodes() local
/linux-4.1.27/arch/powerpc/boot/
Dcuboot-c2k.c36 struct mv64x60_cpu2pci_win *tbl; in c2k_bridge_setup() local
Dprpmc2800.c326 struct mv64x60_cpu2pci_win *tbl; in prpmc2800_bridge_setup() local
/linux-4.1.27/arch/sparc/kernel/
Diommu.c597 struct iommu_map_table *tbl = &iommu->tbl; in fetch_sg_ctx() local
685 struct iommu_map_table *tbl = &iommu->tbl; in dma_4u_sync_single_for_cpu() local
721 struct iommu_map_table *tbl = &iommu->tbl; in dma_4u_sync_sg_for_cpu() local
Dpci_sun4v.c490 struct iommu_map_table *tbl = &iommu->tbl; in dma_4v_unmap_sg() local
/linux-4.1.27/arch/unicore32/kernel/
Dentry.S137 tbl .req r22 @ syscall table pointer label
/linux-4.1.27/drivers/sbus/char/
Denvctrl.c328 int scale, char *tbl, char *bufdata) in envctrl_i2c_data_translate()
368 char *tbl, j = -1; in envctrl_read_cpu_info() local
403 char *tbl = NULL; in envctrl_read_noncpu_info() local
/linux-4.1.27/drivers/mfd/
Drtsx_pcr.c562 static int rtsx_pci_set_pull_ctl(struct rtsx_pcr *pcr, const u32 *tbl) in rtsx_pci_set_pull_ctl()
583 const u32 *tbl; in rtsx_pci_card_pull_ctl_enable() local
598 const u32 *tbl; in rtsx_pci_card_pull_ctl_disable() local
Dmenelaus.c493 static int menelaus_get_vtg_value(int vtg, const struct menelaus_vtg_value *tbl, in menelaus_get_vtg_value()
/linux-4.1.27/arch/blackfin/kernel/
Dcplbinfo.c33 struct cplb_entry *tbl; member
/linux-4.1.27/net/netlink/
Ddiag.c105 struct netlink_table *tbl = &nl_table[protocol]; in __netlink_diag_dump() local
Daf_netlink.c1071 struct netlink_table *tbl = &nl_table[sk->sk_protocol]; in netlink_update_listeners() local
2605 struct netlink_table *tbl = &nl_table[sk->sk_protocol]; in __netlink_change_ngroups() local
2651 struct netlink_table *tbl = &nl_table[ksk->sk_protocol]; in __netlink_clear_multicast_users() local
/linux-4.1.27/drivers/hwmon/
Dab8500.c60 const struct abx500_res_to_temp *tbl = cfg->temp_tbl; in ab8500_voltage_to_temp() local
/linux-4.1.27/arch/sparc/include/asm/
Diommu_64.h28 struct iommu_map_table tbl; member
/linux-4.1.27/drivers/video/fbdev/riva/
Driva_hw.c1361 #define LOAD_FIXED_STATE(tbl,dev) \ argument
1364 #define LOAD_FIXED_STATE_8BPP(tbl,dev) \ argument
1367 #define LOAD_FIXED_STATE_15BPP(tbl,dev) \ argument
1370 #define LOAD_FIXED_STATE_16BPP(tbl,dev) \ argument
1373 #define LOAD_FIXED_STATE_32BPP(tbl,dev) \ argument
/linux-4.1.27/net/decnet/
Ddn_rules.c72 struct dn_fib_table *tbl; in dn_fib_rule_action() local
/linux-4.1.27/arch/arc/kernel/
Dsetup.c145 const struct cpuinfo_data *tbl; in arc_cpu_mumbojumbo() local
/linux-4.1.27/drivers/clk/tegra/
Dclk.c217 void __init tegra_init_from_table(struct tegra_clk_init_table *tbl, in tegra_init_from_table()
/linux-4.1.27/drivers/iommu/
Damd_iommu_v2.c296 static void free_pasid_states_level1(struct pasid_state **tbl) in free_pasid_states_level1()
308 static void free_pasid_states_level2(struct pasid_state **tbl) in free_pasid_states_level2()
Damd_iommu.c1923 static void free_gcr3_tbl_level1(u64 *tbl) in free_gcr3_tbl_level1()
1938 static void free_gcr3_tbl_level2(u64 *tbl) in free_gcr3_tbl_level2()
/linux-4.1.27/drivers/power/
Dbq24190_charger.c213 static u8 bq24190_find_idx(const int tbl[], int tbl_size, int v) in bq24190_find_idx()
278 const int tbl[], int tbl_size, in bq24190_get_field_val()
296 const int tbl[], int tbl_size, in bq24190_set_field_val()
Dsmb347-charger.c206 static int hw_to_current(const unsigned int *tbl, size_t size, unsigned int val) in hw_to_current()
214 static int current_to_hw(const unsigned int *tbl, size_t size, unsigned int val) in current_to_hw()
Dab8500_btemp.c471 const struct abx500_res_to_temp *tbl, int tbl_size, int res) in ab8500_btemp_res_to_temp()
Dab8500_fg.c864 const struct abx500_v_to_cap *tbl; in ab8500_fg_volt_to_capacity() local
916 const struct batres_vs_temp *tbl; in ab8500_fg_battery_resistance() local
/linux-4.1.27/net/netlabel/
Dnetlabel_domainhash.c48 struct list_head *tbl; member
Dnetlabel_unlabeled.c77 struct list_head *tbl; member
/linux-4.1.27/arch/powerpc/platforms/cell/
Diommu.c167 static int tce_build_cell(struct iommu_table *tbl, long index, long npages, in tce_build_cell()
213 static void tce_free_cell(struct iommu_table *tbl, long index, long npages) in tce_free_cell()
/linux-4.1.27/arch/parisc/kernel/
Dfirmware.c873 int pdc_pci_irt(unsigned long num_entries, unsigned long hpa, void *tbl) in pdc_pci_irt()
982 struct pdc_memory_table *tbl, unsigned long entries) in pdc_mem_mem_table()
/linux-4.1.27/net/ipv6/
Dip6_fib.c1882 struct fib6_table *tbl; member
1941 static struct fib6_table *ipv6_route_seq_next_table(struct fib6_table *tbl, in ipv6_route_seq_next_table()
/linux-4.1.27/drivers/staging/media/davinci_vpfe/
Ddm365_ipipe_hw.c776 struct vpfe_ipipe_3d_lut_entry *tbl; in ipipe_set_3d_lut_regs() local
/linux-4.1.27/sound/pci/
Dintel8x0m.c772 struct ich_pcm_table *tbl, *rec; in snd_intel8x0m_pcm() local
1129 struct ich_reg_info *tbl; in snd_intel8x0m_create() local
Dintel8x0.c1668 struct ich_pcm_table *tbl, *rec; in snd_intel8x0_pcm() local
3050 struct ich_reg_info *tbl; in snd_intel8x0_create() local
/linux-4.1.27/arch/cris/include/arch-v32/arch/hwregs/
Deth_defs.h119 unsigned int tbl : 32; member
126 unsigned int tbl : 32; member
/linux-4.1.27/drivers/net/bonding/
Dbond_options.c458 const struct bond_opt_value *tbl; in bond_opt_parse() local
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/
Ddebug.c1118 const struct wmi_target_roam_tbl *tbl; in ath6kl_debug_roam_tbl_event() local
1155 struct wmi_target_roam_tbl *tbl; in ath6kl_roam_table_read() local
/linux-4.1.27/fs/nfs/filelayout/
Dfilelayout.c131 struct nfs4_slot_table *tbl = &clp->cl_session->fc_slot_table; in filelayout_async_handle_error() local
/linux-4.1.27/drivers/char/tpm/
Dtpm_tis.c124 struct acpi_table_tpm2 *tbl; in is_fifo() local
/linux-4.1.27/sound/pci/hda/
Dpatch_cirrus.c1019 struct hda_jack_callback *tbl) in cs4210_spdif_automute()
Dpatch_ca0132.c4404 struct hda_jack_tbl *tbl; in hp_callback() local
/linux-4.1.27/sound/pci/ice1712/
Dice1712.c2290 struct snd_ice1712_card_info * const *tbl, *c; in snd_ice1712_read_eeprom() local
2635 struct snd_ice1712_card_info * const *tbl, *c; in snd_ice1712_probe() local
Dice1724.c2310 struct snd_ice1712_card_info * const *tbl, *c; in snd_vt1724_read_eeprom() local
2624 struct snd_ice1712_card_info * const *tbl, *c; in snd_vt1724_probe() local
/linux-4.1.27/net/tipc/
Dsocket.c2233 const struct bucket_table *tbl; in tipc_sk_reinit() local
2675 const struct bucket_table *tbl; in tipc_nl_sk_dump() local
/linux-4.1.27/drivers/misc/carma/
Dcarma-fpga.c1277 static unsigned int data_poll(struct file *filp, struct poll_table_struct *tbl) in data_poll()
/linux-4.1.27/fs/nfs/flexfilelayout/
Dflexfilelayout.c683 struct nfs4_slot_table *tbl = &clp->cl_session->fc_slot_table; in ff_layout_async_handle_error_v4() local
/linux-4.1.27/drivers/net/ethernet/ibm/
Dibmveth.c1298 struct iommu_table *tbl; in ibmveth_get_desired_dma() local
/linux-4.1.27/tools/perf/
Dbuiltin-kvm.c74 struct exit_reasons_table *tbl, in get_exit_reason()
/linux-4.1.27/sound/core/oss/
Dmixer_oss.c1181 struct snd_mixer_oss_assign_table *tbl; in snd_mixer_oss_proc_write() local
/linux-4.1.27/arch/mips/include/asm/txx9/
Dtx3927.h112 volatile unsigned long tbl; /* +d0 */ member
/linux-4.1.27/net/atm/
Dlec.c834 static void *lec_tbl_walk(struct lec_state *state, struct hlist_head *tbl, in lec_tbl_walk()
/linux-4.1.27/drivers/media/platform/s5p-jpeg/
Djpeg-core.c702 const unsigned char *tbl, in exynos4_jpeg_set_tbl()
/linux-4.1.27/drivers/net/wireless/ath/wil6210/
Ddebugfs.c326 const struct dbg_off * const tbl) in wil6210_debugfs_init_offset()
/linux-4.1.27/fs/nfsd/
Dnfs4state.c2106 find_client_in_id_table(struct list_head *tbl, clientid_t *clid, bool sessions) in find_client_in_id_table()
2125 struct list_head *tbl = nn->conf_id_hashtbl; in find_confirmed_client() local
2134 struct list_head *tbl = nn->unconf_id_hashtbl; in find_unconfirmed_client() local
/linux-4.1.27/sound/pci/ac97/
Dac97_codec.c1103 const struct snd_ac97_res_table *tbl; in check_volume_resolution() local
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_cmn.c4628 struct msix_entry *tbl; in bnx2x_alloc_mem_bp() local
/linux-4.1.27/kernel/
Dworkqueue.c5114 cpumask_var_t *tbl; in wq_numa_init() local
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphy_n.c14164 struct phytbl_info tbl; in wlc_phy_table_write_nphy() local
14178 struct phytbl_info tbl; in wlc_phy_table_read_nphy() local
/linux-4.1.27/drivers/net/ethernet/sun/
Dniu.c4733 struct rdc_table *tbl = &tp->tables[i]; in niu_init_rdc_groups() local