/Linux-v4.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 …]
|
/Linux-v4.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 …]
|
/Linux-v4.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 …]
|
/Linux-v4.19/net/mac80211/ |
D | mesh_pathtbl.c | 48 struct mesh_table *tbl = tblptr; in mesh_path_rht_free() local 68 static void mesh_table_free(struct mesh_table *tbl) in mesh_table_free() 213 static struct mesh_path *mpath_lookup(struct mesh_table *tbl, const u8 *dst, in mpath_lookup() 250 __mesh_path_lookup_by_idx(struct mesh_table *tbl, int idx) in __mesh_path_lookup_by_idx() 320 struct mesh_table *tbl; in mesh_path_add_gate() local 355 static void mesh_gate_del(struct mesh_table *tbl, struct mesh_path *mpath) in mesh_gate_del() 416 struct mesh_table *tbl; in mesh_path_add() local 465 struct mesh_table *tbl; in mpp_path_add() local 503 struct mesh_table *tbl = sdata->u.mesh.mesh_paths; in mesh_plink_broken() local 537 static void mesh_path_free_rcu(struct mesh_table *tbl, in mesh_path_free_rcu() [all …]
|
/Linux-v4.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 …]
|
/Linux-v4.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()
|
/Linux-v4.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() 51 static __be64 *pnv_tce(struct iommu_table *tbl, bool user, long idx, bool alloc) in pnv_tce() 87 int pnv_tce_build(struct iommu_table *tbl, long index, long npages, in pnv_tce_build() 110 int pnv_tce_xchg(struct iommu_table *tbl, long index, in pnv_tce_xchg() 145 __be64 *pnv_tce_useraddrptr(struct iommu_table *tbl, long index, bool alloc) in pnv_tce_useraddrptr() 154 void pnv_tce_free(struct iommu_table *tbl, long index, long npages) in pnv_tce_free() 167 unsigned long pnv_tce_get(struct iommu_table *tbl, long index) in pnv_tce_get() 201 void pnv_pci_ioda2_table_free_pages(struct iommu_table *tbl) in pnv_pci_ioda2_table_free_pages() 253 bool alloc_userspace_copy, struct iommu_table *tbl) in pnv_pci_ioda2_table_alloc_pages() 344 void pnv_pci_unlink_table_and_group(struct iommu_table *tbl, in pnv_pci_unlink_table_and_group() [all …]
|
/Linux-v4.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 429 struct bucket_table *tbl) in rhashtable_insert_rehash() 477 struct bucket_table *tbl, unsigned int hash, in rhashtable_lookup_one() [all …]
|
/Linux-v4.19/net/core/ |
D | neighbour.c | 123 struct neighbour __rcu **np, struct neigh_table *tbl) in neigh_del() 144 bool neigh_remove_one(struct neighbour *ndel, struct neigh_table *tbl) in neigh_remove_one() 167 static int neigh_forced_gc(struct neigh_table *tbl) in neigh_forced_gc() 235 static void neigh_flush_dev(struct neigh_table *tbl, struct net_device *dev) in neigh_flush_dev() 285 void neigh_changeaddr(struct neigh_table *tbl, struct net_device *dev) in neigh_changeaddr() 293 int neigh_ifdown(struct neigh_table *tbl, struct net_device *dev) in neigh_ifdown() 305 static struct neighbour *neigh_alloc(struct neigh_table *tbl, struct net_device *dev) in neigh_alloc() 397 static struct neigh_hash_table *neigh_hash_grow(struct neigh_table *tbl, in neigh_hash_grow() 438 struct neighbour *neigh_lookup(struct neigh_table *tbl, const void *pkey, in neigh_lookup() 458 struct neighbour *neigh_lookup_nodev(struct neigh_table *tbl, struct net *net, in neigh_lookup_nodev() [all …]
|
/Linux-v4.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
|
/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/ |
D | 11n_rxreorder.c | 111 struct mwifiex_rx_reorder_tbl *tbl, in mwifiex_11n_dispatch_pkt_until_start_win() 155 struct mwifiex_rx_reorder_tbl *tbl) in mwifiex_11n_scan_and_dispatch() 192 struct mwifiex_rx_reorder_tbl *tbl) in mwifiex_del_rx_reorder_entry() 233 struct mwifiex_rx_reorder_tbl *tbl; in mwifiex_11n_get_rx_reorder_tbl() local 247 struct mwifiex_rx_reorder_tbl *tbl, *tmp; in mwifiex_11n_del_rx_reorder_tbl_by_ta() local 327 struct mwifiex_rx_reorder_tbl *tbl, *new_node; in mwifiex_11n_create_rx_reorder_tbl() local 408 mwifiex_11n_rxreorder_timer_restart(struct mwifiex_rx_reorder_tbl *tbl) in mwifiex_11n_rxreorder_timer_restart() 550 struct mwifiex_rx_reorder_tbl *tbl; in mwifiex_11n_rx_reorder_pkt() local 668 struct mwifiex_rx_reorder_tbl *tbl; in mwifiex_del_ba_tbl() local 727 struct mwifiex_rx_reorder_tbl *tbl; in mwifiex_ret_11n_addba_resp() local [all …]
|
/Linux-v4.19/arch/powerpc/platforms/pseries/ |
D | iommu.c | 59 struct iommu_table *tbl; in iommu_pseries_alloc_group() local 95 struct iommu_table *tbl; in iommu_pseries_free_group() local 123 static int tce_build_pSeries(struct iommu_table *tbl, long index, in tce_build_pSeries() 151 static void tce_free_pSeries(struct iommu_table *tbl, long index, long npages) in tce_free_pSeries() 161 static unsigned long tce_get_pseries(struct iommu_table *tbl, long index) in tce_get_pseries() 173 static int tce_build_pSeriesLP(struct iommu_table *tbl, long tcenum, in tce_build_pSeriesLP() 216 static int tce_buildmulti_pSeriesLP(struct iommu_table *tbl, long tcenum, in tce_buildmulti_pSeriesLP() 299 static void tce_free_pSeriesLP(struct iommu_table *tbl, long tcenum, long npages) in tce_free_pSeriesLP() 318 static void tce_freemulti_pSeriesLP(struct iommu_table *tbl, long tcenum, long npages) in tce_freemulti_pSeriesLP() 336 static unsigned long tce_get_pSeriesLP(struct iommu_table *tbl, long tcenum) in tce_get_pSeriesLP() [all …]
|
/Linux-v4.19/arch/powerpc/kvm/ |
D | book3s_64_vio_hv.c | 157 u64 *tbl; in kvmppc_tce_put() local 190 static long iommu_tce_xchg_rm(struct mm_struct *mm, struct iommu_table *tbl, in iommu_tce_xchg_rm() 212 static void kvmppc_rm_clear_tce(struct kvm *kvm, struct iommu_table *tbl, in kvmppc_rm_clear_tce() 222 struct iommu_table *tbl, unsigned long entry) in kvmppc_rm_tce_iommu_mapped_dec() 244 struct iommu_table *tbl, unsigned long entry) in kvmppc_rm_tce_iommu_do_unmap() 268 struct kvmppc_spapr_tce_table *stt, struct iommu_table *tbl, in kvmppc_rm_tce_iommu_unmap() 284 static long kvmppc_rm_tce_iommu_do_map(struct kvm *kvm, struct iommu_table *tbl, in kvmppc_rm_tce_iommu_do_map() 327 struct kvmppc_spapr_tce_table *stt, struct iommu_table *tbl, in kvmppc_rm_tce_iommu_map() 615 u64 *tbl; in kvmppc_h_get_tce() local
|
D | book3s_64_vio.c | 147 struct iommu_table *tbl = NULL; in kvm_spapr_tce_attach_iommu_group() local 366 static void kvmppc_clear_tce(struct iommu_table *tbl, unsigned long entry) in kvmppc_clear_tce() 375 struct iommu_table *tbl, unsigned long entry) in kvmppc_tce_iommu_mapped_dec() 397 struct iommu_table *tbl, unsigned long entry) in kvmppc_tce_iommu_do_unmap() 417 struct kvmppc_spapr_tce_table *stt, struct iommu_table *tbl, in kvmppc_tce_iommu_unmap() 433 long kvmppc_tce_iommu_do_map(struct kvm *kvm, struct iommu_table *tbl, in kvmppc_tce_iommu_do_map() 472 struct kvmppc_spapr_tce_table *stt, struct iommu_table *tbl, in kvmppc_tce_iommu_map()
|
/Linux-v4.19/net/netfilter/ipvs/ |
D | ip_vs_lblc.c | 173 ip_vs_lblc_hash(struct ip_vs_lblc_table *tbl, struct ip_vs_lblc_entry *en) in ip_vs_lblc_hash() 184 ip_vs_lblc_get(int af, struct ip_vs_lblc_table *tbl, in ip_vs_lblc_get() 203 ip_vs_lblc_new(struct ip_vs_lblc_table *tbl, const union nf_inet_addr *daddr, in ip_vs_lblc_new() 236 struct ip_vs_lblc_table *tbl = svc->sched_data; in ip_vs_lblc_flush() local 263 struct ip_vs_lblc_table *tbl = svc->sched_data; in ip_vs_lblc_full_check() local 301 struct ip_vs_lblc_table *tbl = from_timer(tbl, t, periodic_timer); in ip_vs_lblc_check_expire() local 351 struct ip_vs_lblc_table *tbl; in ip_vs_lblc_init_svc() local 389 struct ip_vs_lblc_table *tbl = svc->sched_data; in ip_vs_lblc_done_svc() local 489 struct ip_vs_lblc_table *tbl = svc->sched_data; in ip_vs_lblc_schedule() local
|
D | ip_vs_lblcr.c | 336 ip_vs_lblcr_hash(struct ip_vs_lblcr_table *tbl, struct ip_vs_lblcr_entry *en) in ip_vs_lblcr_hash() 347 ip_vs_lblcr_get(int af, struct ip_vs_lblcr_table *tbl, in ip_vs_lblcr_get() 366 ip_vs_lblcr_new(struct ip_vs_lblcr_table *tbl, const union nf_inet_addr *daddr, in ip_vs_lblcr_new() 402 struct ip_vs_lblcr_table *tbl = svc->sched_data; in ip_vs_lblcr_flush() local 428 struct ip_vs_lblcr_table *tbl = svc->sched_data; in ip_vs_lblcr_full_check() local 465 struct ip_vs_lblcr_table *tbl = from_timer(tbl, t, periodic_timer); in ip_vs_lblcr_check_expire() local 514 struct ip_vs_lblcr_table *tbl; in ip_vs_lblcr_init_svc() local 552 struct ip_vs_lblcr_table *tbl = svc->sched_data; in ip_vs_lblcr_done_svc() local 653 struct ip_vs_lblcr_table *tbl = svc->sched_data; in ip_vs_lblcr_schedule() local
|
/Linux-v4.19/drivers/gpu/drm/amd/include/linux/ |
D | chash.h | 151 #define DEFINE_CHASH_TABLE(tbl, bts, key_sz, val_sz) \ argument 166 #define INIT_CHASH_TABLE(tbl, bts, key_sz, val_sz) \ argument 182 #define chash_table_dump_stats(tbl) __chash_table_dump_stats(&(*tbl).table) argument 186 #define chash_table_dump_stats(tbl) argument 194 #define chash_table_reset_stats(tbl) __chash_table_reset_stats(&(*tbl).table) argument 201 #define chash_table_reset_stats(tbl) argument 216 #define chash_table_copy_in(tbl, key, value) \ argument 232 #define chash_table_copy_out(tbl, key, value) \ argument 249 #define chash_table_remove(tbl, key, value) \ argument
|
/Linux-v4.19/drivers/vfio/ |
D | vfio_iommu_spapr_tce.c | 235 struct iommu_table *tbl = container->tables[i]; in tce_iommu_find_table() local 387 struct iommu_table *tbl = container->tables[i]; in tce_iommu_release() local 442 struct iommu_table *tbl, unsigned long entry) in tce_iommu_unuse_page_v2() 464 struct iommu_table *tbl, in tce_iommu_clear() 509 struct iommu_table *tbl, in tce_iommu_build() 555 struct iommu_table *tbl, in tce_iommu_build_v2() 640 struct iommu_table *tbl) in tce_iommu_free_table() 654 struct iommu_table *tbl = NULL; in tce_iommu_create_window() local 717 struct iommu_table *tbl; in tce_iommu_remove_window() local 862 struct iommu_table *tbl = NULL; in tce_iommu_ioctl() local [all …]
|
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/dvm/ |
D | rs.c | 450 static s32 get_expected_tpt(struct iwl_scale_tbl_info *tbl, int rs_index) in get_expected_tpt() 464 static int rs_collect_tx_data(struct iwl_scale_tbl_info *tbl, in rs_collect_tx_data() 543 struct iwl_scale_tbl_info *tbl, in rate_n_flags_from_tbl() 600 struct iwl_scale_tbl_info *tbl, in rs_get_tbl_info_from_mcs() 665 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 …]
|
/Linux-v4.19/drivers/net/wireless/intel/iwlegacy/ |
D | 4965-rs.c | 404 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 …]
|
/Linux-v4.19/net/sctp/ |
D | sysctl.c | 341 struct ctl_table tbl; in proc_sctp_do_hmac_alg() local 389 struct ctl_table tbl; in proc_sctp_do_rto_min() local 418 struct ctl_table tbl; in proc_sctp_do_rto_max() local 456 struct ctl_table tbl; in proc_sctp_do_auth() local
|
/Linux-v4.19/drivers/firmware/efi/ |
D | memattr.c | 26 efi_memory_attributes_table_t *tbl; in efi_memattr_init() local 138 efi_memory_attributes_table_t *tbl; in efi_memattr_apply_permissions() local
|
/Linux-v4.19/net/openvswitch/ |
D | flow_table.c | 486 struct sw_flow *ovs_flow_tbl_lookup_stats(struct flow_table *tbl, in ovs_flow_tbl_lookup_stats() 504 struct sw_flow *ovs_flow_tbl_lookup(struct flow_table *tbl, in ovs_flow_tbl_lookup() 512 struct sw_flow *ovs_flow_tbl_lookup_exact(struct flow_table *tbl, in ovs_flow_tbl_lookup_exact() 551 struct sw_flow *ovs_flow_tbl_lookup_ufid(struct flow_table *tbl, in ovs_flow_tbl_lookup_ufid() 587 static void flow_mask_remove(struct flow_table *tbl, struct sw_flow_mask *mask) in flow_mask_remove() 646 static struct sw_flow_mask *flow_mask_find(const struct flow_table *tbl, in flow_mask_find() 662 static int flow_mask_insert(struct flow_table *tbl, struct sw_flow *flow, in flow_mask_insert()
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | iommu.h | 129 #define IOMMU_TABLE_USERSPACE_ENTRY_RM(tbl, entry) \ argument 131 #define IOMMU_TABLE_USERSPACE_ENTRY(tbl, entry) \ argument 136 int get_iommu_order(unsigned long size, struct iommu_table *tbl) in get_iommu_order() 311 #define iommu_tce_clear_param_check(tbl, ioba, tce_value, npages) \ argument 315 #define iommu_tce_put_param_check(tbl, ioba, gpa) \ argument
|