| /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-6.6/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() 93 static void dr_table_uninit_fdb(struct mlx5dr_table *tbl) in dr_table_uninit_fdb() 99 static void dr_table_uninit(struct mlx5dr_table *tbl) in dr_table_uninit() 158 static int dr_table_init_fdb(struct mlx5dr_table *tbl) in dr_table_init_fdb() 177 static int dr_table_init(struct mlx5dr_table *tbl) in dr_table_init() 212 static int dr_table_destroy_sw_owned_tbl(struct mlx5dr_table *tbl) in dr_table_destroy_sw_owned_tbl() 219 static int dr_table_create_sw_owned_tbl(struct mlx5dr_table *tbl) in dr_table_create_sw_owned_tbl() 250 struct mlx5dr_table *tbl; in mlx5dr_table_create() local 283 int mlx5dr_table_destroy(struct mlx5dr_table *tbl) in mlx5dr_table_destroy() 305 u32 mlx5dr_table_get_id(struct mlx5dr_table *tbl) in mlx5dr_table_get_id()
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
| D | dr_table.c | 46 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()
|
| /kernel/linux/linux-5.10/tools/perf/util/ |
| D | syscalltbl.c | 63 static int syscalltbl__init_native(struct syscalltbl *tbl) in syscalltbl__init_native() 92 struct syscalltbl *tbl = malloc(sizeof(*tbl)); in syscalltbl__new() local 102 void syscalltbl__delete(struct syscalltbl *tbl) in syscalltbl__delete() 113 int syscalltbl__id(struct syscalltbl *tbl, const char *name) in syscalltbl__id() 122 int syscalltbl__strglobmatch_next(struct syscalltbl *tbl, const char *syscall_glob, int *idx) in syscalltbl__strglobmatch_next() 137 int syscalltbl__strglobmatch_first(struct syscalltbl *tbl, const char *syscall_glob, int *idx) in syscalltbl__strglobmatch_first() 149 struct syscalltbl *tbl = zalloc(sizeof(*tbl)); in syscalltbl__new() local 155 void syscalltbl__delete(struct syscalltbl *tbl) in syscalltbl__delete() 160 const char *syscalltbl__name(const struct syscalltbl *tbl, int id) in syscalltbl__name() 165 int syscalltbl__id(struct syscalltbl *tbl, const char *name) in syscalltbl__id() [all …]
|
| /kernel/linux/linux-6.6/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-6.6/arch/powerpc/kernel/ |
| D | iommu.c | 45 struct iommu_table *tbl = data; in iommu_debugfs_weight_get() local 51 static void iommu_debugfs_add(struct iommu_table *tbl) in iommu_debugfs_add() 68 static void iommu_debugfs_del(struct iommu_table *tbl) in iommu_debugfs_del() 76 static void iommu_debugfs_add(struct iommu_table *tbl){} in iommu_debugfs_add() 77 static void iommu_debugfs_del(struct iommu_table *tbl){} in iommu_debugfs_del() 214 struct iommu_table *tbl, in iommu_range_alloc() 345 static dma_addr_t iommu_alloc(struct device *dev, struct iommu_table *tbl, in iommu_alloc() 388 static bool iommu_free_check(struct iommu_table *tbl, dma_addr_t dma_addr, in iommu_free_check() 416 static struct iommu_pool *get_pool(struct iommu_table *tbl, in get_pool() 435 static void __iommu_free(struct iommu_table *tbl, dma_addr_t dma_addr, in __iommu_free() [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-5.10/net/mac80211/ |
| D | mesh_pathtbl.c | 45 struct mesh_table *tbl = tblptr; in mesh_path_rht_free() local 50 static void mesh_table_init(struct mesh_table *tbl) in mesh_table_init() 64 static void mesh_table_free(struct mesh_table *tbl) in mesh_table_free() 206 static struct mesh_path *mpath_lookup(struct mesh_table *tbl, const u8 *dst, in mpath_lookup() 243 __mesh_path_lookup_by_idx(struct mesh_table *tbl, int idx) in __mesh_path_lookup_by_idx() 300 struct mesh_table *tbl; in mesh_path_add_gate() local 335 static void mesh_gate_del(struct mesh_table *tbl, struct mesh_path *mpath) in mesh_gate_del() 396 struct mesh_table *tbl; in mesh_path_add() local 438 struct mesh_table *tbl; in mpp_path_add() local 484 struct mesh_table *tbl = &sdata->u.mesh.mesh_paths; in mesh_plink_broken() local [all …]
|
| /kernel/linux/linux-6.6/tools/perf/util/ |
| D | syscalltbl.c | 67 static int syscalltbl__init_native(struct syscalltbl *tbl) in syscalltbl__init_native() 96 struct syscalltbl *tbl = malloc(sizeof(*tbl)); in syscalltbl__new() local 106 void syscalltbl__delete(struct syscalltbl *tbl) in syscalltbl__delete() 117 int syscalltbl__id(struct syscalltbl *tbl, const char *name) in syscalltbl__id() 126 int syscalltbl__strglobmatch_next(struct syscalltbl *tbl, const char *syscall_glob, int *idx) in syscalltbl__strglobmatch_next() 141 int syscalltbl__strglobmatch_first(struct syscalltbl *tbl, const char *syscall_glob, int *idx) in syscalltbl__strglobmatch_first() 153 struct syscalltbl *tbl = zalloc(sizeof(*tbl)); in syscalltbl__new() local 159 void syscalltbl__delete(struct syscalltbl *tbl) in syscalltbl__delete() 164 const char *syscalltbl__name(const struct syscalltbl *tbl, int id) in syscalltbl__name() 169 int syscalltbl__id(struct syscalltbl *tbl, const char *name) in syscalltbl__id() [all …]
|
| /kernel/linux/linux-5.10/arch/powerpc/kernel/ |
| D | iommu.c | 175 struct iommu_table *tbl, in iommu_range_alloc() 297 static dma_addr_t iommu_alloc(struct device *dev, struct iommu_table *tbl, in iommu_alloc() 340 static bool iommu_free_check(struct iommu_table *tbl, dma_addr_t dma_addr, in iommu_free_check() 368 static struct iommu_pool *get_pool(struct iommu_table *tbl, in get_pool() 387 static void __iommu_free(struct iommu_table *tbl, dma_addr_t dma_addr, in __iommu_free() 409 static void iommu_free(struct iommu_table *tbl, dma_addr_t dma_addr, in iommu_free() 422 int ppc_iommu_map_sg(struct device *dev, struct iommu_table *tbl, in ppc_iommu_map_sg() 567 void ppc_iommu_unmap_sg(struct iommu_table *tbl, struct scatterlist *sglist, in ppc_iommu_unmap_sg() 599 static void iommu_table_clear(struct iommu_table *tbl) in iommu_table_clear() 640 static void iommu_table_reserve_pages(struct iommu_table *tbl, in iommu_table_reserve_pages() [all …]
|
| /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-6.6/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() 413 struct bucket_table *tbl; in rht_deferred_worker() local 443 struct bucket_table *tbl) in rhashtable_insert_rehash() [all …]
|
| /kernel/linux/linux-6.6/net/mac80211/ |
| D | mesh_pathtbl.c | 81 struct mesh_table *tbl = tblptr; in mesh_path_rht_free() local 86 static void mesh_table_init(struct mesh_table *tbl) in mesh_table_init() 100 static void mesh_table_free(struct mesh_table *tbl) in mesh_table_free() 242 static struct mesh_path *mpath_lookup(struct mesh_table *tbl, const u8 *dst, in mpath_lookup() 279 __mesh_path_lookup_by_idx(struct mesh_table *tbl, int idx) in __mesh_path_lookup_by_idx() 336 struct mesh_table *tbl; in mesh_path_add_gate() local 371 static void mesh_gate_del(struct mesh_table *tbl, struct mesh_path *mpath) in mesh_gate_del() 678 struct mesh_table *tbl; in mesh_path_add() local 720 struct mesh_table *tbl; in mpp_path_add() local 768 struct mesh_table *tbl = &sdata->u.mesh.mesh_paths; in mesh_plink_broken() local [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-6.6/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() 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 …]
|
| /kernel/linux/linux-6.6/net/core/ |
| D | neighbour.c | 209 struct neigh_table *tbl) in neigh_del() 229 bool neigh_remove_one(struct neighbour *ndel, struct neigh_table *tbl) in neigh_remove_one() 252 static int neigh_forced_gc(struct neigh_table *tbl) in neigh_forced_gc() 380 static void neigh_flush_dev(struct neigh_table *tbl, struct net_device *dev, in neigh_flush_dev() 434 void neigh_changeaddr(struct neigh_table *tbl, struct net_device *dev) in neigh_changeaddr() 442 static int __neigh_ifdown(struct neigh_table *tbl, struct net_device *dev, in __neigh_ifdown() 455 int neigh_carrier_down(struct neigh_table *tbl, struct net_device *dev) in neigh_carrier_down() 462 int neigh_ifdown(struct neigh_table *tbl, struct net_device *dev) in neigh_ifdown() 469 static struct neighbour *neigh_alloc(struct neigh_table *tbl, in neigh_alloc() 577 static struct neigh_hash_table *neigh_hash_grow(struct neigh_table *tbl, in neigh_hash_grow() [all …]
|
| /kernel/linux/linux-6.6/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/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() 326 static void neigh_flush_dev(struct neigh_table *tbl, struct net_device *dev, in neigh_flush_dev() 380 void neigh_changeaddr(struct neigh_table *tbl, struct net_device *dev) in neigh_changeaddr() 388 static int __neigh_ifdown(struct neigh_table *tbl, struct net_device *dev, in __neigh_ifdown() 400 int neigh_carrier_down(struct neigh_table *tbl, struct net_device *dev) in neigh_carrier_down() 407 int neigh_ifdown(struct neigh_table *tbl, struct net_device *dev) in neigh_ifdown() 414 static struct neighbour *neigh_alloc(struct neigh_table *tbl, in neigh_alloc() 521 static struct neigh_hash_table *neigh_hash_grow(struct neigh_table *tbl, in neigh_hash_grow() [all …]
|
| /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-6.6/drivers/net/wireless/marvell/mwifiex/ |
| D | 11n_rxreorder.c | 98 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 …]
|
| /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-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() 251 struct iommu_table *tbl, unsigned long entry) in kvmppc_rm_clear_tce() 266 struct iommu_table *tbl, unsigned long entry) in kvmppc_rm_tce_iommu_mapped_dec() 288 struct iommu_table *tbl, unsigned long entry) in kvmppc_rm_tce_iommu_do_unmap() 312 struct kvmppc_spapr_tce_table *stt, struct iommu_table *tbl, in kvmppc_rm_tce_iommu_unmap() 330 static long kvmppc_rm_tce_iommu_do_map(struct kvm *kvm, struct iommu_table *tbl, in kvmppc_rm_tce_iommu_do_map() 373 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
|
| /kernel/linux/linux-5.10/net/netfilter/ipvs/ |
| D | ip_vs_lblc.c | 168 ip_vs_lblc_hash(struct ip_vs_lblc_table *tbl, struct ip_vs_lblc_entry *en) in ip_vs_lblc_hash() 179 ip_vs_lblc_get(int af, struct ip_vs_lblc_table *tbl, in ip_vs_lblc_get() 198 ip_vs_lblc_new(struct ip_vs_lblc_table *tbl, const union nf_inet_addr *daddr, in ip_vs_lblc_new() 231 struct ip_vs_lblc_table *tbl = svc->sched_data; in ip_vs_lblc_flush() local 258 struct ip_vs_lblc_table *tbl = svc->sched_data; in ip_vs_lblc_full_check() local 296 struct ip_vs_lblc_table *tbl = from_timer(tbl, t, periodic_timer); in ip_vs_lblc_check_expire() local 346 struct ip_vs_lblc_table *tbl; in ip_vs_lblc_init_svc() local 384 struct ip_vs_lblc_table *tbl = svc->sched_data; in ip_vs_lblc_done_svc() local 484 struct ip_vs_lblc_table *tbl = svc->sched_data; in ip_vs_lblc_schedule() local
|