/openbmc/linux/drivers/gpu/drm/i915/gt/ |
H A D | selftest_migrate.c | 849 ktime_t t[5]; in __perf_clear_blt() local 853 for (pass = 0; pass < ARRAY_SIZE(t); pass++) { in __perf_clear_blt() 870 t[pass] = ktime_sub(t1, t0); in __perf_clear_blt() 875 sort(t, ARRAY_SIZE(t), sizeof(*t), wrap_ktime_compare, NULL); in __perf_clear_blt() 880 t[1] + 2 * t[2] + t[3]) >> 20); in __perf_clear_blt() 928 ktime_t t[5]; in __perf_copy_blt() local 932 for (pass = 0; pass < ARRAY_SIZE(t); pass++) { in __perf_copy_blt() 953 t[pass] = ktime_sub(t1, t0); in __perf_copy_blt() 958 sort(t, ARRAY_SIZE(t), sizeof(*t), wrap_ktime_compare, NULL); in __perf_copy_blt() 963 t[1] + 2 * t[2] + t[3]) >> 20); in __perf_copy_blt()
|
/openbmc/linux/fs/afs/ |
H A D | write.c | 76 unsigned t, to; in afs_write_begin() local 103 ASSERTCMP(f, <=, t); in afs_write_begin() 115 (to < f || from > t)) in afs_write_begin() 161 unsigned int t, to = from + copied; in afs_write_end() local 197 if (to > t) in afs_write_end() 198 t = to; in afs_write_end() 474 unsigned int f, t; in afs_extend_writeback() local 532 len += filler + t; in afs_extend_writeback() 533 filler = psize - t; in afs_extend_writeback() 1004 unsigned int f, t; in afs_launder_folio() local [all …]
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | stacktrace.c | 19 struct task_struct *t; in __save_stack_trace() local 32 t = tp->task; in __save_stack_trace() 62 ret_stack = ftrace_graph_get_ret_stack(t, in __save_stack_trace()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/fluentbit/fluentbit/ |
H A D | 0002-mbedtls-Remove-unused-variable.patch | 7 library/bignum.c:1395:29: error: variable 't' set but not used [-Werror,-Wunused-but-set-variable] 24 - mbedtls_mpi_uint c = 0, t = 0; 33 - t++;
|
/openbmc/linux/tools/perf/tests/shell/coresight/memcpy_thread/ |
H A D | memcpy_thread.c | 34 pthread_t t; in new_thr() local 38 pthread_create(&t, &attr, fn, arg); in new_thr() 39 return t; in new_thr()
|
/openbmc/linux/tools/scripts/ |
H A D | utilities.mak | 28 # something that won't be converted, so that the 55 awk 'NR==1 {t=$$0} NR>1 {t=t "$(nl-escape)" $$0} END {printf t}' 75 awk 'NR==1 {t=$$0} NR>1 {t=t "\n" $$0} END { gsub(/$(nl-escape)/,"\n",t); printf t }'
|
/openbmc/linux/drivers/spi/ |
H A D | spi-coldfire-qspi.c | 300 struct spi_transfer *t) in mcfqspi_transfer_one() argument 305 qmr |= t->bits_per_word << 10; in mcfqspi_transfer_one() 310 qmr |= mcfqspi_qmr_baud(t->speed_hz); in mcfqspi_transfer_one() 314 if (t->bits_per_word == 8) in mcfqspi_transfer_one() 315 mcfqspi_transfer_msg8(mcfqspi, t->len, t->tx_buf, t->rx_buf); in mcfqspi_transfer_one() 317 mcfqspi_transfer_msg16(mcfqspi, t->len / 2, t->tx_buf, in mcfqspi_transfer_one() 318 t->rx_buf); in mcfqspi_transfer_one()
|
/openbmc/linux/drivers/ata/ |
H A D | pata_amd.c | 55 u8 t; in timing_setup() local 85 pci_read_config_byte(pdev, offset + 0x0C, &t); in timing_setup() 86 t = (t & ~(3 << ((3 - dn) << 1))) | ((clamp_val(at.setup, 1, 4) - 1) << ((3 - dn) << 1)); in timing_setup() 87 pci_write_config_byte(pdev, offset + 0x0C , t); in timing_setup() 99 t = at.udma ? (0xc0 | (clamp_val(at.udma, 2, 5) - 2)) : 0x03; in timing_setup() 103 t = at.udma ? (0xc0 | amd_cyc2udma[clamp_val(at.udma, 2, 10)]) : 0x03; in timing_setup() 107 t = at.udma ? (0xc0 | amd_cyc2udma[clamp_val(at.udma, 1, 10)]) : 0x03; in timing_setup() 111 t = at.udma ? (0xc0 | amd_cyc2udma[clamp_val(at.udma, 1, 15)]) : 0x03; in timing_setup() 120 pci_write_config_byte(pdev, offset + 0x10 + (3 - dn), t); in timing_setup()
|
/openbmc/linux/drivers/i2c/busses/ |
H A D | i2c-hisi.c | 107 struct i2c_timings t; member 386 total_cnt = DIV_ROUND_UP_ULL(ctlr->clk_rate_khz * HZ_PER_KHZ, ctlr->t.bus_freq_hz); in hisi_i2c_set_scl() 392 scl_fall_cnt = NSEC_TO_CYCLES(ctlr->t.scl_fall_ns, ctlr->clk_rate_khz); in hisi_i2c_set_scl() 394 scl_rise_cnt = NSEC_TO_CYCLES(ctlr->t.scl_rise_ns, ctlr->clk_rate_khz); in hisi_i2c_set_scl() 408 i2c_parse_fw_timings(ctlr->dev, &ctlr->t, true); in hisi_i2c_configure_bus() 409 ctlr->spk_len = NSEC_TO_CYCLES(ctlr->t.digital_filter_width_ns, ctlr->clk_rate_khz); in hisi_i2c_configure_bus() 411 switch (ctlr->t.bus_freq_hz) { in hisi_i2c_configure_bus() 425 ctlr->t.bus_freq_hz = I2C_MAX_STANDARD_MODE_FREQ; in hisi_i2c_configure_bus() 435 sda_hold_cnt = NSEC_TO_CYCLES(ctlr->t.sda_hold_ns, ctlr->clk_rate_khz); in hisi_i2c_configure_bus() 503 i2c_freq_mode_string(ctlr->t.bus_freq_hz), hw_version); in hisi_i2c_probe()
|
/openbmc/linux/arch/x86/kernel/cpu/resctrl/ |
H A D | ctrlmondata.c | 208 enum resctrl_conf_type t = s->conf_type; in parse_line() local 239 cfg = &d->staged_config[t]; in parse_line() 290 u32 closid, enum resctrl_conf_type t, u32 cfg_val) in resctrl_arch_update_one() argument 294 u32 idx = get_config_index(closid, t); in resctrl_arch_update_one() 315 enum resctrl_conf_type t; in resctrl_arch_update_domains() local 326 for (t = 0; t < CDP_NUM_TYPES; t++) { in resctrl_arch_update_domains() 327 cfg = &hw_dom->d_resctrl.staged_config[t]; in resctrl_arch_update_domains() 331 idx = get_config_index(closid, t); in resctrl_arch_update_domains()
|
/openbmc/qemu/util/ |
H A D | qemu-timer.c | 373 QEMUTimer **pt, *t; in timer_del_locked() local 378 t = *pt; in timer_del_locked() 379 if (!t) in timer_del_locked() 381 if (t == ts) { in timer_del_locked() 382 qatomic_set(pt, t->next); in timer_del_locked() 385 pt = &t->next; in timer_del_locked() 392 QEMUTimer **pt, *t; in timer_mod_ns_locked() local 397 t = *pt; in timer_mod_ns_locked() 398 if (!timer_expired_ns(t, expire_time)) { in timer_mod_ns_locked() 401 pt = &t->next; in timer_mod_ns_locked()
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | sstfb.c | 323 t->p = p; in sst_calc_pll() 324 t->n = best_n; in sst_calc_pll() 325 t->m = best_m; in sst_calc_pll() 326 *freq_out = (DAC_FREF * (t->m + 2)) / ((1 << t->p) * (t->n + 2)); in sst_calc_pll() 328 t->m, t->n, t->p, *freq_out); in sst_calc_pll() 997 dac_i_write(DACREG_AC0_I, t->m); in sst_set_pll_att_ti() 998 dac_i_write(DACREG_AC1_I, t->p << 6 | t->n); in sst_set_pll_att_ti() 1003 dac_i_write(DACREG_BD0_I, t->m); in sst_set_pll_att_ti() 1004 dac_i_write(DACREG_BD1_I, t->p << 6 | t->n); in sst_set_pll_att_ti() 1033 sst_dac_write(DACREG_ICS_PLLDATA, t->p << 5 | t->n); in sst_set_pll_ics() [all …]
|
/openbmc/linux/drivers/mtd/devices/ |
H A D | mtd_dataflash.c | 462 struct spi_transfer t; in otp_read() local 483 memset(&t, 0, sizeof t); in otp_read() 484 t.tx_buf = scratch; in otp_read() 485 t.rx_buf = scratch; in otp_read() 486 t.len = l; in otp_read() 487 spi_message_add_tail(&t, &m); in otp_read() 541 struct spi_transfer t; in dataflash_write_user_otp() local 569 memset(&t, 0, sizeof t); in dataflash_write_user_otp() 570 t.tx_buf = scratch; in dataflash_write_user_otp() 571 t.len = l; in dataflash_write_user_otp() [all …]
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 206.out | 3 …: {"job-id": "job0", "options": {"driver": "file", "filename": "TEST_DIR/PID-t.qcow2", "size": 0}}} 8 {"execute": "blockdev-add", "arguments": {"driver": "file", "filename": "TEST_DIR/PID-t.qcow2", "no… 29 … {"job-id": "job0", "options": {"driver": "file", "filename": "TEST_DIR/PID-t.qcow2", "nocow": fal… 34 …36, "driver": "qcow2", "file": {"driver": "file", "filename": "TEST_DIR/PID-t.qcow2"}, "lazy-refco… 53 … {"job-id": "job0", "options": {"driver": "file", "filename": "TEST_DIR/PID-t.qcow2", "nocow": tru… 58 …52, "driver": "qcow2", "file": {"driver": "file", "filename": "TEST_DIR/PID-t.qcow2"}, "lazy-refco… 77 …: {"job-id": "job0", "options": {"driver": "file", "filename": "TEST_DIR/PID-t.qcow2", "size": 0}}} 82 …T_DIR/PID-t.qcow2.base", "backing-fmt": "qcow2", "cluster-size": 512, "driver": "qcow2", "file": {… 100 …y-secret": "keysec0"}, "file": {"driver": "file", "filename": "TEST_DIR/PID-t.qcow2"}, "size": 335… 157 …nts": {"job-id": "job0", "options": {"driver": "qcow2", "file": "this doesn't exist", "size": 3355… [all …]
|
H A D | 160.out | 4 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1048576 16 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1048576 28 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1048576 40 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1048576
|
/openbmc/phosphor-fan-presence/presence/templates/ |
H A D | tach.mako.hpp | 2 ${indent(1)}${t.policy}, std::vector<std::string>{\ 3 % for s in t.sensors:
|
/openbmc/openbmc/poky/meta/recipes-devtools/patch/patch/ |
H A D | CVE-2019-13636.patch | 4 Subject: Don't follow symlinks unless --follow-symlinks is given 39 pfatal ("can't open file %s", quotearg (filename)); 58 pfatal ("Can't open file %s", quotearg (filename)); 72 pfatal ("Can't create file %s", quotearg (bakname)); 85 pfatal ("Can't reopen file %s", quotearg (from)); 108 pfatal ("Can't reopen file %s", quotearg (to));
|
/openbmc/linux/net/ipv4/ |
H A D | tcp_illinois.c | 122 u64 t = ca->sum_rtt; in avg_delay() local 124 do_div(t, ca->cnt_rtt); in avg_delay() 125 return t - ca->base_rtt; in avg_delay() 319 u64 t = ca->sum_rtt; in tcp_illinois_info() local 321 do_div(t, info->vegas.tcpv_rttcnt); in tcp_illinois_info() 322 info->vegas.tcpv_rtt = t; in tcp_illinois_info()
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | processor.h | 260 #define task_user_tls(t) \ argument 263 if (is_compat_thread(task_thread_info(t))) \ 264 __tls = &(t)->thread.uw.tp2_value; \ 266 __tls = &(t)->thread.uw.tp_value; \ 270 #define task_user_tls(t) (&(t)->thread.uw.tp_value) argument
|
H A D | pgtable-hwdef.h | 137 #define PMD_ATTRINDX(t) (_AT(pmdval_t, (t)) << 2) argument 170 #define PTE_ATTRINDX(t) (_AT(pteval_t, (t)) << 2) argument 184 #define PTE_S2_MEMATTR(t) (_AT(pteval_t, (t)) << 2) argument
|
/openbmc/linux/arch/riscv/ |
H A D | Kconfig.errata | 22 If you don't know what to do here, say "Y". 43 If you don't know what to do here, say "Y". 54 If you don't know what to do here, say "Y". 75 If you don't know what to do here, say "Y". 87 If you don't know what to do here, say "Y". 100 If you don't know what to do here, say "Y".
|
/openbmc/libpldm/src/transport/ |
H A D | af-mctp.c | 55 int pldm_transport_af_mctp_init_pollfd(struct pldm_transport *t, in pldm_transport_af_mctp_init_pollfd() argument 58 struct pldm_transport_af_mctp *ctx = transport_to_af_mctp(t); in pldm_transport_af_mctp_init_pollfd() 107 static pldm_requester_rc_t pldm_transport_af_mctp_recv(struct pldm_transport *t, in pldm_transport_af_mctp_recv() argument 112 struct pldm_transport_af_mctp *af_mctp = transport_to_af_mctp(t); in pldm_transport_af_mctp_recv() 182 static pldm_requester_rc_t pldm_transport_af_mctp_send(struct pldm_transport *t, in pldm_transport_af_mctp_send() argument 187 struct pldm_transport_af_mctp *af_mctp = transport_to_af_mctp(t); in pldm_transport_af_mctp_send()
|
H A D | mctp-demux.c | 73 int pldm_transport_mctp_demux_init_pollfd(struct pldm_transport *t, in pldm_transport_mctp_demux_init_pollfd() argument 76 struct pldm_transport_mctp_demux *ctx = transport_to_demux(t); in pldm_transport_mctp_demux_init_pollfd() 129 pldm_transport_mctp_demux_recv(struct pldm_transport *t, pldm_tid_t *tid, in pldm_transport_mctp_demux_recv() argument 132 struct pldm_transport_mctp_demux *demux = transport_to_demux(t); in pldm_transport_mctp_demux_recv() 204 pldm_transport_mctp_demux_send(struct pldm_transport *t, pldm_tid_t tid, in pldm_transport_mctp_demux_send() argument 207 struct pldm_transport_mctp_demux *demux = transport_to_demux(t); in pldm_transport_mctp_demux_send()
|
/openbmc/qemu/net/ |
H A D | slirp.c | 207 SlirpTimer *t = opaque; in net_slirp_timer_cb() local 208 slirp_handle_timer(t->slirp, t->id, t->cb_opaque); in net_slirp_timer_cb() 216 t->slirp = s->slirp; in net_slirp_timer_new_opaque() 217 t->id = id; in net_slirp_timer_new_opaque() 218 t->cb_opaque = cb_opaque; in net_slirp_timer_new_opaque() 222 return t; in net_slirp_timer_new_opaque() 232 return t; in net_slirp_timer_new() 238 SlirpTimer *t = timer; in net_slirp_timer_free() local 239 timer_del(&t->timer); in net_slirp_timer_free() 240 g_free(t); in net_slirp_timer_free() [all …]
|
/openbmc/linux/tools/power/cpupower/po/ |
H A D | ka.po | 94 msgid "\t -v: be more verbose\n" 99 msgid "\t -h: print this help\n" 100 msgstr "\t -h: ამ დახმარების გამოტანა\n" 110 msgid "\t -t: show CPU topology/hierarchy\n" 111 msgstr "\t -t: CPU -ის ტოპოლოგიის/იერარქიის ჩვენება\n" 130 "only one of: -t, -l, -m are allowed\n" 565 msgid "couldn't analyze CPU %d as it doesn't seem to be present\n" 850 msgid "CPU %u: Can't read idle state info\n" 910 msgid "CPU %u: Can't read C-state info\n" 931 msgid "states:\t\n" [all …]
|