Home
last modified time | relevance | path

Searched refs:tables (Results 1 – 25 of 2977) sorted by relevance

12345678910>>...120

/linux/drivers/comedi/drivers/
A Dni_routes.h79 struct ni_route_tables *tables);
133 const struct ni_route_tables *tables);
151 const struct ni_route_tables *tables);
163 const struct ni_route_tables *tables) in route_is_valid() argument
235 const struct ni_route_tables *tables);
244 const struct ni_route_tables *tables) in route_register_is_valid() argument
266 const struct ni_route_tables *tables, in ni_get_reg_value_roffs() argument
284 return ni_route_to_register(src, dest, tables); in ni_get_reg_value_roffs()
288 const struct ni_route_tables *tables) in ni_get_reg_value() argument
315 const struct ni_route_tables *tables, in ni_check_trigger_arg_roffs() argument
[all …]
A Dni_routes.c98 struct ni_route_tables *tables) in ni_find_device_routes() argument
111 tables->route_values = rv; in ni_find_device_routes()
112 tables->valid_routes = dr; in ni_find_device_routes()
140 struct ni_route_tables *tables) in ni_assign_device_routes() argument
144 tables); in ni_assign_device_routes()
164 const u8 *rv = tables->route_values; in ni_count_valid_routes()
219 const u8 *rv = tables->route_values; in ni_get_valid_routes()
468 const struct ni_route_tables *tables) in ni_route_to_register() argument
486 rv = tables->route_values; in ni_route_to_register()
523 const struct ni_route_tables *tables) in ni_find_route_source() argument
[all …]
/linux/scripts/
A Dcheck-sysctl-docs107 match($0, /static struct ctl_path ([^][]+)/, tables)
108 curpath = tables[1]
113 match($0, /static struct ctl_table ([^][]+)/, tables)
114 curtable = tables[1]
151 if (debug) print "Registering table " tables[1]
152 if (children[tables[1]][table]) {
153 for (entry in entries[children[tables[1]][table]]) {
161 if (debug) print "Attaching table " tables[2] " to path " tables[1]
162 if (paths[tables[1]] == table) {
163 for (entry in entries[tables[2]]) {
[all …]
/linux/tools/perf/util/scripting-engines/
A Dtrace-event-python.c1049 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_evsel() local
1067 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_machine() local
1086 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_thread() local
1107 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_comm() local
1128 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_comm_thread() local
1147 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_dso() local
1171 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_symbol() local
1194 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_branch_type() local
1212 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_sample_table() local
1249 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_synth() local
[all …]
/linux/drivers/acpi/acpica/
A Dtbdata.c405 (acpi_gbl_root_table_list.tables[i]. in acpi_tb_check_duplication()
560 struct acpi_table_desc *tables; in acpi_tb_resize_root_table_list() local
586 if (!tables) { in acpi_tb_resize_root_table_list()
595 if (acpi_gbl_root_table_list.tables) { in acpi_tb_resize_root_table_list()
598 memcpy(tables + current_table_count, in acpi_tb_resize_root_table_list()
606 ACPI_FREE(acpi_gbl_root_table_list.tables); in acpi_tb_resize_root_table_list()
610 acpi_gbl_root_table_list.tables = tables; in acpi_tb_resize_root_table_list()
692 ACPI_FREE(acpi_gbl_root_table_list.tables); in acpi_tb_terminate()
695 acpi_gbl_root_table_list.tables = NULL; in acpi_tb_terminate()
782 tables[table_index].owner_id)); in acpi_tb_allocate_owner_id()
[all …]
A Dtbfind.c67 if (memcmp(&(acpi_gbl_root_table_list.tables[i].signature), in acpi_tb_find_table()
77 if (!acpi_gbl_root_table_list.tables[i].pointer) { in acpi_tb_find_table()
83 tables[i]); in acpi_tb_find_table()
88 if (!acpi_gbl_root_table_list.tables[i].pointer) { in acpi_tb_find_table()
96 (acpi_gbl_root_table_list.tables[i].pointer->signature, in acpi_tb_find_table()
101 tables[i]. in acpi_tb_find_table()
106 || !memcmp(acpi_gbl_root_table_list.tables[i].pointer-> in acpi_tb_find_table()
A Dtbxface.c92 acpi_gbl_root_table_list.tables = initial_table_array; in acpi_initialize_tables()
161 table_desc = &acpi_gbl_root_table_list.tables[i]; in ACPI_EXPORT_SYMBOL_INIT()
177 table_desc = &acpi_gbl_root_table_list.tables[i]; in ACPI_EXPORT_SYMBOL_INIT()
234 (&(acpi_gbl_root_table_list.tables[i].signature), in ACPI_EXPORT_SYMBOL_INIT()
243 if (!acpi_gbl_root_table_list.tables[i].pointer) { in ACPI_EXPORT_SYMBOL_INIT()
244 if ((acpi_gbl_root_table_list.tables[i].flags & in ACPI_EXPORT_SYMBOL_INIT()
249 tables[i].address, in ACPI_EXPORT_SYMBOL_INIT()
266 acpi_gbl_root_table_list.tables[i].pointer, in ACPI_EXPORT_SYMBOL_INIT()
324 table_desc = &acpi_gbl_root_table_list.tables[i]; in ACPI_EXPORT_SYMBOL()
375 table_desc = &acpi_gbl_root_table_list.tables[i]; in ACPI_EXPORT_SYMBOL()
[all …]
/linux/security/apparmor/
A Dmatch.c153 if (!(tables[YYTD_ID_DEF] && tables[YYTD_ID_BASE] && in verify_table_headers()
154 tables[YYTD_ID_NXT] && tables[YYTD_ID_CHK])) in verify_table_headers()
160 if (!tables[YYTD_ID_ACCEPT]) in verify_table_headers()
166 if (!tables[YYTD_ID_ACCEPT2]) in verify_table_headers()
180 if (tables[YYTD_ID_EC] && tables[YYTD_ID_EC]->td_lolen != 256) in verify_table_headers()
277 kvfree(dfa->tables[i]); in dfa_free()
278 dfa->tables[i] = NULL; in dfa_free()
452 if (dfa->tables[YYTD_ID_EC]) { in aa_dfa_match_len()
492 if (dfa->tables[YYTD_ID_EC]) { in aa_dfa_match()
527 if (dfa->tables[YYTD_ID_EC]) { in aa_dfa_next()
[all …]
/linux/Documentation/admin-guide/acpi/
A Dinitrd_table_override.rst4 Upgrading ACPI tables via initrd
11 upgrade the ACPI execution environment that is defined by the ACPI tables
12 via upgrading the ACPI tables provided by the BIOS with an instrumented,
13 modified, more recent version one, or installing brand new ACPI tables.
21 drivers/acpi/tables.c.
37 allows you to upgrade the buggy tables before your platform/BIOS vendor
45 platform provided ACPI tables or inserting new ACPI tables.
55 # Extract the machine's ACPI tables:
69 # Add the raw ACPI tables to an uncompressed cpio archive.
98 also static ACPI tables.
[all …]
/linux/security/apparmor/include/
A Dmatch.h90 #define DEFAULT_TABLE(DFA) ((u16 *)((DFA)->tables[YYTD_ID_DEF]->td_data))
91 #define BASE_TABLE(DFA) ((u32 *)((DFA)->tables[YYTD_ID_BASE]->td_data))
92 #define NEXT_TABLE(DFA) ((u16 *)((DFA)->tables[YYTD_ID_NXT]->td_data))
93 #define CHECK_TABLE(DFA) ((u16 *)((DFA)->tables[YYTD_ID_CHK]->td_data))
94 #define EQUIV_TABLE(DFA) ((u8 *)((DFA)->tables[YYTD_ID_EC]->td_data))
95 #define ACCEPT_TABLE(DFA) ((u32 *)((DFA)->tables[YYTD_ID_ACCEPT]->td_data))
96 #define ACCEPT_TABLE2(DFA) ((u32 *)((DFA)->tables[YYTD_ID_ACCEPT2]->td_data))
102 struct table_header *tables[YYTD_ID_TSIZE]; member
/linux/Documentation/ABI/testing/
A Dsysfs-firmware-dmi-tables1 What: /sys/firmware/dmi/tables/
13 The dmi/tables provides raw SMBIOS entry point and DMI tables
18 /sys/firmware/dmi/tables/smbios_entry_point
19 /sys/firmware/dmi/tables/DMI
22 tables.
/linux/net/ipv4/
A Dudp_tunnel_nic.c136 for (j = 0; j < info->tables[i].n_entries; j++) in udp_tunnel_nic_is_empty()
152 table = &dev->udp_tunnel_nic_info->tables[i]; in udp_tunnel_nic_should_replay()
245 for (j = 0; j < info->tables[i].n_entries; j++) in udp_tunnel_nic_device_sync_by_port()
259 for (j = 0; j < info->tables[i].n_entries; j++) in udp_tunnel_nic_device_sync_by_table()
262 if (j == info->tables[i].n_entries) in udp_tunnel_nic_device_sync_by_table()
436 table = &dev->udp_tunnel_nic_info->tables[i]; in udp_tunnel_nic_try_existing()
471 table = &dev->udp_tunnel_nic_info->tables[i]; in udp_tunnel_nic_add_new()
688 for (j = 0; j < info->tables[i].n_entries; j++) in udp_tunnel_nic_replay()
780 WARN_ON(!info->tables[0].n_entries)) in udp_tunnel_nic_register()
789 if (!info->tables[i].n_entries) in udp_tunnel_nic_register()
[all …]
/linux/drivers/cpufreq/
A Dtegra194-cpufreq.c41 struct cpufreq_frequency_table **tables; member
222 cpufreq_for_each_valid_entry(pos, data->tables[cl]) { in tegra194_get_speed()
245 if (cl >= data->num_clusters || !data->tables[cl]) in tegra194_cpufreq_init()
252 policy->freq_table = data->tables[cl]; in tegra194_cpufreq_init()
371 data->tables = devm_kcalloc(&pdev->dev, data->num_clusters, in tegra194_cpufreq_probe()
372 sizeof(*data->tables), GFP_KERNEL); in tegra194_cpufreq_probe()
373 if (!data->tables) in tegra194_cpufreq_probe()
390 data->tables[i] = init_freq_table(pdev, bpmp, i); in tegra194_cpufreq_probe()
391 if (IS_ERR(data->tables[i])) { in tegra194_cpufreq_probe()
392 err = PTR_ERR(data->tables[i]); in tegra194_cpufreq_probe()
/linux/drivers/infiniband/hw/vmw_pvrdma/
A Dpvrdma_misc.c68 pdir->tables = kcalloc(pdir->ntables, sizeof(*pdir->tables), in pvrdma_page_dir_init()
70 if (!pdir->tables) in pvrdma_page_dir_init()
74 pdir->tables[i] = dma_alloc_coherent(&dev->pdev->dev, PAGE_SIZE, in pvrdma_page_dir_init()
77 if (!pdir->tables[i]) in pvrdma_page_dir_init()
113 return pdir->tables[PVRDMA_PAGE_DIR_TABLE(idx)]; in pvrdma_page_dir_table()
141 if (pdir->tables) { in pvrdma_page_dir_cleanup_tables()
147 u64 *table = pdir->tables[i]; in pvrdma_page_dir_cleanup_tables()
154 kfree(pdir->tables); in pvrdma_page_dir_cleanup_tables()
/linux/Documentation/x86/
A Dpti.rst15 page tables for use only when running userspace applications. When
17 page tables are switched to the full "kernel" copy. When the system
20 The userspace page tables contain only a minimal amount of kernel
36 When PTI is enabled, the kernel manages two sets of page tables.
55 userspace page tables' PGD.
58 layers of the page tables. This leaves a single, shared set of
59 userspace page tables to manage. One PTE to lock, one set of
87 things into the userspace page tables. The downside is
90 mapped into both kernel and userspace page tables. This
97 tables by setting a special bit in CR3 when the page tables
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
A Dfs_tcp.c15 struct mlx5e_flow_table tables[ACCEL_FS_TCP_NUM_TYPES]; member
96 ft = &fs_tcp->tables[ACCEL_FS_IPV4_TCP]; in mlx5e_accel_fs_add_sk()
108 ft = &fs_tcp->tables[ACCEL_FS_IPV4_TCP]; in mlx5e_accel_fs_add_sk()
111 ft = &fs_tcp->tables[ACCEL_FS_IPV6_TCP]; in mlx5e_accel_fs_add_sk()
162 accel_fs_t = &fs_tcp->tables[type]; in accel_fs_tcp_add_default_rule()
270 struct mlx5e_flow_table *ft = &priv->fs.accel_tcp->tables[type]; in accel_fs_tcp_create_table()
329 dest.ft = priv->fs.accel_tcp->tables[i].t; in accel_fs_tcp_enable()
348 if (IS_ERR_OR_NULL(fs_tcp->tables[i].t)) in accel_fs_tcp_destroy_table()
352 mlx5e_destroy_flow_table(&fs_tcp->tables[i]); in accel_fs_tcp_destroy_table()
353 fs_tcp->tables[i].t = NULL; in accel_fs_tcp_destroy_table()
/linux/drivers/media/pci/pt1/
A Dpt1.c78 struct pt1_table *tables; member
621 struct pt1_table *tables; in pt1_cleanup_tables() local
624 tables = pt1->tables; in pt1_cleanup_tables()
628 pt1_cleanup_table(pt1, &tables[i]); in pt1_cleanup_tables()
630 vfree(tables); in pt1_cleanup_tables()
635 struct pt1_table *tables; in pt1_init_tables() local
643 if (tables == NULL) in pt1_init_tables()
655 ret = pt1_init_table(pt1, &tables[i], &pfn); in pt1_init_tables()
665 pt1->tables = tables; in pt1_init_tables()
670 pt1_cleanup_table(pt1, &tables[i]); in pt1_init_tables()
[all …]
/linux/Documentation/vm/
A Dsplit_page_table_lock.rst7 Originally, mm->page_table_lock spinlock protected all page tables of the
14 tables. Access to higher level tables protected by mm->page_table_lock.
33 Split page table lock for PTE tables is enabled compile-time if
35 If split lock is disabled, all tables are guarded by mm->page_table_lock.
37 Split page table lock for PMD tables is enabled, if it's enabled for PTE
38 tables and the architecture supports it (see below).
/linux/Documentation/firmware-guide/acpi/
A Dacpi-lid.rst15 using a control method lid device. To implement this, the AML tables issue
31 However the word of "current" has ambiguity, some buggy AML tables return
35 initial returning value. When the AML tables implement this control method
42 There are buggy AML tables never notifying when the lid device state is
44 it is guaranteed that the AML tables always notify "closed" when the lid
47 tested, it is reliable from all AML tables.
85 isn't ready to handle the buggy AML tables.
107 opens given that some AML tables do not send "opened" notifications
114 handle the buggy AML tables.
/linux/fs/nls/
A Dnls_base.c21 static struct nls_table *tables = &default_table; variable
237 struct nls_table ** tmp = &tables; in __register_nls()
251 nls->next = tables; in __register_nls()
252 tables = nls; in __register_nls()
260 struct nls_table ** tmp = &tables; in unregister_nls()
279 for (nls = tables; nls; nls = nls->next) { in find_nls()
/linux/drivers/net/dsa/sja1105/
A Dsja1105_main.c92 mac = priv->static_config.tables[BLK_IDX_MAC_CONFIG].entries; in sja1105_drop_untagged()
107 mac = priv->static_config.tables[BLK_IDX_MAC_CONFIG].entries; in sja1105_pvid_apply()
204 table = &priv->static_config.tables[BLK_IDX_MAC_CONFIG]; in sja1105_init_mac_settings()
255 table = &priv->static_config.tables[BLK_IDX_XMII_PARAMS]; in sja1105_init_mii_settings()
348 table = &priv->static_config.tables[BLK_IDX_L2_LOOKUP]; in sja1105_init_static_fdb()
477 table = &priv->static_config.tables[BLK_IDX_VLAN_LOOKUP]; in sja1105_init_static_vlan()
931 table = &priv->static_config.tables[BLK_IDX_AVB_PARAMS]; in sja1105_init_avb_params()
1015 table = &priv->static_config.tables[BLK_IDX_L2_POLICING]; in sja1105_init_l2_policing()
1466 table = &priv->static_config.tables[BLK_IDX_L2_LOOKUP]; in sja1105_find_static_fdb_entry()
1492 table = &priv->static_config.tables[BLK_IDX_L2_LOOKUP]; in sja1105_static_fdb_change()
[all …]
/linux/drivers/media/rc/keymaps/
A DKconfig9 Controller tables. They are short tables, but if you
11 tables on userspace, you should disable it.
/linux/arch/x86/lib/
A DMakefile27 CFLAGS_cmdline.o := -fno-stack-protector -fno-jump-tables
35 $(obj)/inat-tables.c: $(inat_tables_script) $(inat_tables_maps)
38 $(obj)/inat.o: $(obj)/inat-tables.c
40 clean-files := inat-tables.c
/linux/drivers/media/v4l2-core/
A Dv4l2-jpeg.c306 struct v4l2_jpeg_reference *tables) in jpeg_parse_quantization_tables() argument
346 if (tables) { in jpeg_parse_quantization_tables()
347 tables[tq].start = qk; in jpeg_parse_quantization_tables()
348 tables[tq].length = pq ? 128 : 64; in jpeg_parse_quantization_tables()
359 struct v4l2_jpeg_reference *tables) in jpeg_parse_huffman_tables() argument
406 if (tables) { in jpeg_parse_huffman_tables()
407 tables[(tc << 1) | th].start = table; in jpeg_parse_huffman_tables()
408 tables[(tc << 1) | th].length = stream->curr - table; in jpeg_parse_huffman_tables()
/linux/drivers/char/agp/
A Damd-k7-agp.c65 struct amd_page_map **tables; in amd_free_gatt_pages() local
68 tables = amd_irongate_private.gatt_pages; in amd_free_gatt_pages()
70 entry = tables[i]; in amd_free_gatt_pages()
77 kfree(tables); in amd_free_gatt_pages()
83 struct amd_page_map **tables; in amd_create_gatt_pages() local
88 tables = kcalloc(nr_tables + 1, sizeof(struct amd_page_map *), in amd_create_gatt_pages()
90 if (tables == NULL) in amd_create_gatt_pages()
95 tables[i] = entry; in amd_create_gatt_pages()
105 amd_irongate_private.gatt_pages = tables; in amd_create_gatt_pages()

Completed in 64 milliseconds

12345678910>>...120