Home
last modified time | relevance | path

Searched defs:table (Results 1 – 25 of 1108) sorted by relevance

12345678910>>...45

/openbmc/linux/drivers/net/wireguard/
H A Dpeerlookup.c10 static struct hlist_head *pubkey_bucket(struct pubkey_hashtable *table, in pubkey_bucket()
24 struct pubkey_hashtable *table = kvmalloc(sizeof(*table), GFP_KERNEL); in wg_pubkey_hashtable_alloc() local
35 void wg_pubkey_hashtable_add(struct pubkey_hashtable *table, in wg_pubkey_hashtable_add()
44 void wg_pubkey_hashtable_remove(struct pubkey_hashtable *table, in wg_pubkey_hashtable_remove()
54 wg_pubkey_hashtable_lookup(struct pubkey_hashtable *table, in wg_pubkey_hashtable_lookup()
73 static struct hlist_head *index_bucket(struct index_hashtable *table, in index_bucket()
85 struct index_hashtable *table = kvmalloc(sizeof(*table), GFP_KERNEL); in wg_index_hashtable_alloc() local
119 __le32 wg_index_hashtable_insert(struct index_hashtable *table, in wg_index_hashtable_insert()
166 bool wg_index_hashtable_replace(struct index_hashtable *table, in wg_index_hashtable_replace()
192 void wg_index_hashtable_remove(struct index_hashtable *table, in wg_index_hashtable_remove()
[all …]
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/sf/
H A Ddevlink.c122 struct mlx5_sf_table *table = dev->priv.sf_table; in mlx5_sf_table_try_get() local
130 static void mlx5_sf_table_put(struct mlx5_sf_table *table) in mlx5_sf_table_put()
175 struct mlx5_sf_table *table; in mlx5_devlink_sf_port_fn_state_get() local
260 struct mlx5_sf_table *table; in mlx5_devlink_sf_port_fn_state_set() local
344 struct mlx5_sf_table *table; in mlx5_devlink_sf_port_new() local
387 struct mlx5_sf_table *table; in mlx5_devlink_sf_port_del() local
459 static void mlx5_sf_table_enable(struct mlx5_sf_table *table) in mlx5_sf_table_enable()
465 static void mlx5_sf_deactivate_all(struct mlx5_sf_table *table) in mlx5_sf_deactivate_all()
481 static void mlx5_sf_table_disable(struct mlx5_sf_table *table) in mlx5_sf_table_disable()
522 struct mlx5_sf_table *table; in mlx5_sf_table_init() local
[all …]
H A Dhw_table.c61 mlx5_sf_table_fn_to_hwc(struct mlx5_sf_hw_table *table, u16 fn_id) in mlx5_sf_table_fn_to_hwc()
74 static int mlx5_sf_hw_table_id_alloc(struct mlx5_sf_hw_table *table, u32 controller, in mlx5_sf_hw_table_id_alloc()
114 struct mlx5_sf_hw_table *table = dev->priv.sf_hw_table; in mlx5_sf_hw_table_sf_alloc() local
162 struct mlx5_sf_hw_table *table = dev->priv.sf_hw_table; in mlx5_sf_hw_table_sf_free() local
183 struct mlx5_sf_hw_table *table = dev->priv.sf_hw_table; in mlx5_sf_hw_table_sf_deferred_free() local
219 static void mlx5_sf_hw_table_dealloc_all(struct mlx5_sf_hw_table *table) in mlx5_sf_hw_table_dealloc_all()
275 struct mlx5_sf_hw_table *table; in mlx5_sf_hw_table_init() local
332 struct mlx5_sf_hw_table *table = dev->priv.sf_hw_table; in mlx5_sf_hw_table_cleanup() local
347 struct mlx5_sf_hw_table *table = container_of(nb, struct mlx5_sf_hw_table, vhca_nb); in mlx5_sf_hw_vhca_event() local
375 struct mlx5_sf_hw_table *table = dev->priv.sf_hw_table; in mlx5_sf_hw_table_create() local
[all …]
/openbmc/linux/net/sched/
H A Dsch_gred.c62 static inline int gred_wred_mode(struct gred_sched *table) in gred_wred_mode()
77 static inline int gred_rio_mode(struct gred_sched *table) in gred_rio_mode()
94 struct gred_sched *table = qdisc_priv(sch); in gred_wred_mode_check() local
313 struct gred_sched *table = qdisc_priv(sch); in gred_offload() local
356 struct gred_sched *table = qdisc_priv(sch); in gred_offload_dump_stats() local
411 struct gred_sched *table = qdisc_priv(sch); in gred_change_table_def() local
487 struct gred_sched *table = qdisc_priv(sch); in gred_change_vq() local
645 struct gred_sched *table = qdisc_priv(sch); in gred_change() local
735 struct gred_sched *table = qdisc_priv(sch); in gred_init() local
770 struct gred_sched *table = qdisc_priv(sch); in gred_dump() local
[all …]
/openbmc/linux/tools/power/acpi/tools/acpidump/
H A Dapdump.c30 u8 ap_is_valid_header(struct acpi_table_header *table) in ap_is_valid_header()
68 u8 ap_is_valid_checksum(struct acpi_table_header *table) in ap_is_valid_checksum()
106 u32 ap_get_table_length(struct acpi_table_header *table) in ap_get_table_length()
142 ap_dump_table_buffer(struct acpi_table_header *table, in ap_dump_table_buffer()
192 struct acpi_table_header *table; in ap_dump_all_tables() local
251 struct acpi_table_header *table; in ap_dump_table_by_address() local
296 struct acpi_table_header *table; in ap_dump_table_by_name() local
367 struct acpi_table_header *table; in ap_dump_table_from_file() local
/openbmc/linux/drivers/clk/
H A Dclk-divider.c132 const struct clk_div_table *table, in divider_recalc_rate()
219 static int _div_round_up(const struct clk_div_table *table, in _div_round_up()
257 static int _div_round(const struct clk_div_table *table, in _div_round()
292 const struct clk_div_table *table, u8 width, in clk_divider_bestdiv()
347 const struct clk_div_table *table, u8 width, in divider_determine_rate()
362 const struct clk_div_table *table, u8 width, in divider_ro_determine_rate()
386 const struct clk_div_table *table, in divider_round_rate_parent()
408 const struct clk_div_table *table, u8 width, in divider_ro_round_rate_parent()
471 const struct clk_div_table *table, u8 width, in divider_get_val()
542 const struct clk_div_table *table, spinlock_t *lock) in __clk_hw_register_divider()
[all …]
/openbmc/linux/arch/s390/mm/
H A Dpgalloc.c144 u64 *table; in page_table_alloc_pgste() local
245 unsigned long *table; in page_table_alloc() local
474 unsigned long *table; in base_pgt_alloc() local
482 static void base_pgt_free(unsigned long *table) in base_pgt_free()
489 unsigned long *table; in base_crst_alloc() local
501 static void base_crst_free(unsigned long *table) in base_crst_free()
550 unsigned long *ste, next, *table; in base_segment_walk() local
579 unsigned long *rtte, next, *table; in base_region3_walk() local
607 unsigned long *rste, next, *table; in base_region2_walk() local
635 unsigned long *rfte, next, *table; in base_region1_walk() local
[all …]
/openbmc/linux/drivers/net/ethernet/sfc/
H A Dmcdi_filters.c348 struct efx_mcdi_filter_table *table; in efx_mcdi_filter_insert_locked() local
581 struct efx_mcdi_filter_table *table = efx->filter_state; in efx_mcdi_filter_remove_internal() local
654 struct efx_mcdi_filter_table *table = efx->filter_state; in efx_mcdi_filter_remove_old() local
688 struct efx_mcdi_filter_table *table; in efx_mcdi_filter_remove_safe() local
723 struct efx_mcdi_filter_table *table; in efx_mcdi_filter_get_safe() local
1093 struct efx_mcdi_filter_table *table; in efx_mcdi_filter_clear_rx() local
1120 struct efx_mcdi_filter_table *table; in efx_mcdi_filter_count_rx_used() local
1149 struct efx_mcdi_filter_table *table; in efx_mcdi_filter_get_rx_ids() local
1254 struct efx_mcdi_filter_table *table, in efx_mcdi_filter_table_probe_matches()
1304 struct efx_mcdi_filter_table *table; in efx_mcdi_filter_table_probe() local
[all …]
/openbmc/linux/kernel/
H A Dsysctl.c208 static void warn_sysctl_write(struct ctl_table *table) in warn_sysctl_write()
226 struct ctl_table *table) in proc_first_pos_non_zero_ignore()
259 int proc_dostring(struct ctl_table *table, int write, in proc_dostring()
555 struct ctl_table *table, in do_proc_douintvec_w()
678 int do_proc_douintvec(struct ctl_table *table, int write, in do_proc_douintvec()
772 static int proc_taint(struct ctl_table *table, int write, in proc_taint()
1501 int proc_dostring(struct ctl_table *table, int write, in proc_dostring()
1507 int proc_dobool(struct ctl_table *table, int write, in proc_dobool()
1513 int proc_dointvec(struct ctl_table *table, int write, in proc_dointvec()
1519 int proc_douintvec(struct ctl_table *table, int write, in proc_douintvec()
[all …]
H A Dsysctl-test.c116 struct ctl_table table = { in sysctl_test_api_dointvec_table_len_is_zero() local
150 struct ctl_table table = { in sysctl_test_api_dointvec_table_read_but_position_set() local
185 struct ctl_table table = { in sysctl_test_dointvec_read_happy_single_positive() local
216 struct ctl_table table = { in sysctl_test_dointvec_read_happy_single_negative() local
245 struct ctl_table table = { in sysctl_test_dointvec_write_happy_single_positive() local
275 struct ctl_table table = { in sysctl_test_dointvec_write_happy_single_negative() local
307 struct ctl_table table = { in sysctl_test_api_dointvec_write_single_less_int_min() local
345 struct ctl_table table = { in sysctl_test_api_dointvec_write_single_greater_int_max() local
/openbmc/linux/arch/powerpc/boot/
H A Dplanetcore.c26 void planetcore_prepare_table(char *table) in planetcore_prepare_table()
38 const char *planetcore_get_key(const char *table, const char *key) in planetcore_get_key()
52 int planetcore_get_decimal(const char *table, const char *key, u64 *val) in planetcore_get_decimal()
62 int planetcore_get_hex(const char *table, const char *key, u64 *val) in planetcore_get_hex()
79 void planetcore_set_mac_addrs(const char *table) in planetcore_set_mac_addrs()
104 void planetcore_set_stdout_path(const char *table) in planetcore_set_stdout_path()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/sf/dev/
H A Ddev.c35 struct mlx5_sf_dev_table *table = dev->priv.sf_dev_table; in mlx5_sf_dev_allocated() local
85 struct mlx5_sf_dev_table *table = dev->priv.sf_dev_table; in mlx5_sf_dev_add() local
150 struct mlx5_sf_dev_table *table = dev->priv.sf_dev_table; in mlx5_sf_dev_del() local
159 struct mlx5_sf_dev_table *table = container_of(nb, struct mlx5_sf_dev_table, nb); in mlx5_sf_dev_state_change_handler() local
203 static int mlx5_sf_dev_vhca_arm_all(struct mlx5_sf_dev_table *table) in mlx5_sf_dev_vhca_arm_all()
226 struct mlx5_sf_dev_table *table = container_of(work, struct mlx5_sf_dev_table, work); in mlx5_sf_dev_add_active_work() local
272 static int mlx5_sf_dev_queue_active_work(struct mlx5_sf_dev_table *table) in mlx5_sf_dev_queue_active_work()
288 static void mlx5_sf_dev_destroy_active_work(struct mlx5_sf_dev_table *table) in mlx5_sf_dev_destroy_active_work()
298 struct mlx5_sf_dev_table *table; in mlx5_sf_dev_table_create() local
350 static void mlx5_sf_dev_destroy_all(struct mlx5_sf_dev_table *table) in mlx5_sf_dev_destroy_all()
[all …]
/openbmc/u-boot/arch/arm/mach-socfpga/
H A Dwrap_pinmux_config_s10.c13 const u32 **table, in sysmgr_pinmux_handoff_read()
34 void sysmgr_pinmux_table_sel(const u32 **table, unsigned int *table_len) in sysmgr_pinmux_table_sel()
40 void sysmgr_pinmux_table_ctrl(const u32 **table, unsigned int *table_len) in sysmgr_pinmux_table_ctrl()
46 void sysmgr_pinmux_table_fpga(const u32 **table, unsigned int *table_len) in sysmgr_pinmux_table_fpga()
52 void sysmgr_pinmux_table_delay(const u32 **table, unsigned int *table_len) in sysmgr_pinmux_table_delay()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Drl.c112 static struct mlx5_rl_entry *find_rl_entry(struct mlx5_rl_table *table, in find_rl_entry()
162 struct mlx5_rl_table *table = &dev->priv.rl_table; in mlx5_rl_is_in_range() local
177 static int mlx5_rl_table_get(struct mlx5_rl_table *table) in mlx5_rl_table_get()
203 static void mlx5_rl_table_put(struct mlx5_rl_table *table) in mlx5_rl_table_put()
213 static void mlx5_rl_table_free(struct mlx5_core_dev *dev, struct mlx5_rl_table *table) in mlx5_rl_table_free()
243 struct mlx5_rl_table *table = &dev->priv.rl_table; in mlx5_rl_add_rate_raw() local
304 struct mlx5_rl_table *table = &dev->priv.rl_table; in mlx5_rl_remove_rate_raw() local
336 struct mlx5_rl_table *table = &dev->priv.rl_table; in mlx5_rl_remove_rate() local
367 struct mlx5_rl_table *table = &dev->priv.rl_table; in mlx5_init_rl_table() local
391 struct mlx5_rl_table *table = &dev->priv.rl_table; in mlx5_cleanup_rl_table() local
/openbmc/pldm/libpldmresponder/
H A Dbios_table.cpp35 void BIOSTable::store(const Table& table) in store()
82 namespace table namespace
84 void appendPadAndChecksum(Table& table) in appendPadAndChecksum()
109 const pldm_bios_string_table_entry* constructEntry(Table& table, in constructEntry()
134 const pldm_bios_attr_table_entry* findByHandle(const Table& table, in findByHandle()
141 const pldm_bios_attr_table_entry* findByStringHandle(const Table& table, in findByStringHandle()
149 constructStringEntry(Table& table, in constructStringEntry()
170 constructIntegerEntry(Table& table, in constructIntegerEntry()
325 const pldm_bios_attr_val_table_entry* constructIntegerEntry(Table& table, in constructIntegerEntry()
349 constructEnumEntry(Table& table, uint16_t attrHandle, uint8_t attrType, in constructEnumEntry()
[all …]
/openbmc/linux/drivers/cpufreq/
H A Dfreq_table.c19 struct cpufreq_frequency_table *pos, *table = policy->freq_table; in policy_has_boost_freq() local
33 struct cpufreq_frequency_table *table) in cpufreq_frequency_table_cpuinfo()
70 struct cpufreq_frequency_table *table) in cpufreq_frequency_table_verify()
131 struct cpufreq_frequency_table *table = policy->freq_table; in cpufreq_table_index_unsorted() local
214 struct cpufreq_frequency_table *pos, *table = policy->freq_table; in cpufreq_frequency_table_get_index() local
237 struct cpufreq_frequency_table *pos, *table = policy->freq_table; in show_available_freqs() local
301 struct cpufreq_frequency_table *pos, *table = policy->freq_table; in set_freq_table_sorted() local
/openbmc/linux/net/ipv4/
H A Dsysctl_net_ipv4.c68 static int ipv4_local_port_range(struct ctl_table *table, int write, in ipv4_local_port_range()
103 static int ipv4_privileged_ports(struct ctl_table *table, int write, in ipv4_privileged_ports()
164 static int ipv4_ping_group_range(struct ctl_table *table, int write, in ipv4_ping_group_range()
199 static int ipv4_fwd_update_priority(struct ctl_table *table, int write, in ipv4_fwd_update_priority()
288 static int proc_tcp_fastopen_key(struct ctl_table *table, int write, in proc_tcp_fastopen_key()
359 static int proc_tfo_blackhole_detect_timeout(struct ctl_table *table, in proc_tfo_blackhole_detect_timeout()
391 static int proc_tcp_ehash_entries(struct ctl_table *table, int write, in proc_tcp_ehash_entries()
415 static int proc_udp_hash_entries(struct ctl_table *table, int write, in proc_udp_hash_entries()
439 static int proc_fib_multipath_hash_policy(struct ctl_table *table, int write, in proc_fib_multipath_hash_policy()
1497 struct ctl_table *table; in ipv4_sysctl_init_net() local
[all …]
/openbmc/linux/net/core/
H A Dsysctl_net_core.c95 static int rps_default_mask_sysctl(struct ctl_table *table, int write, in rps_default_mask_sysctl()
126 static int rps_sock_flow_sysctl(struct ctl_table *table, int write, in rps_sock_flow_sysctl()
195 static int flow_limit_cpu_sysctl(struct ctl_table *table, int write, in flow_limit_cpu_sysctl()
252 static int flow_limit_table_len_sysctl(struct ctl_table *table, int write, in flow_limit_table_len_sysctl()
274 static int set_default_qdisc(struct ctl_table *table, int write, in set_default_qdisc()
293 static int proc_do_dev_weight(struct ctl_table *table, int write, in proc_do_dev_weight()
311 static int proc_do_rss_key(struct ctl_table *table, int write, in proc_do_rss_key()
324 static int proc_dointvec_minmax_bpf_enable(struct ctl_table *table, int write, in proc_dointvec_minmax_bpf_enable()
357 proc_dointvec_minmax_bpf_restricted(struct ctl_table *table, int write, in proc_dointvec_minmax_bpf_restricted()
368 proc_dolongvec_minmax_bpf_restricted(struct ctl_table *table, int write, in proc_dolongvec_minmax_bpf_restricted()
/openbmc/linux/drivers/net/wireless/broadcom/b43/
H A Dtables.c366 u16 b43_ofdmtab_read16(struct b43_wldev *dev, u16 table, u16 offset) in b43_ofdmtab_read16()
386 void b43_ofdmtab_write16(struct b43_wldev *dev, u16 table, in b43_ofdmtab_write16()
403 u32 b43_ofdmtab_read32(struct b43_wldev *dev, u16 table, u16 offset) in b43_ofdmtab_read32()
424 void b43_ofdmtab_write32(struct b43_wldev *dev, u16 table, in b43_ofdmtab_write32()
443 u16 b43_gtab_read(struct b43_wldev *dev, u16 table, u16 offset) in b43_gtab_read()
449 void b43_gtab_write(struct b43_wldev *dev, u16 table, u16 offset, u16 value) in b43_gtab_write()
/openbmc/linux/drivers/infiniband/core/
H A Dcache.c49 u16 table[]; member
550 struct ib_gid_table *table; in __ib_cache_gid_add() local
605 struct ib_gid_table *table; in _ib_cache_gid_del() local
644 struct ib_gid_table *table; in ib_cache_gid_del_all_netdev_gids() local
689 struct ib_gid_table *table; in rdma_find_gid_by_port() local
743 struct ib_gid_table *table; in rdma_find_gid_by_filter() local
897 struct ib_gid_table *table; in _gid_table_setup_one() local
956 struct ib_gid_table *table; in rdma_query_gid() local
1222 struct ib_gid_table *table; in rdma_get_gid_attr() local
1259 struct ib_gid_table *table; in rdma_query_gid_table() local
[all …]
/openbmc/linux/drivers/acpi/acpica/
H A Dtbdata.c45 struct acpi_table_header *table; in acpi_tb_compare_tables() local
88 u8 flags, struct acpi_table_header *table) in acpi_tb_init_table_descriptor()
136 struct acpi_table_header *table = NULL; in acpi_tb_acquire_table() local
185 acpi_tb_release_table(struct acpi_table_header *table, in acpi_tb_release_table()
225 u8 flags, struct acpi_table_header *table) in acpi_tb_acquire_temp_table()
948 struct acpi_table_header *table; in acpi_tb_load_table() local
1005 struct acpi_table_header *table, in acpi_tb_install_and_load_table()
1045 struct acpi_table_header *table; in ACPI_EXPORT_SYMBOL() local
/openbmc/linux/arch/powerpc/include/asm/nohash/
H A Dpgalloc.h37 static inline void pgtable_free(void *table, int shift) in pgtable_free()
49 static inline void pgtable_free_tlb(struct mmu_gather *tlb, void *table, int shift) in pgtable_free_tlb()
60 void *table = (void *)((unsigned long)_table & ~MAX_PGTABLE_INDEX_SIZE); in __tlb_remove_table() local
66 static inline void __pte_free_tlb(struct mmu_gather *tlb, pgtable_t table, in __pte_free_tlb()
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dmkregtable.c111 struct table { struct
115 unsigned *table; member
131 static void table_offset_add(struct table *t, struct offset *offset) in table_offset_add() argument
/openbmc/linux/io_uring/
H A Dfiletable.h22 static inline void io_file_bitmap_clear(struct io_file_table *table, int bit) in io_file_bitmap_clear()
29 static inline void io_file_bitmap_set(struct io_file_table *table, int bit) in io_file_bitmap_set()
37 io_fixed_file_slot(struct io_file_table *table, unsigned i) in io_fixed_file_slot()
56 static inline struct file *io_file_from_index(struct io_file_table *table, in io_file_from_index()
/openbmc/linux/tools/perf/pmu-events/
H A Dempty-pmu-events.c256 const struct pmu_events_table table; member
269 int pmu_events_table__for_each_event(const struct pmu_events_table *table, struct perf_pmu *pmu, in pmu_events_table__for_each_event()
285 int pmu_events_table__find_event(const struct pmu_events_table *table, in pmu_events_table__find_event()
301 size_t pmu_events_table__num_events(const struct pmu_events_table *table, in pmu_events_table__num_events()
315 int pmu_metrics_table__for_each_metric(const struct pmu_metrics_table *table, pmu_metric_iter_fn fn, in pmu_metrics_table__for_each_metric()
329 const struct pmu_events_table *table = NULL; in perf_pmu__find_events_table() local
357 const struct pmu_metrics_table *table = NULL; in perf_pmu__find_metrics_table() local

12345678910>>...45