Home
last modified time | relevance | path

Searched refs:table (Results 26 – 50 of 3331) sorted by relevance

12345678910>>...134

/openbmc/webui-vue/docs/guide/components/table/
H A Dindex.md4 [BoostrapVue table component](https://bootstrap-vue.org/docs/components/table).
9 ## Basic table
27 ![Basic table example](./table.png)
33 <b-table
90 <b-table
177 </b-table>
252 <b-table
308 <b-table
328 </b-table>
494 <b-table
[all …]
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dvegam_smumgr.c464 table->Smio[level] |= in vegam_populate_smc_mvdd_table()
1208 table->VceBootLevel = 0; in vegam_populate_smc_vce_level()
1321 table->UvdBootLevel = 0; in vegam_populate_smc_uvd_level()
1940 table->SystemFlags = 0; in vegam_init_smc_table()
2029 table->MemoryInterval = 1; in vegam_init_smc_table()
2037 table->PCIeBootLinkLevel = in vegam_init_smc_table()
2040 table->VRConfig = 0; in vegam_init_smc_table()
2046 table->ThermGpio = 17; in vegam_init_smc_table()
2053 table->VRHotLevel = in vegam_init_smc_table()
2111 table->Ulv.BifSclkDfs = in vegam_init_smc_table()
[all …]
H A Dpolaris10_smumgr.c680 table->Smio[level] |= in polaris10_populate_smc_mvdd_table()
1379 table->VceBootLevel = 0; in polaris10_populate_smc_vce_level()
1429 table->SamuBootLevel = 0; in polaris10_populate_smc_samu_level()
1534 table->UvdBootLevel = 0; in polaris10_populate_smc_uvd_level()
1584 table->MemoryBootLevel = 0; in polaris10_populate_smc_boot_level()
1932 table->SystemFlags = 0; in polaris10_init_smc_table()
2026 table->MemoryInterval = 1; in polaris10_init_smc_table()
2032 table->VRConfig = 0; in polaris10_init_smc_table()
2038 table->ThermGpio = 17; in polaris10_init_smc_table()
2087 table->ThermOutGpio = 17; in polaris10_init_smc_table()
[all …]
H A Dci_smumgr.c1446 table->MemoryACPILevel.MinVddc = table->ACPILevel.MinVddc; in ci_populate_smc_acpi_level()
1447 table->MemoryACPILevel.MinVddcPhases = table->ACPILevel.MinVddcPhases; in ci_populate_smc_acpi_level()
1450 table->MemoryACPILevel.MinVddci = table->MemoryACPILevel.MinVddc; in ci_populate_smc_acpi_level()
2094 table->VddcVddciDelta = PP_HOST_TO_SMC_US(table->VddcVddciDelta); in ci_init_smc_table()
2098 table->BootVddc = PP_HOST_TO_SMC_US(table->BootVddc * VOLTAGE_SCALE); in ci_init_smc_table()
2099 table->BootVddci = PP_HOST_TO_SMC_US(table->BootVddci * VOLTAGE_SCALE); in ci_init_smc_table()
2100 table->BootMVdd = PP_HOST_TO_SMC_US(table->BootMVdd * VOLTAGE_SCALE); in ci_init_smc_table()
2589 for (i = 0, j = table->last; i < table->last; i++) { in ci_set_mc_special_registers()
2653 table->last = j; in ci_set_mc_special_registers()
2685 if (NULL == table) in ci_initialize_mc_reg_table()
[all …]
H A Dtonga_smumgr.c353 table->Smio[count] |= in tonga_populate_smc_vdd_ci_table()
380 table->Smio[count] |= in tonga_populate_smc_mvdd_table()
1321 table->UvdBootLevel = 0; in tonga_populate_smc_uvd_level()
1381 table->VceBootLevel = 0; in tonga_populate_smc_vce_level()
1426 table->AcpBootLevel = 0; in tonga_populate_smc_acp_level()
2358 table->ThermGpio = 17; in tonga_init_smc_table()
2423 table->Smio[i] = PP_HOST_TO_SMC_UL(table->Smio[i]); in tonga_init_smc_table()
2981 for (i = 0, j = table->last; i < table->last; i++) { in tonga_set_mc_special_registers()
3045 table->last = j; in tonga_set_mc_special_registers()
3077 if (table == NULL) in tonga_initialize_mc_reg_table()
[all …]
H A Diceland_smumgr.c1492 table->MemoryACPILevel.MinVddc = table->ACPILevel.MinVddc; in iceland_populate_smc_acpi_level()
1493 table->MemoryACPILevel.MinVddcPhases = table->ACPILevel.MinVddcPhases; in iceland_populate_smc_acpi_level()
1496 table->MemoryACPILevel.MinVddci = table->MemoryACPILevel.MinVddc; in iceland_populate_smc_acpi_level()
1679 table->BootVddci = table->BootVddc; in iceland_populate_smc_boot_level()
2052 table->BootVddc = PP_HOST_TO_SMC_US(table->BootVddc * VOLTAGE_SCALE); in iceland_init_smc_table()
2053 table->BootVddci = PP_HOST_TO_SMC_US(table->BootVddci * VOLTAGE_SCALE); in iceland_init_smc_table()
2054 table->BootMVdd = PP_HOST_TO_SMC_US(table->BootMVdd * VOLTAGE_SCALE); in iceland_init_smc_table()
2516 for (i = 0, j = table->last; i < table->last; i++) { in iceland_set_mc_special_registers()
2581 table->last = j; in iceland_set_mc_special_registers()
2612 if (NULL == table) in iceland_initialize_mc_reg_table()
[all …]
/openbmc/linux/drivers/net/ethernet/sfc/
H A Dmcdi_filters.c1026 if (table->mc_chaining && table->mc_promisc_last != table->mc_promisc) in efx_mcdi_filter_vlan_sync_rx_mode()
1313 table = kzalloc(sizeof(*table), GFP_KERNEL); in efx_mcdi_filter_table_probe()
1314 if (!table) in efx_mcdi_filter_table_probe()
1355 kfree(table); in efx_mcdi_filter_table_probe()
1363 if (table) { in efx_mcdi_filter_table_reset_mc_allocations()
1387 if (!table || !table->must_restore_filters) in efx_mcdi_filter_table_restore()
1474 if (!table) in efx_mcdi_filter_table_down()
1517 if (!table) in efx_mcdi_filter_table_remove()
1678 if (!table) in efx_mcdi_filter_cleanup_vlans()
1745 if (!table) in efx_mcdi_filter_sync_rx_mode()
[all …]
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dmp.c28 u64 *table = get_spin_tbl_addr(); in update_os_arch_secondary_cores() local
33 table[i * WORDS_PER_SPIN_TABLE_ENTRY + in update_os_arch_secondary_cores()
36 table[i * WORDS_PER_SPIN_TABLE_ENTRY + in update_os_arch_secondary_cores()
79 u64 *table = get_spin_tbl_addr(); in fsl_layerscape_wake_seconday_cores() local
94 (unsigned long)table + in fsl_layerscape_wake_seconday_cores()
155 flush_dcache_range((unsigned long)table, (unsigned long)table + in fsl_layerscape_wake_seconday_cores()
188 u64 *table; in is_core_online() local
236 u64 *table; in cpu_status() local
240 table = (u64 *)get_spin_tbl_addr(); in cpu_status()
241 printf("table base @ 0x%p\n", table); in cpu_status()
[all …]
/openbmc/linux/drivers/infiniband/hw/mthca/
H A Dmthca_memfree.c244 mthca_free_icm(dev, table->icm[i], table->coherent); in mthca_table_get()
271 mthca_free_icm(dev, table->icm[i], table->coherent); in mthca_table_put()
290 idx = (obj & (table->num_obj - 1)) * table->obj_size; in mthca_table_find()
370 table = kmalloc(struct_size(table, icm, num_icm), GFP_KERNEL); in mthca_alloc_icm_table()
371 if (!table) in mthca_alloc_icm_table()
397 mthca_free_icm(dev, table->icm[i], table->coherent); in mthca_alloc_icm_table()
409 return table; in mthca_alloc_icm_table()
416 mthca_free_icm(dev, table->icm[i], table->coherent); in mthca_alloc_icm_table()
419 kfree(table); in mthca_alloc_icm_table()
433 mthca_free_icm(dev, table->icm[i], table->coherent); in mthca_free_icm_table()
[all …]
/openbmc/linux/scripts/
H A Dkallsyms.c242 table[pos] = table[i]; in shrink_table()
245 free(table[i]); in shrink_table()
279 table = realloc(table, sizeof(*table) * table_size); in read_map()
280 if (!table) { in read_map()
383 qsort(table, table_cnt, sizeof(table[0]), compare_names); in sort_symbols_by_name()
422 table[i]->seq = i; in write_src()
461 expand_symbol(table[i]->sym, table[i]->len, buf); in write_src()
518 table[i]->addr); in write_src()
577 learn_symbol(table[i]->sym, table[i]->len); in build_initial_token_table()
602 p1 = table[i]->sym; in compress_symbols()
[all …]
/openbmc/linux/net/devlink/
H A Ddpipe.c97 if (table->table_ops->matches_dump(table->priv, skb)) in devlink_dpipe_matches_put()
145 if (table->table_ops->actions_dump(table->priv, skb)) in devlink_dpipe_actions_put()
162 table_size = table->table_ops->size_get(table->priv); in devlink_dpipe_table_put()
547 err = table->table_ops->entries_dump(table->priv, in devlink_dpipe_entries_fill()
578 if (!table) in devlink_nl_cmd_dpipe_entries_get()
734 if (!table) in devlink_dpipe_table_counters_set()
824 if (table) in devlink_dpipe_table_counter_enabled()
856 table = kzalloc(sizeof(*table), GFP_KERNEL); in devl_dpipe_table_register()
857 if (!table) in devl_dpipe_table_register()
886 if (!table) in devl_dpipe_table_unregister()
[all …]
/openbmc/linux/Documentation/mm/
H A Dsplit_page_table_lock.rst2 Split page table lock
8 scalability, split page table lock was introduced.
10 With split page table lock we have separate per-table lock to serialize
18 pointer to its PTE table lock, or returns NULL if no PTE table;
21 lock (not taken), or returns NULL if no PTE table;
25 unmaps PTE table;
27 unlocks and unmaps PTE table;
34 returns pointer to PMD table lock;
43 Hugetlb and split page table lock
55 returns pointer to table lock;
[all …]
/openbmc/linux/drivers/gpu/drm/radeon/
H A Drv730_dpm.c227 RV770_SMC_STATETABLE *table) in rv730_populate_smc_acpi_state() argument
239 table->ACPIState = table->initialState; in rv730_populate_smc_acpi_state()
244 &table->ACPIState.levels[0].vddc); in rv730_populate_smc_acpi_state()
247 table->ACPIState.levels[0].gen2XSP = in rv730_populate_smc_acpi_state()
251 &table->ACPIState.levels[0].vddc); in rv730_populate_smc_acpi_state()
310 table->ACPIState.levels[1] = table->ACPIState.levels[0]; in rv730_populate_smc_acpi_state()
311 table->ACPIState.levels[2] = table->ACPIState.levels[0]; in rv730_populate_smc_acpi_state()
318 RV770_SMC_STATETABLE *table) in rv730_populate_smc_initial_state() argument
358 table->initialState.levels[0].seqValue = in rv730_populate_smc_initial_state()
382 table->initialState.levels[1] = table->initialState.levels[0]; in rv730_populate_smc_initial_state()
[all …]
/openbmc/linux/include/linux/
H A Dsysctl.h68 int proc_dobool(struct ctl_table *table, int write, void *buffer,
78 int proc_dointvec_ms_jiffies_minmax(struct ctl_table *table, int write,
88 int proc_do_static_key(struct ctl_table *table, int write, void *buffer,
217 #define register_sysctl(path, table) \ argument
218 register_sysctl_sz(path, table, ARRAY_SIZE(table))
231 const char *path, struct ctl_table *table, size_t table_size);
234 void unregister_sysctl_table(struct ctl_table_header * table);
239 #define register_sysctl_init(path, table) \ argument
240 __register_sysctl_init(path, table, #table, ARRAY_SIZE(table))
245 int do_proc_douintvec(struct ctl_table *table, int write,
[all …]
/openbmc/linux/io_uring/
H A Dfiletable.h8 bool io_alloc_file_tables(struct io_file_table *table, unsigned nr_files);
9 void io_free_file_tables(struct io_file_table *table);
24 WARN_ON_ONCE(!test_bit(bit, table->bitmap)); in io_file_bitmap_clear()
25 __clear_bit(bit, table->bitmap); in io_file_bitmap_clear()
26 table->alloc_hint = bit; in io_file_bitmap_clear()
31 WARN_ON_ONCE(test_bit(bit, table->bitmap)); in io_file_bitmap_set()
32 __set_bit(bit, table->bitmap); in io_file_bitmap_set()
33 table->alloc_hint = bit + 1; in io_file_bitmap_set()
37 io_fixed_file_slot(struct io_file_table *table, unsigned i) in io_fixed_file_slot() argument
39 return &table->files[i]; in io_fixed_file_slot()
[all …]
H A Dfiletable.c22 if (!table->bitmap) in io_file_bitmap_get()
26 ret = find_next_zero_bit(table->bitmap, nr, table->alloc_hint); in io_file_bitmap_get()
32 nr = table->alloc_hint; in io_file_bitmap_get()
41 table->files = kvcalloc(nr_files, sizeof(table->files[0]), in io_alloc_file_tables()
43 if (unlikely(!table->files)) in io_alloc_file_tables()
47 if (unlikely(!table->bitmap)) { in io_alloc_file_tables()
48 kvfree(table->files); in io_alloc_file_tables()
57 kvfree(table->files); in io_free_file_tables()
58 bitmap_free(table->bitmap); in io_free_file_tables()
59 table->files = NULL; in io_free_file_tables()
[all …]
/openbmc/linux/drivers/acpi/acpica/
H A Dtbxfload.c106 struct acpi_table_desc *table; in ACPI_EXPORT_SYMBOL_INIT() local
133 acpi_gbl_DSDT = table->pointer; in ACPI_EXPORT_SYMBOL_INIT()
170 table = &acpi_gbl_root_table_list.tables[i]; in ACPI_EXPORT_SYMBOL_INIT()
172 if (!table->address || in ACPI_EXPORT_SYMBOL_INIT()
191 table->signature.ascii, in ACPI_EXPORT_SYMBOL_INIT()
192 table->pointer->oem_table_id)); in ACPI_EXPORT_SYMBOL_INIT()
198 table->signature.ascii, in ACPI_EXPORT_SYMBOL_INIT()
199 table->pointer->oem_table_id)); in ACPI_EXPORT_SYMBOL_INIT()
250 table, FALSE, FALSE, in acpi_install_table()
316 if (!table) { in ACPI_EXPORT_SYMBOL_INIT()
[all …]
H A Dutcksum.c35 acpi_status acpi_ut_verify_checksum(struct acpi_table_header *table, u32 length) in acpi_ut_verify_checksum() argument
43 if (ACPI_COMPARE_NAMESEG(table->signature, ACPI_SIG_S3PT) || in acpi_ut_verify_checksum()
44 ACPI_COMPARE_NAMESEG(table->signature, ACPI_SIG_FACS)) { in acpi_ut_verify_checksum()
50 length = table->length; in acpi_ut_verify_checksum()
52 acpi_ut_generate_checksum(ACPI_CAST_PTR(u8, table), length, in acpi_ut_verify_checksum()
53 table->checksum); in acpi_ut_verify_checksum()
57 if (checksum != table->checksum) { in acpi_ut_verify_checksum()
61 table->signature, table->checksum, in acpi_ut_verify_checksum()
62 table->checksum - checksum)); in acpi_ut_verify_checksum()
129 u8 acpi_ut_generate_checksum(void *table, u32 length, u8 original_checksum) in acpi_ut_generate_checksum() argument
[all …]
/openbmc/linux/net/xfrm/
H A Dxfrm_sysctl.c46 struct ctl_table *table; in xfrm_sysctl_init() local
52 if (!table) in xfrm_sysctl_init()
54 table[0].data = &net->xfrm.sysctl_aevent_etime; in xfrm_sysctl_init()
55 table[1].data = &net->xfrm.sysctl_aevent_rseqth; in xfrm_sysctl_init()
56 table[2].data = &net->xfrm.sysctl_larval_drop; in xfrm_sysctl_init()
57 table[3].data = &net->xfrm.sysctl_acq_expires; in xfrm_sysctl_init()
61 table[0].procname = NULL; in xfrm_sysctl_init()
72 kfree(table); in xfrm_sysctl_init()
79 struct ctl_table *table; in xfrm_sysctl_fini() local
81 table = net->xfrm.sysctl_hdr->ctl_table_arg; in xfrm_sysctl_fini()
[all …]
/openbmc/linux/kernel/
H A Dsysctl.c265 return _proc_do_string(table->data, table->maxlen, write, buffer, lenp, in proc_dostring()
550 return __do_proc_dointvec(table->data, table, write, in do_proc_dointvec()
685 return __do_proc_douintvec(table->data, table, write, in do_proc_douintvec()
716 tmp = *table; in proc_dobool()
782 t = *table; in proc_taint()
980 if (table->extra1) { in proc_dou8vec_minmax()
985 if (table->extra2) { in proc_dou8vec_minmax()
991 tmp = *table; in proc_dou8vec_minmax()
1041 min = table->extra1; in __do_proc_doulongvec_minmax()
1042 max = table->extra2; in __do_proc_doulongvec_minmax()
[all …]
/openbmc/linux/drivers/dma-buf/heaps/
H A Dsystem_heap.c38 struct sg_table *table; member
87 struct sg_table *table; in system_heap_attach() local
94 if (IS_ERR(table)) { in system_heap_attach()
99 a->table = table; in system_heap_attach()
123 sg_free_table(a->table); in system_heap_detach()
124 kfree(a->table); in system_heap_detach()
132 struct sg_table *table = a->table; in system_heap_map_dma_buf() local
140 return table; in system_heap_map_dma_buf()
297 sg_free_table(table); in system_heap_dma_buf_release()
385 sg = table->sgl; in system_heap_allocate()
[all …]
/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A Dfarch.c1943 table = &state->table[EFX_FARCH_FILTER_TABLE_RX_IP]; in efx_farch_filter_push_rx_config()
2519 table->offset + table->step * ins_index); in efx_farch_filter_insert()
2604 table = &state->table[table_id]; in efx_farch_filter_remove_safe()
2633 table = &state->table[table_id]; in efx_farch_filter_get_safe()
2695 table = &state->table[table_id]; in efx_farch_filter_count_rx_used()
2723 table = &state->table[table_id]; in efx_farch_filter_get_rx_ids()
2754 table = &state->table[table_id]; in efx_farch_filter_table_restore()
2765 table->offset + table->step * filter_idx); in efx_farch_filter_table_restore()
2822 table = &state->table[table_id]; in efx_farch_filter_table_probe()
2871 table = &state->table[table_id]; in efx_farch_filter_update_rx_scatter()
[all …]
/openbmc/u-boot/arch/arm/mach-socfpga/
H A Dwrap_pinmux_config_s10.c13 const u32 **table, in sysmgr_pinmux_handoff_read() argument
29 *table = handoff_chunk; in sysmgr_pinmux_handoff_read()
34 void sysmgr_pinmux_table_sel(const u32 **table, unsigned int *table_len) in sysmgr_pinmux_table_sel() argument
36 sysmgr_pinmux_handoff_read((void *)S10_HANDOFF_MUX, table, in sysmgr_pinmux_table_sel()
40 void sysmgr_pinmux_table_ctrl(const u32 **table, unsigned int *table_len) in sysmgr_pinmux_table_ctrl() argument
42 sysmgr_pinmux_handoff_read((void *)S10_HANDOFF_IOCTL, table, in sysmgr_pinmux_table_ctrl()
46 void sysmgr_pinmux_table_fpga(const u32 **table, unsigned int *table_len) in sysmgr_pinmux_table_fpga() argument
48 sysmgr_pinmux_handoff_read((void *)S10_HANDOFF_FPGA, table, in sysmgr_pinmux_table_fpga()
52 void sysmgr_pinmux_table_delay(const u32 **table, unsigned int *table_len) in sysmgr_pinmux_table_delay() argument
54 sysmgr_pinmux_handoff_read((void *)S10_HANODFF_DELAY, table, in sysmgr_pinmux_table_delay()
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_config_table.c94 void *table; in execute() local
154 table = NULL; in execute()
158 table = sys_table->tables[i].table; in execute()
160 if (!table) { in execute()
164 if (table != &tables[0]) { in execute()
192 table = NULL; in execute()
197 table = sys_table->tables[i].table; in execute()
201 if (!table) { in execute()
236 table = NULL; in execute()
240 table = sys_table->tables[i].table; in execute()
[all …]
/openbmc/linux/net/unix/
H A Dsysctl_net_unix.c27 struct ctl_table *table; in unix_sysctl_register() local
30 table = unix_table; in unix_sysctl_register()
32 table = kmemdup(unix_table, sizeof(unix_table), GFP_KERNEL); in unix_sysctl_register()
33 if (!table) in unix_sysctl_register()
36 table[0].data = &net->unx.sysctl_max_dgram_qlen; in unix_sysctl_register()
39 net->unx.ctl = register_net_sysctl_sz(net, "net/unix", table, in unix_sysctl_register()
48 kfree(table); in unix_sysctl_register()
55 struct ctl_table *table; in unix_sysctl_unregister() local
57 table = net->unx.ctl->ctl_table_arg; in unix_sysctl_unregister()
60 kfree(table); in unix_sysctl_unregister()

12345678910>>...134