Home
last modified time | relevance | path

Searched defs:table (Results 101 – 125 of 1108) sorted by relevance

12345678910>>...45

/openbmc/linux/net/ipv4/netfilter/
H A Diptable_raw.c40 const struct xt_table *table = &packet_raw; in iptable_raw_table_init() local
72 const struct xt_table *table = &packet_raw; in iptable_raw_init() local
/openbmc/linux/net/ipv6/netfilter/
H A Dip6table_raw.c39 const struct xt_table *table = &packet_raw; in ip6table_raw_table_init() local
70 const struct xt_table *table = &packet_raw; in ip6table_raw_init() local
/openbmc/linux/include/linux/
H A Dsysctl.h218 #define register_sysctl(path, table) \ argument
240 #define register_sysctl_init(path, table) \ argument
262 static inline void register_sysctl_init(const char *path, struct ctl_table *table) in register_sysctl_init()
272 struct ctl_table *table, in register_sysctl_sz()
278 static inline void unregister_sysctl_table(struct ctl_table_header * table) in unregister_sysctl_table()
H A Ddevcoredump.h22 static inline void _devcd_free_sgtable(struct scatterlist *table) in _devcd_free_sgtable()
83 static inline void dev_coredumpsg(struct device *dev, struct scatterlist *table, in dev_coredumpsg()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dsmfs.c10 mlx5_smfs_matcher_create(struct mlx5dr_table *table, u32 priority, struct mlx5_flow_spec *spec) in mlx5_smfs_matcher_create()
33 mlx5_smfs_action_create_dest_table(struct mlx5dr_table *table) in mlx5_smfs_action_create_dest_table()
/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dqpc.c16 mlx5_get_rsc(struct mlx5_qp_table *table, u32 rsn) in mlx5_get_rsc()
162 struct mlx5_qp_table *table = &dev->qp_table; in create_resource_common() local
184 struct mlx5_qp_table *table = &dev->qp_table; in destroy_resource_common() local
279 struct mlx5_qp_table *table = &dev->qp_table; in mlx5_core_destroy_dct() local
502 struct mlx5_qp_table *table = &dev->qp_table; in mlx5_init_qp_table() local
517 struct mlx5_qp_table *table = &dev->qp_table; in mlx5_cleanup_qp_table() local
658 struct mlx5_qp_table *table = &dev->qp_table; in mlx5_core_res_hold() local
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dsmu10_smumgr.c117 uint8_t *table, int16_t table_id) in smu10_copy_table_from_smc()
151 uint8_t *table, int16_t table_id) in smu10_copy_table_to_smc()
292 static int smu10_smc_table_manager(struct pp_hwmgr *hwmgr, uint8_t *table, uint16_t table_id, bool … in smu10_smc_table_manager()
H A Dfiji_smumgr.c755 struct SMU73_Discrete_DpmTable *table) in fiji_populate_cac_table()
783 struct SMU73_Discrete_DpmTable *table) in fiji_populate_smc_voltage_tables()
821 struct SMU73_Discrete_DpmTable *table) in fiji_populate_ulv_state()
827 struct SMU73_Discrete_DpmTable *table) in fiji_populate_smc_link_level()
1297 SMU73_Discrete_DpmTable *table) in fiji_populate_smc_acpi_level()
1419 SMU73_Discrete_DpmTable *table) in fiji_populate_smc_vce_level()
1458 SMU73_Discrete_DpmTable *table) in fiji_populate_smc_acp_level()
1554 struct SMU73_Discrete_DpmTable *table) in fiji_populate_smc_uvd_level()
1601 struct SMU73_Discrete_DpmTable *table) in fiji_populate_smc_boot_level()
1818 struct SMU73_Discrete_DpmTable *table) in fiji_populate_vr_config()
[all …]
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dbtc_dpm.c1172 …id btc_get_max_clock_from_voltage_dependency_table(struct radeon_clock_voltage_dependency_table *t… in btc_get_max_clock_from_voltage_dependency_table()
1189 void btc_apply_voltage_dependency_rules(struct radeon_clock_voltage_dependency_table *table, in btc_apply_voltage_dependency_rules()
1294 static u16 btc_find_voltage(struct atom_voltage_table *table, u16 voltage) in btc_find_voltage()
1396 RV770_SMC_STATETABLE *table) in btc_populate_ulv_state()
1425 RV770_SMC_STATETABLE *table) in btc_populate_smc_acpi_state()
1630 RV770_SMC_STATETABLE *table = &pi->smc_statetable; in btc_init_smc_table() local
1899 static void btc_set_valid_flag(struct evergreen_mc_reg_table *table) in btc_set_valid_flag()
1915 struct evergreen_mc_reg_table *table) in btc_set_mc_special_registers()
1976 static void btc_set_s0_mc_reg_index(struct evergreen_mc_reg_table *table) in btc_set_s0_mc_reg_index()
1988 static int btc_copy_vbios_mc_reg_table(struct atom_mc_reg_table *table, in btc_copy_vbios_mc_reg_table()
[all …]
/openbmc/linux/arch/arc/kernel/
H A Dunwind.c158 struct unwind_table *table; in find_table() local
184 static void init_unwind_table(struct unwind_table *table, const char *name, in init_unwind_table()
253 static void init_unwind_hdr(struct unwind_table *table, in init_unwind_hdr()
267 struct eh_frame_hdr_table_entry table[]; in init_unwind_hdr() member
371 struct unwind_table *table; in unwind_add_table() local
404 struct unwind_table *table; member
411 struct unwind_table *table = info->table, *prev; in unlink_table() local
436 struct unwind_table *table = handle; in unwind_remove_table() local
511 static const u32 *cie_for_fde(const u32 *fde, const struct unwind_table *table) in cie_for_fde()
907 const struct unwind_table *table; in arc_unwind() local
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_config_table.c38 static int check_table(const void *table) in check_table()
94 void *table; in execute() local
/openbmc/linux/drivers/acpi/acpica/
H A Dnsparse.c47 struct acpi_table_header *table; in acpi_ns_execute_table() local
157 struct acpi_table_header *table; in acpi_ns_one_complete_parse() local
H A Dtbinstal.c101 struct acpi_table_header *table, in acpi_tb_install_standard_table()
205 struct acpi_table_header *table; in acpi_tb_override_table() local
/openbmc/linux/drivers/cpufreq/
H A Dvexpress-spc-cpufreq.c200 static inline u32 get_table_count(struct cpufreq_frequency_table *table) in get_table_count()
211 static inline u32 get_table_min(struct cpufreq_frequency_table *table) in get_table_min()
223 static inline u32 get_table_max(struct cpufreq_frequency_table *table) in get_table_max()
234 static bool search_frequency(struct cpufreq_frequency_table *table, int size, in search_frequency()
250 struct cpufreq_frequency_table *table; in merge_cluster_tables() local
H A Dqoriq-cpufreq.c30 struct cpufreq_frequency_table *table; member
129 struct cpufreq_frequency_table table; in freq_table_sort() local
162 struct cpufreq_frequency_table *table; in qoriq_cpufreq_cpu_init() local
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dfile_table.cpp124 Table table(fileTable); in operator ()() local
134 static FileTable table; in buildFileTable() local
/openbmc/linux/arch/s390/include/asm/
H A Dpgalloc.h55 unsigned long *table = crst_table_alloc(mm); in p4d_alloc_one() local
70 unsigned long *table = crst_table_alloc(mm); in pud_alloc_one() local
84 unsigned long *table = crst_table_alloc(mm); in pmd_alloc_one() local
/openbmc/linux/arch/sparc/include/asm/
H A Dpgalloc_64.h82 static inline void pgtable_free_tlb(struct mmu_gather *tlb, void *table, bool is_page) in pgtable_free_tlb()
92 void *table = (void *)((unsigned long)_table & ~0x1UL); in __tlb_remove_table() local
100 static inline void pgtable_free_tlb(struct mmu_gather *tlb, void *table, bool is_page) in pgtable_free_tlb()
/openbmc/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_cbdr.c207 static int enetc_cmd_rss_table(struct enetc_si *si, u32 *table, int count, in enetc_cmd_rss_table()
247 int enetc_get_rss_table(struct enetc_si *si, u32 *table, int count) in enetc_get_rss_table()
254 int enetc_set_rss_table(struct enetc_si *si, const u32 *table, int count) in enetc_set_rss_table()
/openbmc/linux/tools/perf/util/
H A Dmetricgroup.c521 const struct pmu_metrics_table *table; in metricgroup__print() local
801 const struct pmu_metrics_table *table; member
848 const struct pmu_metrics_table *table) in resolve_metric()
932 const struct pmu_metrics_table *table) in __add_metric()
1063 const struct pmu_metrics_table *table, in metricgroup__find_metric()
1085 const struct pmu_metrics_table *table) in add_metric()
1196 const struct pmu_metrics_table *table, in metricgroup__add_metric_callback()
1236 const struct pmu_metrics_table *table) in metricgroup__add_metric()
1318 const struct pmu_metrics_table *table) in metricgroup__add_metric_list()
1532 const struct pmu_metrics_table *table) in parse_groups()
[all …]
/openbmc/qemu/hw/arm/
H A Dvirt-acpi-build.c318 AcpiTable table = { .sig = "IORT", .rev = 3, .oem_id = vms->oem_id, in build_iort() local
476 AcpiTable table = { .sig = "SPCR", .rev = 2, .oem_id = vms->oem_id, in build_spcr() local
530 AcpiTable table = { .sig = "SRAT", .rev = 3, .oem_id = vms->oem_id, in build_srat() local
591 AcpiTable table = { .sig = "GTDT", .rev = 2, .oem_id = vms->oem_id, in build_gtdt() local
635 AcpiTable table = { .sig = "DBG2", .rev = 0, .oem_id = vms->oem_id, in build_dbg2() local
709 AcpiTable table = { .sig = "APIC", .rev = 4, .oem_id = vms->oem_id, in build_madt() local
849 AcpiTable table = { .sig = "DSDT", .rev = 2, .oem_id = vms->oem_id, in build_dsdt() local
/openbmc/linux/net/sunrpc/
H A Dsysctl.c43 static int proc_do_xprt(struct ctl_table *table, int write, in proc_do_xprt()
65 proc_dodebug(struct ctl_table *table, int write, void *buffer, size_t *lenp, in proc_dodebug()
/openbmc/linux/kernel/
H A Dwatchdog.c748 static int proc_watchdog_common(int which, struct ctl_table *table, int write, in proc_watchdog_common()
775 int proc_watchdog(struct ctl_table *table, int write, in proc_watchdog()
786 int proc_nmi_watchdog(struct ctl_table *table, int write, in proc_nmi_watchdog()
798 int proc_soft_watchdog(struct ctl_table *table, int write, in proc_soft_watchdog()
808 int proc_watchdog_thresh(struct ctl_table *table, int write, in proc_watchdog_thresh()
831 int proc_watchdog_cpumask(struct ctl_table *table, int write, in proc_watchdog_cpumask()
/openbmc/linux/drivers/acpi/
H A Dtables.c489 struct acpi_table_header *table = NULL; in acpi_table_parse() local
517 struct acpi_table_header *table = NULL; in check_multiple_madt() local
534 static void acpi_table_taint(struct acpi_table_header *table) in acpi_table_taint()
585 struct acpi_table_header *table; in acpi_table_upgrade() local
709 struct acpi_table_header *table; in acpi_table_initrd_override() local
767 struct acpi_table_header *table; in acpi_table_initrd_scan() local
/openbmc/linux/drivers/net/ethernet/sfc/falcon/
H A Dfarch.c1868 struct ef4_farch_filter_table *table; in ef4_farch_filter_push_rx_config() local
1942 struct ef4_farch_filter_table *table; in ef4_farch_filter_push_tx_limits() local
2323 struct ef4_farch_filter_table *table; in ef4_farch_filter_insert() local
2528 struct ef4_farch_filter_table *table; in ef4_farch_filter_remove_safe() local
2554 struct ef4_farch_filter_table *table; in ef4_farch_filter_get_safe() local
2619 struct ef4_farch_filter_table *table; in ef4_farch_filter_count_rx_used() local
2647 struct ef4_farch_filter_table *table; in ef4_farch_filter_get_rx_ids() local
2680 struct ef4_farch_filter_table *table; in ef4_farch_filter_table_restore() local
2723 struct ef4_farch_filter_table *table; in ef4_farch_filter_table_probe() local
2780 struct ef4_farch_filter_table *table; in ef4_farch_filter_update_rx_scatter() local
[all …]

12345678910>>...45