| /kernel/linux/linux-4.19/fs/nfs/ |
| D | nfs4session.c | 26 static void nfs4_init_slot_table(struct nfs4_slot_table *tbl, const char *queue) in nfs4_init_slot_table() 38 static void nfs4_shrink_slot_table(struct nfs4_slot_table *tbl, u32 newsize) in nfs4_shrink_slot_table() 61 void nfs4_slot_tbl_drain_complete(struct nfs4_slot_table *tbl) in nfs4_slot_tbl_drain_complete() 82 void nfs4_free_slot(struct nfs4_slot_table *tbl, struct nfs4_slot *slot) in nfs4_free_slot() 103 static struct nfs4_slot *nfs4_new_slot(struct nfs4_slot_table *tbl, in nfs4_new_slot() 117 static struct nfs4_slot *nfs4_find_or_create_slot(struct nfs4_slot_table *tbl, in nfs4_find_or_create_slot() 139 static void nfs4_lock_slot(struct nfs4_slot_table *tbl, in nfs4_lock_slot() 156 bool nfs4_try_to_lock_slot(struct nfs4_slot_table *tbl, struct nfs4_slot *slot) in nfs4_try_to_lock_slot() 169 struct nfs4_slot *nfs4_lookup_slot(struct nfs4_slot_table *tbl, u32 slotid) in nfs4_lookup_slot() 176 static int nfs4_slot_get_seqid(struct nfs4_slot_table *tbl, u32 slotid, in nfs4_slot_get_seqid() [all …]
|
| /kernel/linux/linux-5.10/fs/nfs/ |
| D | nfs4session.c | 27 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 …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
| D | dr_table.c | 6 int mlx5dr_table_set_miss_action(struct mlx5dr_table *tbl, in mlx5dr_table_set_miss_action() 90 static void dr_table_uninit_fdb(struct mlx5dr_table *tbl) in dr_table_uninit_fdb() 96 static void dr_table_uninit(struct mlx5dr_table *tbl) in dr_table_uninit() 155 static int dr_table_init_fdb(struct mlx5dr_table *tbl) in dr_table_init_fdb() 174 static int dr_table_init(struct mlx5dr_table *tbl) in dr_table_init() 209 static int dr_table_destroy_sw_owned_tbl(struct mlx5dr_table *tbl) in dr_table_destroy_sw_owned_tbl() 216 static int dr_table_create_sw_owned_tbl(struct mlx5dr_table *tbl) in dr_table_create_sw_owned_tbl() 247 struct mlx5dr_table *tbl; in mlx5dr_table_create() local 280 int mlx5dr_table_destroy(struct mlx5dr_table *tbl) in mlx5dr_table_destroy() 302 u32 mlx5dr_table_get_id(struct mlx5dr_table *tbl) in mlx5dr_table_get_id()
|
| /kernel/linux/linux-4.19/tools/perf/util/ |
| D | syscalltbl.c | 67 static int syscalltbl__init_native(struct syscalltbl *tbl) in syscalltbl__init_native() 95 struct syscalltbl *tbl = malloc(sizeof(*tbl)); in syscalltbl__new() local 105 void syscalltbl__delete(struct syscalltbl *tbl) in syscalltbl__delete() 116 int syscalltbl__id(struct syscalltbl *tbl, const char *name) in syscalltbl__id() 125 int syscalltbl__strglobmatch_next(struct syscalltbl *tbl, const char *syscall_glob, int *idx) in syscalltbl__strglobmatch_next() 140 int syscalltbl__strglobmatch_first(struct syscalltbl *tbl, const char *syscall_glob, int *idx) in syscalltbl__strglobmatch_first() 152 struct syscalltbl *tbl = malloc(sizeof(*tbl)); in syscalltbl__new() local 158 void syscalltbl__delete(struct syscalltbl *tbl) in syscalltbl__delete() 163 const char *syscalltbl__name(const struct syscalltbl *tbl, int id) in syscalltbl__name() 168 int syscalltbl__id(struct syscalltbl *tbl, const char *name) in syscalltbl__id() [all …]
|
| /kernel/linux/linux-5.10/tools/perf/util/ |
| D | syscalltbl.c | 59 static int syscalltbl__init_native(struct syscalltbl *tbl) in syscalltbl__init_native() 88 struct syscalltbl *tbl = malloc(sizeof(*tbl)); in syscalltbl__new() local 98 void syscalltbl__delete(struct syscalltbl *tbl) in syscalltbl__delete() 109 int syscalltbl__id(struct syscalltbl *tbl, const char *name) in syscalltbl__id() 118 int syscalltbl__strglobmatch_next(struct syscalltbl *tbl, const char *syscall_glob, int *idx) in syscalltbl__strglobmatch_next() 133 int syscalltbl__strglobmatch_first(struct syscalltbl *tbl, const char *syscall_glob, int *idx) in syscalltbl__strglobmatch_first() 145 struct syscalltbl *tbl = zalloc(sizeof(*tbl)); in syscalltbl__new() local 151 void syscalltbl__delete(struct syscalltbl *tbl) in syscalltbl__delete() 156 const char *syscalltbl__name(const struct syscalltbl *tbl, int id) in syscalltbl__name() 161 int syscalltbl__id(struct syscalltbl *tbl, const char *name) in syscalltbl__id() [all …]
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | rhashtable.h | 119 static inline unsigned int rht_bucket_index(const struct bucket_table *tbl, in rht_bucket_index() 156 struct rhashtable *ht, const struct bucket_table *tbl, in rht_key_hashfn() 165 struct rhashtable *ht, const struct bucket_table *tbl, in rht_head_hashfn() 183 const struct bucket_table *tbl) in rht_grow_above_75() 196 const struct bucket_table *tbl) in rht_shrink_below_30() 209 const struct bucket_table *tbl) in rht_grow_above_100() 221 const struct bucket_table *tbl) in rht_grow_above_max() 235 static inline int lockdep_rht_bucket_is_held(const struct bucket_table *tbl, in lockdep_rht_bucket_is_held() 277 #define rht_dereference_bucket(p, tbl, hash) \ argument 280 #define rht_dereference_bucket_rcu(p, tbl, hash) \ argument [all …]
|
| /kernel/linux/linux-4.19/include/linux/ |
| D | rhashtable.h | 92 static inline unsigned int rht_bucket_index(const struct bucket_table *tbl, in rht_bucket_index() 129 struct rhashtable *ht, const struct bucket_table *tbl, in rht_key_hashfn() 138 struct rhashtable *ht, const struct bucket_table *tbl, in rht_head_hashfn() 156 const struct bucket_table *tbl) in rht_grow_above_75() 169 const struct bucket_table *tbl) in rht_shrink_below_30() 182 const struct bucket_table *tbl) in rht_grow_above_100() 194 const struct bucket_table *tbl) in rht_grow_above_max() 212 static inline spinlock_t *rht_bucket_lock(const struct bucket_table *tbl, in rht_bucket_lock() 227 static inline int lockdep_rht_bucket_is_held(const struct bucket_table *tbl, in lockdep_rht_bucket_is_held() 268 #define rht_dereference_bucket(p, tbl, hash) \ argument [all …]
|
| /kernel/linux/linux-5.10/net/mac80211/ |
| D | mesh_pathtbl.c | 45 struct mesh_table *tbl = tblptr; in mesh_path_rht_free() local 71 static void mesh_table_free(struct mesh_table *tbl) in mesh_table_free() 214 static struct mesh_path *mpath_lookup(struct mesh_table *tbl, const u8 *dst, in mpath_lookup() 251 __mesh_path_lookup_by_idx(struct mesh_table *tbl, int idx) in __mesh_path_lookup_by_idx() 308 struct mesh_table *tbl; in mesh_path_add_gate() local 343 static void mesh_gate_del(struct mesh_table *tbl, struct mesh_path *mpath) in mesh_gate_del() 404 struct mesh_table *tbl; in mesh_path_add() local 446 struct mesh_table *tbl; in mpp_path_add() local 492 struct mesh_table *tbl = sdata->u.mesh.mesh_paths; in mesh_plink_broken() local 514 static void mesh_path_free_rcu(struct mesh_table *tbl, in mesh_path_free_rcu() [all …]
|
| /kernel/linux/linux-4.19/net/mac80211/ |
| D | mesh_pathtbl.c | 48 struct mesh_table *tbl = tblptr; in mesh_path_rht_free() local 70 static void mesh_table_free(struct mesh_table *tbl) in mesh_table_free() 215 static struct mesh_path *mpath_lookup(struct mesh_table *tbl, const u8 *dst, in mpath_lookup() 252 __mesh_path_lookup_by_idx(struct mesh_table *tbl, int idx) in __mesh_path_lookup_by_idx() 309 struct mesh_table *tbl; in mesh_path_add_gate() local 344 static void mesh_gate_del(struct mesh_table *tbl, struct mesh_path *mpath) in mesh_gate_del() 405 struct mesh_table *tbl; in mesh_path_add() local 455 struct mesh_table *tbl; in mpp_path_add() local 501 struct mesh_table *tbl = sdata->u.mesh.mesh_paths; in mesh_plink_broken() local 523 static void mesh_path_free_rcu(struct mesh_table *tbl, in mesh_path_free_rcu() [all …]
|
| /kernel/linux/linux-5.10/arch/powerpc/kernel/ |
| D | iommu.c | 164 struct iommu_table *tbl, in iommu_range_alloc() 286 static dma_addr_t iommu_alloc(struct device *dev, struct iommu_table *tbl, in iommu_alloc() 329 static bool iommu_free_check(struct iommu_table *tbl, dma_addr_t dma_addr, in iommu_free_check() 357 static struct iommu_pool *get_pool(struct iommu_table *tbl, in get_pool() 376 static void __iommu_free(struct iommu_table *tbl, dma_addr_t dma_addr, in __iommu_free() 398 static void iommu_free(struct iommu_table *tbl, dma_addr_t dma_addr, in iommu_free() 411 int ppc_iommu_map_sg(struct device *dev, struct iommu_table *tbl, in ppc_iommu_map_sg() 556 void ppc_iommu_unmap_sg(struct iommu_table *tbl, struct scatterlist *sglist, in ppc_iommu_unmap_sg() 588 static void iommu_table_clear(struct iommu_table *tbl) in iommu_table_clear() 629 static void iommu_table_reserve_pages(struct iommu_table *tbl, in iommu_table_reserve_pages() [all …]
|
| /kernel/linux/linux-4.19/arch/powerpc/kernel/ |
| D | iommu.c | 176 struct iommu_table *tbl, in iommu_range_alloc() 305 static dma_addr_t iommu_alloc(struct device *dev, struct iommu_table *tbl, in iommu_alloc() 348 static bool iommu_free_check(struct iommu_table *tbl, dma_addr_t dma_addr, in iommu_free_check() 376 static struct iommu_pool *get_pool(struct iommu_table *tbl, in get_pool() 395 static void __iommu_free(struct iommu_table *tbl, dma_addr_t dma_addr, in __iommu_free() 417 static void iommu_free(struct iommu_table *tbl, dma_addr_t dma_addr, in iommu_free() 430 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 …]
|
| /kernel/linux/linux-4.19/arch/x86/kernel/ |
| D | pci-calgary_64.c | 200 static inline int translation_enabled(struct iommu_table *tbl) in translation_enabled() 206 static void iommu_range_reserve(struct iommu_table *tbl, in iommu_range_reserve() 231 struct iommu_table *tbl, in iommu_range_alloc() 270 static dma_addr_t iommu_alloc(struct device *dev, struct iommu_table *tbl, in iommu_alloc() 293 static void iommu_free(struct iommu_table *tbl, dma_addr_t dma_addr, in iommu_free() 325 struct iommu_table *tbl; in find_iommu_table() local 348 struct iommu_table *tbl = find_iommu_table(dev); in calgary_unmap_sg() local 372 struct iommu_table *tbl = find_iommu_table(dev); in calgary_map_sg() local 418 struct iommu_table *tbl = find_iommu_table(dev); in calgary_map_page() local 430 struct iommu_table *tbl = find_iommu_table(dev); in calgary_unmap_page() local [all …]
|
| D | tce_64.c | 49 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()
|
| /kernel/linux/linux-5.10/lib/ |
| D | rhashtable.c | 38 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() 152 struct bucket_table *tbl; in nested_bucket_table_alloc() local 179 struct bucket_table *tbl = NULL; in bucket_table_alloc() local 212 struct bucket_table *tbl) in rhashtable_last_table() 410 struct bucket_table *tbl; in rht_deferred_worker() local 440 struct bucket_table *tbl) in rhashtable_insert_rehash() [all …]
|
| /kernel/linux/linux-4.19/arch/powerpc/platforms/powernv/ |
| D | pci-ioda-tce.c | 20 void pnv_pci_setup_iommu_table(struct iommu_table *tbl, in pnv_pci_setup_iommu_table() 55 static __be64 *pnv_tce(struct iommu_table *tbl, bool user, long idx, bool alloc) in pnv_tce() 96 int pnv_tce_build(struct iommu_table *tbl, long index, long npages, in pnv_tce_build() 119 int pnv_tce_xchg(struct iommu_table *tbl, long index, in pnv_tce_xchg() 154 __be64 *pnv_tce_useraddrptr(struct iommu_table *tbl, long index, bool alloc) in pnv_tce_useraddrptr() 163 void pnv_tce_free(struct iommu_table *tbl, long index, long npages) in pnv_tce_free() 179 unsigned long pnv_tce_get(struct iommu_table *tbl, long index) in pnv_tce_get() 213 void pnv_pci_ioda2_table_free_pages(struct iommu_table *tbl) in pnv_pci_ioda2_table_free_pages() 265 bool alloc_userspace_copy, struct iommu_table *tbl) in pnv_pci_ioda2_table_alloc_pages() 351 void pnv_pci_unlink_table_and_group(struct iommu_table *tbl, in pnv_pci_unlink_table_and_group() [all …]
|
| /kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
| D | pci-ioda-tce.c | 48 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() 182 __be64 *pnv_tce_useraddrptr(struct iommu_table *tbl, long index, bool alloc) in pnv_tce_useraddrptr() 191 void pnv_tce_free(struct iommu_table *tbl, long index, long npages) in pnv_tce_free() 207 unsigned long pnv_tce_get(struct iommu_table *tbl, long index) in pnv_tce_get() 241 void pnv_pci_ioda2_table_free_pages(struct iommu_table *tbl) in pnv_pci_ioda2_table_free_pages() 293 bool alloc_userspace_copy, struct iommu_table *tbl) in pnv_pci_ioda2_table_alloc_pages() 371 void pnv_pci_unlink_table_and_group(struct iommu_table *tbl, in pnv_pci_unlink_table_and_group() [all …]
|
| /kernel/linux/linux-5.10/net/core/ |
| D | neighbour.c | 182 struct neigh_table *tbl) in neigh_del() 202 bool neigh_remove_one(struct neighbour *ndel, struct neigh_table *tbl) in neigh_remove_one() 225 static int neigh_forced_gc(struct neigh_table *tbl) in neigh_forced_gc() 293 static void neigh_flush_dev(struct neigh_table *tbl, struct net_device *dev, in neigh_flush_dev() 347 void neigh_changeaddr(struct neigh_table *tbl, struct net_device *dev) in neigh_changeaddr() 355 static int __neigh_ifdown(struct neigh_table *tbl, struct net_device *dev, in __neigh_ifdown() 367 int neigh_carrier_down(struct neigh_table *tbl, struct net_device *dev) in neigh_carrier_down() 374 int neigh_ifdown(struct neigh_table *tbl, struct net_device *dev) in neigh_ifdown() 381 static struct neighbour *neigh_alloc(struct neigh_table *tbl, in neigh_alloc() 487 static struct neigh_hash_table *neigh_hash_grow(struct neigh_table *tbl, in neigh_hash_grow() [all …]
|
| /kernel/linux/linux-4.19/lib/ |
| D | rhashtable.c | 42 const struct bucket_table *tbl, in head_hashfn() 57 int lockdep_rht_bucket_is_held(const struct bucket_table *tbl, u32 hash) in lockdep_rht_bucket_is_held() 87 static void nested_bucket_table_free(const struct bucket_table *tbl) in nested_bucket_table_free() 102 static void bucket_table_free(const struct bucket_table *tbl) in bucket_table_free() 144 struct bucket_table *tbl; in nested_bucket_table_alloc() local 171 struct bucket_table *tbl = NULL; in bucket_table_alloc() local 211 struct bucket_table *tbl) in rhashtable_last_table() 403 struct bucket_table *tbl; in rht_deferred_worker() local 433 struct bucket_table *tbl) in rhashtable_insert_rehash() 481 struct bucket_table *tbl, unsigned int hash, in rhashtable_lookup_one() [all …]
|
| /kernel/linux/linux-4.19/net/core/ |
| D | neighbour.c | 125 struct neighbour __rcu **np, struct neigh_table *tbl) in neigh_del() 146 bool neigh_remove_one(struct neighbour *ndel, struct neigh_table *tbl) in neigh_remove_one() 169 static int neigh_forced_gc(struct neigh_table *tbl) in neigh_forced_gc() 237 static void neigh_flush_dev(struct neigh_table *tbl, struct net_device *dev) in neigh_flush_dev() 287 void neigh_changeaddr(struct neigh_table *tbl, struct net_device *dev) in neigh_changeaddr() 295 int neigh_ifdown(struct neigh_table *tbl, struct net_device *dev) in neigh_ifdown() 307 static struct neighbour *neigh_alloc(struct neigh_table *tbl, struct net_device *dev) in neigh_alloc() 403 static struct neigh_hash_table *neigh_hash_grow(struct neigh_table *tbl, in neigh_hash_grow() 444 struct neighbour *neigh_lookup(struct neigh_table *tbl, const void *pkey, in neigh_lookup() 464 struct neighbour *neigh_lookup_nodev(struct neigh_table *tbl, struct net *net, in neigh_lookup_nodev() [all …]
|
| /kernel/linux/linux-4.19/drivers/infiniband/hw/vmw_pvrdma/ |
| D | pvrdma_doorbell.c | 56 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
|
| /kernel/linux/linux-5.10/drivers/infiniband/hw/vmw_pvrdma/ |
| D | pvrdma_doorbell.c | 56 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
|
| /kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/ |
| D | 11n_rxreorder.c | 110 struct mwifiex_rx_reorder_tbl *tbl, in mwifiex_11n_dispatch_pkt_until_start_win() 158 struct mwifiex_rx_reorder_tbl *tbl) in mwifiex_11n_scan_and_dispatch() 202 struct mwifiex_rx_reorder_tbl *tbl) in mwifiex_del_rx_reorder_entry() 244 struct mwifiex_rx_reorder_tbl *tbl; in mwifiex_11n_get_rx_reorder_tbl() local 263 struct mwifiex_rx_reorder_tbl *tbl, *tmp; in mwifiex_11n_del_rx_reorder_tbl_by_ta() local 345 struct mwifiex_rx_reorder_tbl *tbl, *new_node; in mwifiex_11n_create_rx_reorder_tbl() local 422 mwifiex_11n_rxreorder_timer_restart(struct mwifiex_rx_reorder_tbl *tbl) in mwifiex_11n_rxreorder_timer_restart() 563 struct mwifiex_rx_reorder_tbl *tbl; in mwifiex_11n_rx_reorder_pkt() local 675 struct mwifiex_rx_reorder_tbl *tbl; in mwifiex_del_ba_tbl() local 729 struct mwifiex_rx_reorder_tbl *tbl; in mwifiex_ret_11n_addba_resp() local [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| D | mod_hdr.c | 42 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() 53 static struct mlx5e_mod_hdr_handle *mod_hdr_get(struct mod_hdr_tbl *tbl, in mod_hdr_get() 72 struct mod_hdr_tbl *tbl, in mlx5e_mod_hdr_attach() 139 struct mod_hdr_tbl *tbl, in mlx5e_mod_hdr_detach()
|
| /kernel/linux/linux-4.19/drivers/net/wireless/marvell/mwifiex/ |
| D | 11n_rxreorder.c | 109 struct mwifiex_rx_reorder_tbl *tbl, in mwifiex_11n_dispatch_pkt_until_start_win() 156 struct mwifiex_rx_reorder_tbl *tbl) in mwifiex_11n_scan_and_dispatch() 199 struct mwifiex_rx_reorder_tbl *tbl) in mwifiex_del_rx_reorder_entry() 242 struct mwifiex_rx_reorder_tbl *tbl; in mwifiex_11n_get_rx_reorder_tbl() local 263 struct mwifiex_rx_reorder_tbl *tbl, *tmp; in mwifiex_11n_del_rx_reorder_tbl_by_ta() local 349 struct mwifiex_rx_reorder_tbl *tbl, *new_node; in mwifiex_11n_create_rx_reorder_tbl() local 427 mwifiex_11n_rxreorder_timer_restart(struct mwifiex_rx_reorder_tbl *tbl) in mwifiex_11n_rxreorder_timer_restart() 569 struct mwifiex_rx_reorder_tbl *tbl; in mwifiex_11n_rx_reorder_pkt() local 681 struct mwifiex_rx_reorder_tbl *tbl; in mwifiex_del_ba_tbl() local 736 struct mwifiex_rx_reorder_tbl *tbl; in mwifiex_ret_11n_addba_resp() local [all …]
|
| /kernel/linux/linux-5.10/arch/powerpc/kvm/ |
| D | book3s_64_vio_hv.c | 171 u64 *tbl; in kvmppc_rm_tce_put() local 221 struct iommu_table *tbl, in iommu_tce_xchg_no_kill_rm() 243 static void iommu_tce_kill_rm(struct iommu_table *tbl, in iommu_tce_kill_rm() 250 static void kvmppc_rm_clear_tce(struct kvm *kvm, struct iommu_table *tbl, in kvmppc_rm_clear_tce() 260 struct iommu_table *tbl, unsigned long entry) in kvmppc_rm_tce_iommu_mapped_dec() 282 struct iommu_table *tbl, unsigned long entry) in kvmppc_rm_tce_iommu_do_unmap() 306 struct kvmppc_spapr_tce_table *stt, struct iommu_table *tbl, in kvmppc_rm_tce_iommu_unmap() 322 static long kvmppc_rm_tce_iommu_do_map(struct kvm *kvm, struct iommu_table *tbl, in kvmppc_rm_tce_iommu_do_map() 365 struct kvmppc_spapr_tce_table *stt, struct iommu_table *tbl, in kvmppc_rm_tce_iommu_map() 660 u64 *tbl; in kvmppc_h_get_tce() local
|