/linux-6.3-rc2/fs/nfs/ |
A D | nfs4session.c | 62 void nfs4_slot_tbl_drain_complete(struct nfs4_slot_table *tbl) in nfs4_slot_tbl_drain_complete() 142 static void nfs4_lock_slot(struct nfs4_slot_table *tbl, in nfs4_lock_slot() 222 int nfs4_slot_wait_on_seqid(struct nfs4_slot_table *tbl, in nfs4_slot_wait_on_seqid() 262 static int nfs4_grow_slot_table(struct nfs4_slot_table *tbl, in nfs4_grow_slot_table() 336 void nfs4_shutdown_slot_table(struct nfs4_slot_table *tbl) in nfs4_shutdown_slot_table() 362 struct nfs4_slot_table *tbl = slot->table; in nfs41_assign_slot() local 383 bool nfs41_wake_and_assign_slot(struct nfs4_slot_table *tbl, in nfs41_wake_and_assign_slot() 403 void nfs41_wake_slot_table(struct nfs4_slot_table *tbl) in nfs41_wake_slot_table() 437 void nfs41_set_target_slotid(struct nfs4_slot_table *tbl, in nfs41_set_target_slotid() 510 void nfs41_update_target_slotid(struct nfs4_slot_table *tbl, in nfs41_update_target_slotid() [all …]
|
/linux-6.3-rc2/arch/powerpc/kernel/ |
A D | iommu.c | 44 struct iommu_table *tbl = data; in iommu_debugfs_weight_get() local 50 static void iommu_debugfs_add(struct iommu_table *tbl) in iommu_debugfs_add() 67 static void iommu_debugfs_del(struct iommu_table *tbl) in iommu_debugfs_del() 202 struct iommu_table *tbl, in iommu_range_alloc() 769 bool iommu_table_in_use(struct iommu_table *tbl) in iommu_table_in_use() 792 struct iommu_table *tbl; in iommu_table_free() local 826 int iommu_tce_table_put(struct iommu_table *tbl) in iommu_tce_table_put() 1020 void iommu_flush_tce(struct iommu_table *tbl) in iommu_flush_tce() 1063 struct iommu_table *tbl, in iommu_tce_xchg_no_kill() 1081 void iommu_tce_kill(struct iommu_table *tbl, in iommu_tce_kill() [all …]
|
/linux-6.3-rc2/include/linux/ |
A D | rhashtable.h | 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() 294 struct bucket_table *tbl, unsigned int hash) in rht_bucket_var() 381 struct bucket_table *tbl, in rht_ptr() 433 #define rht_for_each(pos, tbl, hash) \ argument 598 struct bucket_table *tbl; in __rhashtable_lookup() local 715 struct bucket_table *tbl; in __rhashtable_insert_fast() local 1081 struct bucket_table *tbl; in __rhashtable_remove_fast() local [all …]
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
A 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()
|
/linux-6.3-rc2/net/mac80211/ |
A 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() 300 struct mesh_table *tbl; in mesh_path_add_gate() local 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 558 struct mesh_table *tbl = &sdata->u.mesh.mpp_paths; in mpp_flush_by_proxy() local 605 static int table_path_del(struct mesh_table *tbl, in table_path_del() 672 struct mesh_table *tbl; in mesh_path_send_to_gates() local [all …]
|
/linux-6.3-rc2/tools/perf/util/ |
A 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 …]
|
/linux-6.3-rc2/lib/ |
A D | rhashtable.c | 38 const struct bucket_table *tbl, in head_hashfn() 67 const struct bucket_table *tbl) in nested_table_top() 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() 594 struct bucket_table *tbl; in rhashtable_try_insert() local 793 struct bucket_table *tbl = iter->walker.tbl; in __rhashtable_walk_find_next() local 1022 struct bucket_table *tbl; in rhashtable_init() local [all …]
|
/linux-6.3-rc2/arch/powerpc/platforms/powernv/ |
A 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 …]
|
/linux-6.3-rc2/net/core/ |
A D | neighbour.c | 209 struct neigh_table *tbl) in neigh_del() 1883 struct neigh_table *tbl = NULL; in neigh_find_table() local 1920 struct neigh_table *tbl; in neigh_delete() local 1987 struct neigh_table *tbl; in neigh_add() local 2271 struct neigh_table *tbl, in neightbl_fill_param_info() 2334 struct neigh_table *tbl; in neightbl_set() local 2527 struct neigh_table *tbl; in neightbl_dump_info() local 2645 struct neigh_table *tbl) in pneigh_fill_info() 2880 struct neigh_table *tbl; in neigh_dump_info() local 3048 struct neigh_table *tbl = NULL; in neigh_get() local [all …]
|
/linux-6.3-rc2/drivers/net/wireless/marvell/mwifiex/ |
A 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 …]
|
/linux-6.3-rc2/drivers/infiniband/hw/vmw_pvrdma/ |
A 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-6.3-rc2/net/netfilter/ipvs/ |
A 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
|
A D | ip_vs_lblcr.c | 331 ip_vs_lblcr_hash(struct ip_vs_lblcr_table *tbl, struct ip_vs_lblcr_entry *en) in ip_vs_lblcr_hash() 342 ip_vs_lblcr_get(int af, struct ip_vs_lblcr_table *tbl, in ip_vs_lblcr_get() 361 ip_vs_lblcr_new(struct ip_vs_lblcr_table *tbl, const union nf_inet_addr *daddr, in ip_vs_lblcr_new() 397 struct ip_vs_lblcr_table *tbl = svc->sched_data; in ip_vs_lblcr_flush() local 423 struct ip_vs_lblcr_table *tbl = svc->sched_data; in ip_vs_lblcr_full_check() local 460 struct ip_vs_lblcr_table *tbl = from_timer(tbl, t, periodic_timer); in ip_vs_lblcr_check_expire() local 509 struct ip_vs_lblcr_table *tbl; in ip_vs_lblcr_init_svc() local 547 struct ip_vs_lblcr_table *tbl = svc->sched_data; in ip_vs_lblcr_done_svc() local 648 struct ip_vs_lblcr_table *tbl = svc->sched_data; in ip_vs_lblcr_schedule() local
|
/linux-6.3-rc2/drivers/vfio/ |
A D | vfio_iommu_spapr_tce.c | 209 struct iommu_table *tbl = container->tables[i]; in tce_iommu_find_table() local 362 struct iommu_table *tbl = container->tables[i]; in tce_iommu_release() local 411 struct iommu_table *tbl, unsigned long entry) in tce_iommu_unuse_page_v2() 433 struct iommu_table *tbl, in tce_iommu_clear() 501 struct iommu_table *tbl, in tce_iommu_build() 549 struct iommu_table *tbl, in tce_iommu_build_v2() 636 struct iommu_table *tbl) in tce_iommu_free_table() 650 struct iommu_table *tbl = NULL; in tce_iommu_create_window() local 713 struct iommu_table *tbl; in tce_iommu_remove_window() local 907 struct iommu_table *tbl = NULL; in tce_iommu_ioctl() local [all …]
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/ |
A 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() 54 static struct mlx5e_mod_hdr_handle *mod_hdr_get(struct mod_hdr_tbl *tbl, in mod_hdr_get() 73 struct mod_hdr_tbl *tbl, in mlx5e_mod_hdr_attach() 140 struct mod_hdr_tbl *tbl, in mlx5e_mod_hdr_detach()
|
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/dvm/ |
A D | rs.c | 524 struct iwl_scale_tbl_info *tbl, in rate_n_flags_from_tbl() 581 struct iwl_scale_tbl_info *tbl, in rs_get_tbl_info_from_mcs() 646 struct iwl_scale_tbl_info *tbl) in rs_toggle_antenna() 770 struct iwl_scale_tbl_info *tbl, in rs_get_lower_rate() 842 struct iwl_scale_tbl_info *tbl; in rs_bt_update_lq() local 1082 struct iwl_scale_tbl_info *tbl) in rs_set_expected_tpt_table() 1234 struct iwl_scale_tbl_info *tbl, int index) in rs_switch_to_mimo2() 2080 struct iwl_scale_tbl_info *tbl; in rs_stay_in_table() local 2160 struct iwl_scale_tbl_info *tbl, in rs_update_rate_tbl() 2195 struct iwl_scale_tbl_info *tbl, *tbl1; in rs_rate_scale_perform() local [all …]
|
/linux-6.3-rc2/drivers/net/wireless/intel/iwlegacy/ |
A D | 4965-rs.c | 538 struct il_scale_tbl_info *tbl, int *rate_idx) in il4965_rs_get_tbl_info_from_mcs() 598 struct il_scale_tbl_info *tbl) in il4965_rs_toggle_antenna() 715 struct il_scale_tbl_info *tbl, u8 scale_idx, in il4965_rs_get_lower_rate() 1012 struct il_scale_tbl_info *tbl) in il4965_rs_set_expected_tpt_table() 1065 struct il_scale_tbl_info *tbl, /* "search" */ in il4965_rs_get_best_rate() 1161 struct il_scale_tbl_info *tbl, int idx) in il4965_rs_switch_to_mimo2() 1214 struct il_scale_tbl_info *tbl, int idx) in il4965_rs_switch_to_siso() 1632 struct il_scale_tbl_info *tbl; in il4965_rs_stay_in_table() local 1711 struct il_scale_tbl_info *tbl, int idx, u8 is_green) in il4965_rs_update_rate_tbl() 1745 struct il_scale_tbl_info *tbl, *tbl1; in il4965_rs_rate_scale_perform() local [all …]
|
/linux-6.3-rc2/net/sctp/ |
A D | sysctl.c | 395 struct ctl_table tbl; in proc_sctp_do_hmac_alg() local 442 struct ctl_table tbl; in proc_sctp_do_rto_min() local 470 struct ctl_table tbl; in proc_sctp_do_rto_max() local 506 struct ctl_table tbl; in proc_sctp_do_auth() local 537 struct ctl_table tbl; in proc_sctp_do_udp_port() local 576 struct ctl_table tbl; in proc_sctp_do_probe_interval() local
|
/linux-6.3-rc2/arch/powerpc/kvm/ |
A D | book3s_64_vio.c | 113 struct iommu_table *tbl = NULL; in kvm_spapr_tce_attach_iommu_group() local 414 u64 *tbl; in kvmppc_tce_put() local 436 struct iommu_table *tbl, unsigned long entry) in kvmppc_clear_tce() 451 struct iommu_table *tbl, unsigned long entry) in kvmppc_tce_iommu_mapped_dec() 472 struct iommu_table *tbl, unsigned long entry) in kvmppc_tce_iommu_do_unmap() 493 struct kvmppc_spapr_tce_table *stt, struct iommu_table *tbl, in kvmppc_tce_iommu_unmap() 511 static long kvmppc_tce_iommu_do_map(struct kvm *kvm, struct iommu_table *tbl, in kvmppc_tce_iommu_do_map() 550 struct kvmppc_spapr_tce_table *stt, struct iommu_table *tbl, in kvmppc_tce_iommu_map() 776 u64 *tbl; in kvmppc_h_get_tce() local
|
/linux-6.3-rc2/arch/powerpc/platforms/pseries/ |
A D | iommu.c | 58 struct iommu_table *tbl; in iommu_pseries_alloc_table() local 88 struct iommu_table *tbl; in iommu_pseries_free_group() local 105 static int tce_build_pSeries(struct iommu_table *tbl, long index, in tce_build_pSeries() 145 static unsigned long tce_get_pseries(struct iommu_table *tbl, long index) in tce_get_pseries() 200 static int tce_buildmulti_pSeriesLP(struct iommu_table *tbl, long tcenum, in tce_buildmulti_pSeriesLP() 525 struct iommu_table *tbl) in iommu_table_setparms() 565 struct iommu_table *tbl, in iommu_table_setparms_lpar() 590 struct iommu_table *tbl; in pci_dma_bus_setup_pSeries() local 732 struct iommu_table *tbl; in pci_dma_bus_setup_pSeriesLP() local 772 struct iommu_table *tbl; in pci_dma_dev_setup_pSeries() local [all …]
|
/linux-6.3-rc2/drivers/clk/ |
A D | clk-apple-nco.c | 69 struct applnco_tables *tbl; member 102 static void applnco_compute_tables(struct applnco_tables *tbl) in applnco_compute_tables() 133 static u32 applnco_div_translate(struct applnco_tables *tbl, unsigned int div) in applnco_div_translate() 144 static unsigned int applnco_div_translate_inv(struct applnco_tables *tbl, u32 regval) in applnco_div_translate_inv() 263 struct applnco_tables *tbl; in applnco_probe() local
|
/linux-6.3-rc2/net/openvswitch/ |
A D | meter.c | 54 static struct dp_meter *lookup_meter(const struct dp_meter_table *tbl, in lookup_meter() 97 dp_meter_instance_realloc(struct dp_meter_table *tbl, u32 size) in dp_meter_instance_realloc() 136 static int attach_meter(struct dp_meter_table *tbl, struct dp_meter *meter) in attach_meter() 171 static int detach_meter(struct dp_meter_table *tbl, struct dp_meter *meter) in detach_meter() 733 struct dp_meter_table *tbl = &dp->meter_tbl; in ovs_meters_init() local 760 struct dp_meter_table *tbl = &dp->meter_tbl; in ovs_meters_exit() local
|
A D | flow_table.c | 248 static int tbl_mask_array_realloc(struct flow_table *tbl, int size) in tbl_mask_array_realloc() 273 static int tbl_mask_array_add_mask(struct flow_table *tbl, in tbl_mask_array_add_mask() 301 static void tbl_mask_array_del_mask(struct flow_table *tbl, in tbl_mask_array_del_mask() 334 static void flow_mask_remove(struct flow_table *tbl, struct sw_flow_mask *mask) in flow_mask_remove() 730 static struct sw_flow *flow_lookup(struct flow_table *tbl, in flow_lookup() 786 struct sw_flow *ovs_flow_tbl_lookup_stats(struct flow_table *tbl, in ovs_flow_tbl_lookup_stats() 850 struct sw_flow *ovs_flow_tbl_lookup(struct flow_table *tbl, in ovs_flow_tbl_lookup() 870 struct sw_flow *ovs_flow_tbl_lookup_exact(struct flow_table *tbl, in ovs_flow_tbl_lookup_exact() 920 struct sw_flow *ovs_flow_tbl_lookup_ufid(struct flow_table *tbl, in ovs_flow_tbl_lookup_ufid() 990 static struct sw_flow_mask *flow_mask_find(const struct flow_table *tbl, in flow_mask_find() [all …]
|
/linux-6.3-rc2/net/ipv4/ |
A D | sysctl_net_ipv4.c | 219 struct ctl_table tbl = { in proc_tcp_congestion_control() local 237 struct ctl_table tbl = { .maxlen = TCP_CA_BUF_MAX, }; in proc_tcp_available_congestion_control() local 253 struct ctl_table tbl = { .maxlen = TCP_CA_BUF_MAX }; in proc_allowed_congestion_control() local 294 struct ctl_table tbl = { .maxlen = ((TCP_FASTOPEN_KEY_LENGTH * in proc_tcp_fastopen_key() local 376 struct ctl_table tbl = { .maxlen = TCP_ULP_BUF_MAX, }; in proc_tcp_available_ulp() local 396 struct ctl_table tbl; in proc_tcp_ehash_entries() local 419 struct ctl_table tbl; in proc_udp_hash_entries() local
|
/linux-6.3-rc2/ipc/ |
A D | mq_sysctl.c | 85 struct ctl_table *tbl; in setup_mq_sysctls() local 125 struct ctl_table *tbl; in retire_mq_sysctls() local
|