Home
last modified time | relevance | path

Searched refs:t (Results 501 – 525 of 8449) sorted by relevance

1...<<21222324252627282930>>...338

/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_filter.c469 next_ftid = find_next_bit(t->hpftid_bmap, t->nhpftids, idx); in cxgb4_filter_prio_in_range()
475 next_ftid = find_first_bit(t->ftid_bmap, t->nftids); in cxgb4_filter_prio_in_range()
493 idx -= t->nhpftids; in cxgb4_filter_prio_in_range()
508 prev_ftid = find_last_bit(t->hpftid_bmap, t->nhpftids); in cxgb4_filter_prio_in_range()
521 next_ftid = find_next_bit(t->ftid_bmap, t->nftids, idx); in cxgb4_filter_prio_in_range()
600 ftid = (tc_prio <= t->nhpftids) ? 0 : t->nhpftids; in cxgb4_get_free_ftid()
601 max_ftid = t->nftids + t->nhpftids; in cxgb4_get_free_ftid()
615 ftid = t->nhpftids; in cxgb4_get_free_ftid()
625 ftid = find_last_bit(t->hpftid_bmap, t->nhpftids); in cxgb4_get_free_ftid()
635 ftid = find_first_bit(t->ftid_bmap, t->nftids); in cxgb4_get_free_ftid()
[all …]
/openbmc/linux/drivers/clk/imx/
H A Dclk-pll14xx.c178 t->mdiv = mdiv; in imx_pll14xx_calc_settings()
179 t->pdiv = pdiv; in imx_pll14xx_calc_settings()
180 t->sdiv = sdiv; in imx_pll14xx_calc_settings()
181 t->kdiv = kdiv; in imx_pll14xx_calc_settings()
200 t->mdiv = mdiv; in imx_pll14xx_calc_settings()
201 t->pdiv = pdiv; in imx_pll14xx_calc_settings()
202 t->sdiv = sdiv; in imx_pll14xx_calc_settings()
203 t->kdiv = kdiv; in imx_pll14xx_calc_settings()
212 clk_hw_get_name(&pll->hw), prate, rate, t->rate, t->pdiv, t->sdiv, in imx_pll14xx_calc_settings()
213 t->mdiv, t->kdiv); in imx_pll14xx_calc_settings()
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D314.out5 Formatting 'TEST_DIR/t.IMGFMT', fmt=raw size=50331648
10 Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=50331648
11 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=50331648 backing_file=TEST_DIR/t.IMGFMT.base backin…
26 Formatting 'TEST_DIR/t.IMGFMT.base', fmt=raw size=25165824
27 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=50331648 backing_file=TEST_DIR/t.IMGFMT.base backin…
42 Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=50331648
43 Formatting 'TEST_DIR/t.IMGFMT.itmd', fmt=IMGFMT size=50331648 backing_file=TEST_DIR/t.IMGFMT.base b…
44 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=50331648 backing_file=TEST_DIR/t.IMGFMT.itmd backin…
63 Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=65536
64 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=65536 backing_file=TEST_DIR/t.IMGFMT.base backing_f…
H A D125.out3 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=off
11 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2048000 preallocation=off
770 Formatting 'TEST_DIR/t.IMGFMT.base', fmt=raw size=131072
772 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=31744 backing_file=TEST_DIR/t.IMGFMT.base backing_f…
776 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=31744 backing_file=TEST_DIR/t.IMGFMT.base backing_f…
780 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=31744 backing_file=TEST_DIR/t.IMGFMT.base backing_f…
784 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=31744 backing_file=TEST_DIR/t.IMGFMT.base backing_f…
788 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=33792 backing_file=TEST_DIR/t.IMGFMT.base backing_f…
792 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=33792 backing_file=TEST_DIR/t.IMGFMT.base backing_f…
796 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=33792 backing_file=TEST_DIR/t.IMGFMT.base backing_f…
[all …]
H A D095.out2 Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=5242880
3 Formatting 'TEST_DIR/t.IMGFMT.snp1', fmt=IMGFMT size=104857600 backing_file=TEST_DIR/t.IMGFMT.base …
4 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=104857600 backing_file=TEST_DIR/t.IMGFMT.snp1 backi…
7 image: TEST_DIR/t.IMGFMT.base
17 'top': 'TEST_DIR/t.IMGFMT.snp1' } }
28 image: TEST_DIR/t.IMGFMT.base
/openbmc/linux/drivers/spi/
H A Dspi-oc-tiny.c67 struct spi_transfer *t) in tiny_spi_setup_transfer() argument
72 if (t) { in tiny_spi_setup_transfer()
73 if (t->speed_hz && t->speed_hz != hw->speed_hz) in tiny_spi_setup_transfer()
110 const u8 *txp = t->tx_buf; in tiny_spi_txrx_bufs()
111 u8 *rxp = t->rx_buf; in tiny_spi_txrx_bufs()
116 hw->len = t->len; in tiny_spi_txrx_bufs()
117 hw->txp = t->tx_buf; in tiny_spi_txrx_bufs()
118 hw->rxp = t->rx_buf; in tiny_spi_txrx_bufs()
123 if (t->len > 1) { in tiny_spi_txrx_bufs()
142 for (i = 1; i < t->len; i++) { in tiny_spi_txrx_bufs()
[all …]
H A Dspi-sprd.c173 struct spi_transfer *t) in sprd_spi_transfer_max_timeout() argument
549 return t->len; in sprd_spi_dma_tx_config()
625 (t->len - t->len % ss->dma.fragmens_len) : in sprd_spi_dma_txrx_bufs()
626 t->len; in sprd_spi_dma_txrx_bufs()
722 ss->len = t->len; in sprd_spi_setup_transfer()
723 ss->tx_buf = t->tx_buf; in sprd_spi_setup_transfer()
724 ss->rx_buf = t->rx_buf; in sprd_spi_setup_transfer()
742 ss->trans_len = t->len; in sprd_spi_setup_transfer()
769 if (t->tx_buf) in sprd_spi_setup_transfer()
771 if (t->rx_buf) in sprd_spi_setup_transfer()
[all …]
/openbmc/webui-vue/src/views/HardwareStatus/Inventory/
H A DInventoryTableFans.vue2 <page-section :section-title="$t('pageInventory.fans')">
29 :empty-text="$t('global.table.emptyMessage')"
30 :empty-filtered-text="$t('global.table.emptySearchMessage')"
66 <dt>{{ $t('pageInventory.table.id') }}:</dt>
81 <dt>{{ $t('pageInventory.table.fanSpeed') }}:</dt>
84 {{ $t('unit.RPM') }}
135 $t: useI18n().t,
146 label: i18n.global.t('pageInventory.table.name'),
152 label: i18n.global.t('pageInventory.table.health'),
159 label: i18n.global.t('pageInventory.table.state'),
[all …]
/openbmc/linux/drivers/md/
H A Ddm-kcopyd.c128 if (unlikely(!t)) in io_job_start()
141 t->last_jiffies = now; in io_job_start()
142 if (t->num_io_jobs) in io_job_start()
149 if (unlikely(t->io_period > t->total_period)) in io_job_start()
150 t->io_period = t->total_period; in io_job_start()
159 skew = t->io_period - throttle * t->total_period / 100; in io_job_start()
169 t->num_io_jobs++; in io_job_start()
178 if (unlikely(!t)) in io_job_finish()
183 t->num_io_jobs--; in io_job_finish()
201 if (unlikely(t->io_period > t->total_period)) in io_job_finish()
[all …]
/openbmc/linux/drivers/message/fusion/lsi/
H A Dmpi_targ.h587 #define SET_IO_INDEX(t, i) \ argument
588 ((t) = ((t) & ~TARGET_MODE_REPLY_IO_INDEX_MASK) | \
595 #define SET_INITIATOR_INDEX(t, ii) \ argument
596 ((t) = ((t) & ~TARGET_MODE_REPLY_INITIATOR_INDEX_MASK) | \
603 #define SET_ALIAS(t, a) ((t) = ((t) & ~TARGET_MODE_REPLY_ALIAS_MASK) | \ argument
610 #define SET_PORT(t, p) ((t) = ((t) & ~TARGET_MODE_REPLY_PORT_MASK) | \ argument
627 #define SET_HOST_INDEX_0100(t, hi) \ argument
628 ((t) = ((t) & ~TARGET_MODE_REPLY_0100_MASK_HOST_INDEX) | \
635 #define SET_IOC_INDEX_0100(t, ii) \ argument
636 ((t) = ((t) & ~TARGET_MODE_REPLY_0100_MASK_IOC_INDEX) | \
[all …]
/openbmc/linux/tools/testing/selftests/ftrace/test.d/direct/
H A Dftrace-direct.tc46 for t in `cat available_tracers`; do
47 if [ "$t" != "nop" ]; then
48 test_tracer $t
61 for t in `cat available_tracers`; do
62 if [ "$t" != "nop" ]; then
63 test_tracer $t
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dmac80211_if.c317 for (t = wl->timers; t; t = next) { in brcms_free()
322 kfree(t); in brcms_free()
1476 t->fn(t->arg); in _brcms_timer()
1497 if (!t) in brcms_init_timer()
1501 t->wl = wl; in brcms_init_timer()
1502 t->fn = fn; in brcms_init_timer()
1511 return t; in brcms_init_timer()
1525 if (t->set) in brcms_add_timer()
1530 t->ms = ms; in brcms_add_timer()
1574 kfree(t); in brcms_free_timer()
[all …]
/openbmc/linux/arch/um/kernel/
H A Dreboot.c26 struct task_struct *t; in kill_off_processes() local
28 t = find_lock_task_mm(p); in kill_off_processes()
29 if (!t) in kill_off_processes()
31 pid = t->mm->context.id.u.pid; in kill_off_processes()
32 task_unlock(t); in kill_off_processes()
/openbmc/bmcweb/redfish-core/include/utils/
H A Dstl_utils.hpp33 void removeDuplicate(T& t) in removeDuplicate() argument
35 t.erase(firstDuplicate(t.begin(), t.end()), t.end()); in removeDuplicate()
/openbmc/linux/tools/perf/tests/
H A Dis_printable_array.c16 } t[] = { in test__is_printable_array() local
27 for (i = 0; i < ARRAY_SIZE(t); i++) { in test__is_printable_array()
30 ret = is_printable_array((char *) t[i].buf, t[i].len); in test__is_printable_array()
31 if (ret != t[i].ret) { in test__is_printable_array()
/openbmc/u-boot/post/drivers/
H A Drtc.c61 time_t t = rtc_mktime(tm) + sec; in rtc_post_restore() local
64 rtc_to_tm(t, &ntm); in rtc_post_restore()
117 time_t t; in rtc_post_test() local
126 t = rtc_mktime(&tm); in rtc_post_test()
127 rtc_to_tm(t, &tm); in rtc_post_test()
148 time_t t; in rtc_post_test() local
157 t = rtc_mktime(&tm); in rtc_post_test()
159 rtc_to_tm(t, &tm); in rtc_post_test()
/openbmc/u-boot/arch/nds32/include/asm/
H A Dsetup.h150 #define tag_next(t) ((struct tag *)((u32 *)(t) + (t)->hdr.size)) argument
153 #define for_each_tag(t, base) \ argument
154 for (t = base; t->hdr.size; t = tag_next(t))
/openbmc/qemu/bsd-user/riscv/
H A Dtarget_arch_reg.h29 uint64_t t[7]; /* temporaries */ member
53 regs->t[0] = tswapreg(env->gpr[5]); in target_copy_regs()
54 regs->t[1] = tswapreg(env->gpr[6]); in target_copy_regs()
55 regs->t[2] = tswapreg(env->gpr[7]); in target_copy_regs()
56 regs->t[3] = tswapreg(env->gpr[28]); in target_copy_regs()
57 regs->t[4] = tswapreg(env->gpr[29]); in target_copy_regs()
58 regs->t[5] = tswapreg(env->gpr[30]); in target_copy_regs()
59 regs->t[6] = tswapreg(env->gpr[31]); in target_copy_regs()
/openbmc/qemu/tcg/
H A Dtcg-internal.h58 static inline TCGv_i32 TCGV_LOW(TCGv_i64 t) in TCGV_LOW() argument
60 return temp_tcgv_i32(tcgv_i64_temp(t) + HOST_BIG_ENDIAN); in TCGV_LOW()
62 static inline TCGv_i32 TCGV_HIGH(TCGv_i64 t) in TCGV_HIGH() argument
64 return temp_tcgv_i32(tcgv_i64_temp(t) + !HOST_BIG_ENDIAN); in TCGV_HIGH()
71 static inline TCGv_i64 TCGV128_LOW(TCGv_i128 t) in TCGV128_LOW() argument
75 return temp_tcgv_i64(tcgv_i128_temp(t) + o); in TCGV128_LOW()
78 static inline TCGv_i64 TCGV128_HIGH(TCGv_i128 t) in TCGV128_HIGH() argument
81 return temp_tcgv_i64(tcgv_i128_temp(t) + o); in TCGV128_HIGH()
/openbmc/openbmc/poky/meta/recipes-extended/at/at/
H A Dposixtm.c201 time_t t; in posixtime() local
208 t = mktime (&tm1); in posixtime()
210 if (t != (time_t) -1) in posixtime()
216 tm = localtime (&t); in posixtime()
230 *p = t; in posixtime()
307 time_t t; in main() local
313 if (posixtime (&t, time_str, syntax_bits)) in main()
314 printf ("%12ld %s", (long int) t, ctime (&t)); in main()
/openbmc/linux/arch/m68k/mvme147/
H A Dconfig.c173 int mvme147_hwclk(int op, struct rtc_time *t) in mvme147_hwclk() argument
177 t->tm_year = bcd2int (m147_rtc->bcd_year); in mvme147_hwclk()
178 t->tm_mon = bcd2int(m147_rtc->bcd_mth) - 1; in mvme147_hwclk()
179 t->tm_mday = bcd2int (m147_rtc->bcd_dom); in mvme147_hwclk()
180 t->tm_hour = bcd2int (m147_rtc->bcd_hr); in mvme147_hwclk()
181 t->tm_min = bcd2int (m147_rtc->bcd_min); in mvme147_hwclk()
182 t->tm_sec = bcd2int (m147_rtc->bcd_sec); in mvme147_hwclk()
184 if (t->tm_year < 70) in mvme147_hwclk()
185 t->tm_year += 100; in mvme147_hwclk()
/openbmc/linux/tools/perf/bench/
H A Dnuma.c540 int t; in parse_setup_cpu_list() local
548 t = 0; in parse_setup_cpu_list()
935 for (t = 0; t < g->p.nr_threads; t++) { in count_process_nodes()
974 for (t = 0; t < g->p.nr_threads; t++) { in count_node_processes()
1048 for (t = 0; t < g->p.nr_tasks; t++) { in calc_convergence()
1381 for (t = 0; t < g->p.nr_threads; t++) { in worker_process()
1397 for (t = 0; t < g->p.nr_threads; t++) { in worker_process()
1433 for (t = 0; t < g->p.nr_tasks; t++) { in init_thread_data()
1456 for (t = 0; t < g->p.nr_tasks; t++) { in deinit_thread_data()
1661 for (t = 0; t < g->p.nr_tasks; t++) { in __bench_numa()
[all …]
/openbmc/linux/drivers/base/regmap/
H A Dregmap-spi.c18 struct spi_transfer t[2]; member
43 struct spi_transfer t[2] = { { .tx_buf = reg, .len = reg_len, }, in regmap_spi_gather_write() local
47 spi_message_add_tail(&t[0], &m); in regmap_spi_gather_write()
48 spi_message_add_tail(&t[1], &m); in regmap_spi_gather_write()
64 async->t[0].tx_buf = reg; in regmap_spi_async_write()
65 async->t[0].len = reg_len; in regmap_spi_async_write()
66 async->t[1].tx_buf = val; in regmap_spi_async_write()
67 async->t[1].len = val_len; in regmap_spi_async_write()
70 spi_message_add_tail(&async->t[0], &async->m); in regmap_spi_async_write()
72 spi_message_add_tail(&async->t[1], &async->m); in regmap_spi_async_write()
/openbmc/u-boot/doc/
H A DREADME.440-DDR-performance41 ttcp-t: socket
42 ttcp-t: connect
43 ttcp-t: buflen=8192, nbuf=2048, align=16384/0, port=5000 tcp ->
45 ttcp-t: 16777216 bytes in 0.28 real seconds = 454.29 Mbit/sec +++
46 ttcp-t: 2048 I/O calls, msec/call = 0.14, calls/sec = 7268.57
47 ttcp-t: 0.0user 0.1sys 0:00real 60% 0i+0d 0maxrss 0+2pf 3+1506csw
81 ttcp-t: socket
82 ttcp-t: connect
83 ttcp-t: buflen=8192, nbuf=2048, align=16384/0, port=5000 tcp ->
86 ttcp-t: 2048 I/O calls, msec/call = 0.08, calls/sec = 12864.89
[all …]
/openbmc/webui-vue/src/views/SecurityAndAccess/Certificates/
H A DModalUploadCertificate.vue5 {{ $t('pageCertificates.replaceCertificate') }}
8 {{ $t('pageCertificates.addNewCertificate') }}
15 <dt>{{ $t('pageCertificates.modal.certificateType') }}</dt>
23 :label="$t('pageCertificates.modal.certificateType')"
36 {{ $t('global.form.fieldRequired') }}
42 <b-form-group :label="$t('pageCertificates.modal.certificateFile')">
51 {{ $t('global.form.required') }}
59 {{ $t('global.action.replace') }}
62 {{ $t('global.action.add') }}
66 {{ $t('global.action.cancel') }}
[all …]

1...<<21222324252627282930>>...338