| /linux/tools/perf/util/scripting-engines/ |
| H A D | trace-event-python.c | 92 struct tables { struct 110 static struct tables tables_global; argument 1138 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_evsel() local 1156 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_machine() local 1175 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_thread() local 1196 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_comm() local 1217 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_comm_thread() local 1236 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_dso() local 1260 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_symbol() local 1283 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_branch_type() local [all …]
|
| /linux/drivers/comedi/drivers/ |
| H A D | ni_routes.h | 163 const struct ni_route_tables *tables) in route_is_valid() 244 const struct ni_route_tables *tables) in route_register_is_valid() 266 const struct ni_route_tables *tables, in ni_get_reg_value_roffs() 288 const struct ni_route_tables *tables) in ni_get_reg_value() 315 const struct ni_route_tables *tables, in ni_check_trigger_arg_roffs() 324 const struct ni_route_tables *tables) in ni_check_trigger_arg()
|
| H A D | ni_routes.c | 95 struct ni_route_tables *tables) in ni_find_device_routes() 137 struct ni_route_tables *tables) in ni_assign_device_routes() 149 unsigned int ni_count_valid_routes(const struct ni_route_tables *tables) in ni_count_valid_routes() 193 unsigned int ni_get_valid_routes(const struct ni_route_tables *tables, in ni_get_valid_routes() 414 const struct ni_route_tables *tables) in ni_lookup_route_register() 465 const struct ni_route_tables *tables) in ni_route_to_register() 520 const struct ni_route_tables *tables) in ni_find_route_source()
|
| /linux/tools/perf/pmu-events/ |
| H A D | empty-pmu-events.c | 3284 for (const struct pmu_events_map *tables = &pmu_events_map[0]; in find_core_events_table() local 3295 for (const struct pmu_events_map *tables = &pmu_events_map[0]; in find_core_metrics_table() local 3306 for (const struct pmu_events_map *tables = &pmu_events_map[0]; in pmu_for_each_core_event() local 3320 for (const struct pmu_events_map *tables = &pmu_events_map[0]; in pmu_for_each_core_metric() local 3333 for (const struct pmu_sys_events *tables = &pmu_sys_event_tables[0]; in find_sys_events_table() local 3344 for (const struct pmu_sys_events *tables = &pmu_sys_event_tables[0]; in pmu_for_each_sys_event() local 3358 for (const struct pmu_sys_events *tables = &pmu_sys_event_tables[0]; in pmu_for_each_sys_metric() local
|
| /linux/drivers/char/agp/ |
| H A D | ati-agp.c | 92 struct ati_page_map **tables; in ati_free_gatt_pages() local 110 struct ati_page_map **tables; in ati_create_gatt_pages() local
|
| H A D | amd-k7-agp.c | 65 struct amd_page_map **tables; in amd_free_gatt_pages() local 83 struct amd_page_map **tables; in amd_create_gatt_pages() local
|
| H A D | sworks-agp.c | 76 struct serverworks_page_map **tables; in serverworks_free_gatt_pages() local 94 struct serverworks_page_map **tables; in serverworks_create_gatt_pages() local
|
| /linux/arch/x86/boot/compressed/ |
| H A D | efi.h | 81 u64 tables; member 97 u32 tables; member
|
| /linux/drivers/clk/tegra/ |
| H A D | cvb.c | 103 tegra_cvb_add_opp_table(struct device *dev, const struct cvb_table *tables, in tegra_cvb_add_opp_table()
|
| /linux/drivers/staging/media/sunxi/sun6i-isp/ |
| H A D | sun6i_isp.h | 53 struct sun6i_isp_tables tables; member
|
| /linux/include/linux/gpio/ |
| H A D | machine.h | 120 void gpiod_add_lookup_tables(struct gpiod_lookup_table **tables, size_t n) {} in gpiod_add_lookup_tables()
|
| /linux/drivers/hwmon/ |
| H A D | intel-m10-bmc-hwmon.c | 26 const struct m10bmc_sdata *tables[hwmon_max]; member
|
| /linux/drivers/acpi/acpica/ |
| H A D | tbdata.c | 588 struct acpi_table_desc *tables; in acpi_tb_resize_root_table_list() local
|
| /linux/fs/nls/ |
| H A D | nls_base.c | 21 static struct nls_table *tables = &default_table; variable
|
| /linux/arch/x86/boot/startup/ |
| H A D | sme.c | 249 unsigned long entries = 0, tables = 0; in sme_pgtable_calc() local
|
| /linux/security/apparmor/include/ |
| H A D | match.h | 104 struct table_header *tables[YYTD_ID_TSIZE]; member
|
| /linux/drivers/firmware/efi/libstub/ |
| H A D | efi-stub-helper.c | 490 unsigned long tables = efi_table_attr(efi_system_table, tables); in get_efi_config_table() local
|
| /linux/security/apparmor/ |
| H A D | match.c | 103 static int verify_table_headers(struct table_header **tables, int flags) in verify_table_headers()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| H A D | fs_tt_redirect.c | 15 struct mlx5e_flow_table tables[FS_UDP_NUM_TYPES]; member
|
| /linux/drivers/net/dsa/sja1105/ |
| H A D | sja1105_static_config.c | 1016 static_config_check_memory_size(const struct sja1105_table *tables, int max_mem) in static_config_check_memory_size() 1046 const struct sja1105_table *tables = config->tables; in sja1105_static_config_check_valid() local
|
| /linux/arch/x86/mm/ |
| H A D | init.c | 190 unsigned long tables = INIT_PGT_BUF_SIZE; in early_alloc_pgt_buf() local
|
| /linux/include/net/ |
| H A D | udp_tunnel.h | 285 } tables[UDP_TUNNEL_NIC_MAX_TABLES]; member
|
| /linux/arch/powerpc/include/asm/ |
| H A D | iommu.h | 206 struct iommu_table *tables[IOMMU_TABLE_GROUP_MAX_TABLES]; member
|
| /linux/tools/perf/util/ |
| H A D | metricgroup.c | 430 const struct pmu_metrics_table *tables[2] = { in metricgroup__for_each_metric() local 1605 const struct pmu_metrics_table *tables[2] = { in metricgroup__has_metric_or_groups() local
|
| /linux/net/netfilter/ |
| H A D | xt_recent.c | 89 struct list_head tables; member
|