| /kernel/linux/linux-6.6/tools/perf/pmu-events/ |
| H A D | empty-pmu-events.c | 385 for (const struct pmu_events_map *tables = &pmu_events_map[0]; in find_core_events_table() 386 tables->arch; in find_core_events_table() 387 tables++) { in find_core_events_table() 388 if (!strcmp(tables->arch, arch) && !strcmp_cpuid_str(tables->cpuid, cpuid)) in find_core_events_table() 389 return &tables->event_table; in find_core_events_table() 396 for (const struct pmu_events_map *tables = &pmu_events_map[0]; in find_core_metrics_table() 397 tables->arch; in find_core_metrics_table() 398 tables++) { in find_core_metrics_table() 399 if (!strcmp(tables in find_core_metrics_table() [all...] |
| /kernel/linux/linux-5.10/drivers/staging/comedi/drivers/ |
| H A D | ni_routes.h | 80 struct ni_route_tables *tables); 109 * @tables: pointer to relevant set of routing tables. 134 const struct ni_route_tables *tables); 147 * @tables: pointer to relevant set of routing tables. 152 const struct ni_route_tables *tables); 159 * @tables: pointer to relevant set of routing tables. 164 const struct ni_route_tables *tables) in route_is_valid() 163 route_is_valid(const int src, const int dest, const struct ni_route_tables *tables) route_is_valid() argument 243 route_register_is_valid(const u8 src_sel_reg_value, const int dest, const struct ni_route_tables *tables) route_register_is_valid() argument 266 ni_get_reg_value_roffs(int src, const int dest, const struct ni_route_tables *tables, const int direct_reg_offset) ni_get_reg_value_roffs() argument 288 ni_get_reg_value(const int src, const int dest, const struct ni_route_tables *tables) ni_get_reg_value() argument 315 ni_check_trigger_arg_roffs(int src, const int dest, const struct ni_route_tables *tables, const int direct_reg_offset) ni_check_trigger_arg_roffs() argument 324 ni_check_trigger_arg(const int src, const int dest, const struct ni_route_tables *tables) ni_check_trigger_arg() argument [all...] |
| H A D | ni_routes.c | 90 * Find the proper route_values and ni_device_routes tables for this particular 99 struct ni_route_tables *tables) in ni_find_device_routes() 112 tables->route_values = rv; in ni_find_device_routes() 113 tables->valid_routes = dr; in ni_find_device_routes() 127 * @tables: Pointer to assigned routing information. 141 struct ni_route_tables *tables) in ni_assign_device_routes() 143 memset(tables, 0, sizeof(struct ni_route_tables)); in ni_assign_device_routes() 145 tables); in ni_assign_device_routes() 151 * @tables: Routing tables fo 96 ni_find_device_routes(const char *device_family, const char *board_name, const char *alt_board_name, struct ni_route_tables *tables) ni_find_device_routes() argument 138 ni_assign_device_routes(const char *device_family, const char *board_name, const char *alt_board_name, struct ni_route_tables *tables) ni_assign_device_routes() argument 153 ni_count_valid_routes(const struct ni_route_tables *tables) ni_count_valid_routes() argument 197 ni_get_valid_routes(const struct ni_route_tables *tables, unsigned int n_pairs, unsigned int *pair_data) ni_get_valid_routes() argument 417 ni_lookup_route_register(int src, int dest, const struct ni_route_tables *tables) ni_lookup_route_register() argument 468 ni_route_to_register(const int src, const int dest, const struct ni_route_tables *tables) ni_route_to_register() argument 523 ni_find_route_source(const u8 src_sel_reg_value, int dest, const struct ni_route_tables *tables) ni_find_route_source() argument [all...] |
| /kernel/linux/linux-6.6/drivers/comedi/drivers/ |
| H A D | ni_routes.h | 79 struct ni_route_tables *tables); 108 * @tables: pointer to relevant set of routing tables. 133 const struct ni_route_tables *tables); 146 * @tables: pointer to relevant set of routing tables. 151 const struct ni_route_tables *tables); 158 * @tables: pointer to relevant set of routing tables. 163 const struct ni_route_tables *tables) in route_is_valid() 162 route_is_valid(const int src, const int dest, const struct ni_route_tables *tables) route_is_valid() argument 242 route_register_is_valid(const u8 src_sel_reg_value, const int dest, const struct ni_route_tables *tables) route_register_is_valid() argument 265 ni_get_reg_value_roffs(int src, const int dest, const struct ni_route_tables *tables, const int direct_reg_offset) ni_get_reg_value_roffs() argument 287 ni_get_reg_value(const int src, const int dest, const struct ni_route_tables *tables) ni_get_reg_value() argument 314 ni_check_trigger_arg_roffs(int src, const int dest, const struct ni_route_tables *tables, const int direct_reg_offset) ni_check_trigger_arg_roffs() argument 323 ni_check_trigger_arg(const int src, const int dest, const struct ni_route_tables *tables) ni_check_trigger_arg() argument [all...] |
| H A D | ni_routes.c | 86 * Find the proper route_values and ni_device_routes tables for this particular 95 struct ni_route_tables *tables) in ni_find_device_routes() 108 tables->route_values = rv; in ni_find_device_routes() 109 tables->valid_routes = dr; in ni_find_device_routes() 123 * @tables: Pointer to assigned routing information. 137 struct ni_route_tables *tables) in ni_assign_device_routes() 139 memset(tables, 0, sizeof(struct ni_route_tables)); in ni_assign_device_routes() 141 tables); in ni_assign_device_routes() 147 * @tables: Routing tables fo 92 ni_find_device_routes(const char *device_family, const char *board_name, const char *alt_board_name, struct ni_route_tables *tables) ni_find_device_routes() argument 134 ni_assign_device_routes(const char *device_family, const char *board_name, const char *alt_board_name, struct ni_route_tables *tables) ni_assign_device_routes() argument 149 ni_count_valid_routes(const struct ni_route_tables *tables) ni_count_valid_routes() argument 193 ni_get_valid_routes(const struct ni_route_tables *tables, unsigned int n_pairs, unsigned int *pair_data) ni_get_valid_routes() argument 413 ni_lookup_route_register(int src, int dest, const struct ni_route_tables *tables) ni_lookup_route_register() argument 464 ni_route_to_register(const int src, const int dest, const struct ni_route_tables *tables) ni_route_to_register() argument 519 ni_find_route_source(const u8 src_sel_reg_value, int dest, const struct ni_route_tables *tables) ni_find_route_source() argument [all...] |
| /kernel/linux/linux-5.10/scripts/ |
| H A D | check-sysctl-docs | 95 # Stage 2: process each file and find all sysctl tables 107 match($0, /static struct ctl_path ([^][]+)/, tables) 108 curpath = tables[1] 113 match($0, /static struct ctl_table ([^][]+)/, tables) 114 curtable = tables[1] 150 match($0, /register_sysctl_table\(([^)]+)\)/, tables) 151 if (debug) print "Registering table " tables[1] 152 if (children[tables[1]][table]) { 153 for (entry in entries[children[tables[1]][table]]) { 160 match($0, /register_sysctl_paths\(([^)]+), ([^)]+)\)/, tables) [all...] |
| /kernel/linux/linux-5.10/tools/perf/util/scripting-engines/ |
| H A D | trace-event-python.c | 102 struct tables { struct 120 static struct tables tables_global; 981 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_evsel() local 989 call_object(tables->evsel_handler, t, "evsel_table"); in python_export_evsel() 999 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_machine() local 1008 call_object(tables in python_export_machine() 1018 struct tables *tables = container_of(dbe, struct tables, dbe); python_export_thread() local 1039 struct tables *tables = container_of(dbe, struct tables, dbe); python_export_comm() local 1060 struct tables *tables = container_of(dbe, struct tables, dbe); python_export_comm_thread() local 1079 struct tables *tables = container_of(dbe, struct tables, dbe); python_export_dso() local 1103 struct tables *tables = container_of(dbe, struct tables, dbe); python_export_symbol() local 1126 struct tables *tables = container_of(dbe, struct tables, dbe); python_export_branch_type() local 1144 struct tables *tables = container_of(dbe, struct tables, dbe); python_export_sample_table() local 1181 struct tables *tables = container_of(dbe, struct tables, dbe); python_export_synth() local 1198 struct tables *tables = container_of(dbe, struct tables, dbe); python_export_sample() local 1210 struct tables *tables = container_of(dbe, struct tables, dbe); python_export_call_path() local 1234 struct tables *tables = container_of(dbe, struct tables, dbe); python_export_call_return() local 1268 struct tables *tables = container_of(dbe, struct tables, dbe); python_export_context_switch() local 1338 struct tables *tables = &tables_global; python_process_event() local 1357 struct tables *tables = &tables_global; python_process_switch() local 1492 set_table_handlers(struct tables *tables) set_table_handlers() argument 1610 struct tables *tables = &tables_global; python_start_script() local 1693 struct tables *tables = &tables_global; python_stop_script() local [all...] |
| /kernel/linux/linux-6.6/tools/perf/util/scripting-engines/ |
| H A D | trace-event-python.c | 108 struct tables { struct 126 static struct tables tables_global; 1136 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_evsel() local 1144 call_object(tables->evsel_handler, t, "evsel_table"); in python_export_evsel() 1154 struct tables *tables = container_of(dbe, struct tables, dbe); in python_export_machine() local 1163 call_object(tables in python_export_machine() 1173 struct tables *tables = container_of(dbe, struct tables, dbe); python_export_thread() local 1194 struct tables *tables = container_of(dbe, struct tables, dbe); python_export_comm() local 1215 struct tables *tables = container_of(dbe, struct tables, dbe); python_export_comm_thread() local 1234 struct tables *tables = container_of(dbe, struct tables, dbe); python_export_dso() local 1258 struct tables *tables = container_of(dbe, struct tables, dbe); python_export_symbol() local 1281 struct tables *tables = container_of(dbe, struct tables, dbe); python_export_branch_type() local 1299 struct tables *tables = container_of(dbe, struct tables, dbe); python_export_sample_table() local 1337 struct tables *tables = container_of(dbe, struct tables, dbe); python_export_synth() local 1354 struct tables *tables = container_of(dbe, struct tables, dbe); python_export_sample() local 1366 struct tables *tables = container_of(dbe, struct tables, dbe); python_export_call_path() local 1390 struct tables *tables = container_of(dbe, struct tables, dbe); python_export_call_return() local 1424 struct tables *tables = container_of(dbe, struct tables, dbe); python_export_context_switch() local 1496 struct tables *tables = &tables_global; python_process_event() local 1588 struct tables *tables = &tables_global; python_process_switch() local 1785 set_table_handlers(struct tables *tables) set_table_handlers() argument 1904 struct tables *tables = &tables_global; python_start_script() local 1988 struct tables *tables = &tables_global; python_stop_script() local [all...] |
| /kernel/linux/linux-6.6/drivers/staging/media/sunxi/sun6i-isp/ |
| H A D | sun6i_isp.c | 30 u32 *data = (u32 *)(isp_dev->tables.load.data + offset); in sun6i_isp_load_read() 38 u32 *data = (u32 *)(isp_dev->tables.load.data + offset); in sun6i_isp_load_write() 117 SUN6I_ISP_ADDR_VALUE(isp_dev->tables.load.address)); in sun6i_isp_tables_configure() 120 SUN6I_ISP_ADDR_VALUE(isp_dev->tables.save.address)); in sun6i_isp_tables_configure() 123 SUN6I_ISP_ADDR_VALUE(isp_dev->tables.lut.address)); in sun6i_isp_tables_configure() 126 SUN6I_ISP_ADDR_VALUE(isp_dev->tables.drc.address)); in sun6i_isp_tables_configure() 129 SUN6I_ISP_ADDR_VALUE(isp_dev->tables.stats.address)); in sun6i_isp_tables_configure() 135 struct sun6i_isp_tables *tables = &isp_dev->tables; in sun6i_isp_tables_setup() local 138 tables in sun6i_isp_tables_setup() 168 struct sun6i_isp_tables *tables = &isp_dev->tables; sun6i_isp_tables_cleanup() local [all...] |
| /kernel/linux/linux-5.10/drivers/acpi/acpica/ |
| H A D | tbdata.c | 33 * RETURN: TRUE if both tables are identical. 50 acpi_tb_acquire_table(&acpi_gbl_root_table_list.tables[table_index], in acpi_tb_compare_tables() 113 * DESCRIPTION: Acquire an ACPI table. It can be used for tables not 384 * DESCRIPTION: Avoid installing duplicated tables. However table override and 402 /* Do not compare with unverified tables */ in acpi_tb_check_duplication() 405 (acpi_gbl_root_table_list.tables[i]. in acpi_tb_check_duplication() 423 * The assumption here is that the number of different tables that in acpi_tb_check_duplication() 428 * machines with many table load/unload operations), tables will in acpi_tb_check_duplication() 432 if (acpi_gbl_root_table_list.tables[i].flags & in acpi_tb_check_duplication() 560 struct acpi_table_desc *tables; in acpi_tb_resize_root_table_list() local [all...] |
| H A D | tbfind.c | 67 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()
|
| H A D | tbxface.c | 92 acpi_gbl_root_table_list.tables = initial_table_array; in acpi_initialize_tables() 142 * If there are tables unverified, it is required to reallocate the in ACPI_EXPORT_SYMBOL_INIT() 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[ in ACPI_EXPORT_SYMBOL() [all...] |
| /kernel/linux/linux-6.6/drivers/acpi/acpica/ |
| H A D | tbdata.c | 33 * RETURN: TRUE if both tables are identical. 50 acpi_tb_acquire_table(&acpi_gbl_root_table_list.tables[table_index], in acpi_tb_compare_tables() 93 * tables, since the table is not fully mapped at this time. in acpi_tb_init_table_descriptor() 126 * DESCRIPTION: Acquire an ACPI table. It can be used for tables not 412 * DESCRIPTION: Avoid installing duplicated tables. However table override and 430 /* Do not compare with unverified tables */ in acpi_tb_check_duplication() 433 (acpi_gbl_root_table_list.tables[i]. in acpi_tb_check_duplication() 451 * The assumption here is that the number of different tables that in acpi_tb_check_duplication() 456 * machines with many table load/unload operations), tables will in acpi_tb_check_duplication() 460 if (acpi_gbl_root_table_list.tables[ in acpi_tb_check_duplication() 588 struct acpi_table_desc *tables; acpi_tb_resize_root_table_list() local [all...] |
| H A D | tbfind.c | 67 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()
|
| H A D | tbxface.c | 92 acpi_gbl_root_table_list.tables = initial_table_array; in acpi_initialize_tables() 142 * If there are tables unverified, it is required to reallocate the in ACPI_EXPORT_SYMBOL_INIT() 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[ in ACPI_EXPORT_SYMBOL() [all...] |
| /kernel/linux/linux-5.10/security/apparmor/ |
| H A D | match.c | 123 /* if table was vmalloced make sure the page tables are synced in unpack_table() 138 * verify_table_headers - verify that the tables headers are as expected 139 * @tables - array of dfa tables to check (NOT NULL) 147 static int verify_table_headers(struct table_header **tables, int flags) in verify_table_headers() argument 152 /* check that required tables exist */ in verify_table_headers() 153 if (!(tables[YYTD_ID_DEF] && tables[YYTD_ID_BASE] && in verify_table_headers() 154 tables[YYTD_ID_NXT] && tables[YYTD_ID_CH in verify_table_headers() [all...] |
| /kernel/linux/linux-6.6/security/apparmor/ |
| H A D | match.c | 123 /* if table was vmalloced make sure the page tables are synced in unpack_table() 138 * verify_table_headers - verify that the tables headers are as expected 139 * @tables - array of dfa tables to check (NOT NULL) 147 static int verify_table_headers(struct table_header **tables, int flags) in verify_table_headers() argument 152 /* check that required tables exist */ in verify_table_headers() 153 if (!(tables[YYTD_ID_DEF] && tables[YYTD_ID_BASE] && in verify_table_headers() 154 tables[YYTD_ID_NXT] && tables[YYTD_ID_CH in verify_table_headers() [all...] |
| /kernel/linux/linux-5.10/security/apparmor/include/ |
| H A D | match.h | 21 * The format used for transition tables is based on the GNU flex table 22 * file format (--tables-file option; see Table File Format in the flex 25 * new tables have been defined and others YY_ID_CHK (check) and YY_ID_DEF 26 * (default) tables are used slightly differently (see the apparmor-parser 30 * The data in the packed dfa is stored in network byte order, and the tables 35 * tables. 73 /* ACCEPT & ACCEPT2 tables gets 6 dedicated flags, YYTD_DATAX define the 90 #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_NX 102 struct table_header *tables[YYTD_ID_TSIZE]; global() member [all...] |
| /kernel/linux/linux-6.6/security/apparmor/include/ |
| H A D | match.h | 21 * The format used for transition tables is based on the GNU flex table 22 * file format (--tables-file option; see Table File Format in the flex 25 * new tables have been defined and others YY_ID_CHK (check) and YY_ID_DEF 26 * (default) tables are used slightly differently (see the apparmor-parser 30 * The data in the packed dfa is stored in network byte order, and the tables 35 * tables. 73 /* ACCEPT & ACCEPT2 tables gets 6 dedicated flags, YYTD_DATAX define the 90 #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_NX 102 struct table_header *tables[YYTD_ID_TSIZE]; global() member [all...] |
| /kernel/linux/linux-5.10/net/ipv4/ |
| H A D | udp_tunnel_nic.c | 35 * @n_tables: number of tables under @entries 36 * @missed: bitmap of tables which overflown 37 * @entries: table of tables of ports currently offloaded 136 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() 270 for (j = 0; j < info->tables[i].n_entries; j++) { in udp_tunnel_nic_device_sync_by_table() 339 if (udp_tunnel_nic_table_is_capable(&info->tables[ in udp_tunnel_nic_is_capable() [all...] |
| /kernel/linux/linux-6.6/net/ipv4/ |
| H A D | udp_tunnel_nic.c | 35 * @n_tables: number of tables under @entries 36 * @missed: bitmap of tables which overflown 37 * @entries: table of tables of ports currently offloaded 136 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() 270 for (j = 0; j < info->tables[i].n_entries; j++) { in udp_tunnel_nic_device_sync_by_table() 339 if (udp_tunnel_nic_table_is_capable(&info->tables[ in udp_tunnel_nic_is_capable() [all...] |
| /kernel/linux/linux-5.10/drivers/infiniband/hw/vmw_pvrdma/ |
| H A D | pvrdma_misc.c | 68 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()
|
| /kernel/linux/linux-6.6/drivers/infiniband/hw/vmw_pvrdma/ |
| H A D | pvrdma_misc.c | 68 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()
|
| /kernel/linux/linux-6.6/fs/unicode/ |
| H A D | utf8-core.c | 184 um->tables = symbol_request(utf8_data_table); in utf8_load() 185 if (!um->tables) in utf8_load() 190 um->ntab[UTF8_NFDI] = find_table_version(um->tables->utf8nfdidata, in utf8_load() 191 um->tables->utf8nfdidata_size, um->version); in utf8_load() 194 um->ntab[UTF8_NFDICF] = find_table_version(um->tables->utf8nfdicfdata, in utf8_load() 195 um->tables->utf8nfdicfdata_size, um->version); in utf8_load() 201 symbol_put(um->tables); in utf8_load()
|
| /kernel/linux/linux-6.6/scripts/ |
| H A D | check-sysctl-docs | 95 # Stage 2: process each file and find all sysctl tables 107 match($0, /static struct ctl_path ([^][]+)/, tables) 108 curpath = tables[1] 113 match($0, /static struct ctl_table ([^][]+)/, tables) 114 curtable = tables[1]
|