Home
last modified time | relevance | path

Searched refs:t (Results 826 – 850 of 8705) sorted by relevance

1...<<31323334353637383940>>...349

/openbmc/google-ipmi-sys/test/
H A Dmeson.build38 foreach t : tests
40 t,
42 t.underscorify(),
43 t + '_unittest.cpp',
/openbmc/linux/arch/x86/kernel/cpu/mce/
H A Dgenpool.c32 static bool is_duplicate_mce_record(struct mce_evt_llist *t, struct mce_evt_llist *l) in is_duplicate_mce_record() argument
37 m1 = &t->mce; in is_duplicate_mce_record()
59 struct mce_evt_llist *node, *t; in mce_gen_pool_prepare_records() local
66 llist_for_each_entry_safe(node, t, head, llnode) { in mce_gen_pool_prepare_records()
67 if (!is_duplicate_mce_record(node, t)) in mce_gen_pool_prepare_records()
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0024-Avoid-hardcoded-build-paths-into-ppc-libgcc.patch13 libgcc/config/rs6000/t-float128 | 2 +-
16 diff --git a/libgcc/config/rs6000/t-float128 b/libgcc/config/rs6000/t-float128
18 --- a/libgcc/config/rs6000/t-float128
19 +++ b/libgcc/config/rs6000/t-float128
/openbmc/linux/arch/arm/mach-omap2/
H A Dpm-debug.c54 s64 t; in pm_dbg_update_time() local
60 t = sched_clock(); in pm_dbg_update_time()
62 pwrdm->state_timer[prev] += t - pwrdm->timer; in pm_dbg_update_time()
64 pwrdm->timer = t; in pm_dbg_update_time()
177 s64 t; in pwrdms_setup() local
180 t = sched_clock(); in pwrdms_setup()
185 pwrdm->timer = t; in pwrdms_setup()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcore_extern.c131 struct test_case *t = &test_cases[i]; in test_core_extern() local
133 .kconfig = t->cfg, in test_core_extern()
136 if (!test__start_subtest(t->name)) in test_core_extern()
143 if (t->fails) { in test_core_extern()
155 t->data.kern_ver = kern_ver; in test_core_extern()
156 t->data.missing_val = 0xDEADC0DE; in test_core_extern()
158 exp = (uint64_t *)&t->data; in test_core_extern()
/openbmc/linux/drivers/block/drbd/
H A Ddrbd_vli.h138 #define LEVEL(t,b,v) \ in vli_decode_bits() argument
141 *out = ((in & ((~0ULL) >> (64-t))) >> b) + adj; \ in vli_decode_bits()
142 return t; \ in vli_decode_bits()
144 adj += 1ULL << (t - b); \ in vli_decode_bits()
164 #define LEVEL(t,b,v) do { \ in __vli_encode_bits() argument
165 max += 1ULL << (t - b); \ in __vli_encode_bits()
169 return t; \ in __vli_encode_bits()
/openbmc/linux/fs/smb/server/
H A Dconnection.h119 int (*prepare)(struct ksmbd_transport *t);
120 void (*disconnect)(struct ksmbd_transport *t);
121 void (*shutdown)(struct ksmbd_transport *t);
122 int (*read)(struct ksmbd_transport *t, char *buf,
124 int (*writev)(struct ksmbd_transport *t, struct kvec *iovs, int niov,
127 int (*rdma_read)(struct ksmbd_transport *t,
131 int (*rdma_write)(struct ksmbd_transport *t,
/openbmc/linux/net/sched/
H A Dact_tunnel_key.c36 tcf_lastuse_update(&t->tcf_tm); in tunnel_key_act()
38 action = READ_ONCE(t->tcf_action); in tunnel_key_act()
369 struct tcf_tunnel_key *t; in tunnel_key_init() local
523 t = to_tunnel_key(*a); in tunnel_key_init()
535 spin_lock_bh(&t->tcf_lock); in tunnel_key_init()
539 spin_unlock_bh(&t->tcf_lock); in tunnel_key_init()
723 .index = t->tcf_index, in tunnel_key_dump()
729 spin_lock_bh(&t->tcf_lock); in tunnel_key_dump()
732 opt.action = t->tcf_action; in tunnel_key_dump()
765 tcf_tm_dump(&tm, &t->tcf_tm); in tunnel_key_dump()
[all …]
/openbmc/linux/kernel/rcu/
H A Dtree_stall.h246 struct task_struct *t; in rcu_print_detail_task_stall_rnp() local
261 sched_show_task(t); in rcu_print_detail_task_stall_rnp()
281 if (task_curr(t)) in check_slow_task()
299 struct task_struct *t; in rcu_print_task_stall() local
312 get_task_struct(t); in rcu_print_task_stall()
313 ts[i++] = t; in rcu_print_task_stall()
319 t = ts[--i]; in rcu_print_task_stall()
321 pr_cont(" P%d", t->pid); in rcu_print_task_stall()
324 t->pid, rscr.nesting, in rcu_print_task_stall()
330 put_task_struct(t); in rcu_print_task_stall()
[all …]
/openbmc/linux/kernel/sched/
H A Dcputime.c300 rq = task_rq_lock(t, &rf); in read_sum_exec_runtime()
301 ns = t->se.sum_exec_runtime; in read_sum_exec_runtime()
302 task_rq_unlock(rq, t, &rf); in read_sum_exec_runtime()
316 struct task_struct *t; in thread_group_cputime() local
341 for_each_thread(tsk, t) { in thread_group_cputime()
837 return t->gtime; in task_gtime()
842 gtime = t->gtime; in task_gtime()
864 *utime = t->utime; in task_cputime()
865 *stime = t->stime; in task_cputime()
873 *utime = t->utime; in task_cputime()
[all …]
/openbmc/linux/drivers/spi/
H A Dspi-omap2-mcspi.c311 if (t->rx_buf != NULL && t->tx_buf != NULL) in omap2_mcspi_set_fifo()
321 if (t->rx_buf != NULL) { in omap2_mcspi_set_fifo()
326 if (t->tx_buf != NULL) { in omap2_mcspi_set_fifo()
339 if (t->rx_buf != NULL) in omap2_mcspi_set_fifo()
342 if (t->tx_buf != NULL) in omap2_mcspi_set_fifo()
908 if (t != NULL && t->bits_per_word) in omap2_mcspi_setup_transfer()
913 if (t && t->speed_hz) in omap2_mcspi_setup_transfer()
1190 if (t->tx_buf == NULL) in omap2_mcspi_transfer_one()
1203 if (t->len) { in omap2_mcspi_transfer_one()
1214 if (t->tx_buf == NULL) in omap2_mcspi_transfer_one()
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D127.out2 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=65536
3 Formatting 'TEST_DIR/t.IMGFMT.overlay0', fmt=IMGFMT size=65536 backing_file=TEST_DIR/t.IMGFMT backi…
4 Formatting 'TEST_DIR/t.IMGFMT.overlay1', fmt=IMGFMT size=65536 backing_file=TEST_DIR/t.IMGFMT backi…
13 'target': 'TEST_DIR/t.IMGFMT.overlay1',
H A D247.out5 Formatting 'TEST_DIR/t.IMGFMT.0', fmt=IMGFMT size=134217728
6 Formatting 'TEST_DIR/t.IMGFMT.1', fmt=IMGFMT size=134217728
7 Formatting 'TEST_DIR/t.IMGFMT.2', fmt=IMGFMT size=134217728
8 Formatting 'TEST_DIR/t.IMGFMT.3', fmt=IMGFMT size=134217728
9 Formatting 'TEST_DIR/t.IMGFMT.4', fmt=IMGFMT size=134217728
/openbmc/linux/arch/mips/ralink/
H A Dtimer.c65 u32 t = TMR0CTL_MODE_PERIODIC | TMR0CTL_PRESCALE_VAL; in rt_timer_request() local
66 rt_timer_w32(rt, TIMER_REG_TMR0CTL, t); in rt_timer_request()
85 u32 t; in rt_timer_enable() local
89 t = rt_timer_r32(rt, TIMER_REG_TMR0CTL); in rt_timer_enable()
90 t |= TMR0CTL_ENABLE; in rt_timer_enable()
91 rt_timer_w32(rt, TIMER_REG_TMR0CTL, t); in rt_timer_enable()
/openbmc/webui-vue/src/views/Settings/PowerRestorePolicy/
H A DPowerRestorePolicy.vue3 <page-title :description="$t('pagePowerRestorePolicy.description')" />
7 <b-form-group :label="$t('pagePowerRestorePolicy.powerPoliciesLabel')">
19 {{ $t('global.action.saveSettings') }}
49 $t: useI18n().t,
80 text: i18n.global.t(
/openbmc/linux/drivers/dma-buf/
H A Ddma-fence-unwrap.c99 ktime_t t = dma_fence_timestamp(tmp); in __dma_fence_unwrap_merge() local
101 if (ktime_after(t, timestamp)) in __dma_fence_unwrap_merge()
102 timestamp = t; in __dma_fence_unwrap_merge()
124 ktime_t t = dma_fence_timestamp(tmp); in __dma_fence_unwrap_merge() local
126 if (ktime_after(t, timestamp)) in __dma_fence_unwrap_merge()
127 timestamp = t; in __dma_fence_unwrap_merge()
/openbmc/btbridge/
H A Dbtbridged.c124 t = context->bt_q; in bt_q_get_seq()
126 while (t && t->req.seq != seq) in bt_q_get_seq()
127 t = t->next; in bt_q_get_seq()
129 return t; in bt_q_get_seq()
138 t = context->bt_q; in bt_q_get_msg()
140 while (t && (!t->call && !t->expired)) in bt_q_get_msg()
141 t = t->next; in bt_q_get_msg()
143 return t; in bt_q_get_msg()
191 while (t->next) in bt_q_enqueue()
192 t = t->next; in bt_q_enqueue()
[all …]
/openbmc/linux/tools/perf/util/
H A Dsvghelper.c705 for (i = 0; i < t->sib_thr_nr; i++) { in scan_thread_topology()
706 if (!test_bit(cpu, cpumask_bits(&t->sib_thr[i]))) in scan_thread_topology()
721 for (i = 0; i < t->sib_core_nr; i++) in scan_core_topology()
723 scan_thread_topology(map, t, cpu, &pos, nr_cpus); in scan_core_topology()
755 struct topology t; in svg_build_topology_map() local
760 t.sib_core_nr = env->nr_sibling_cores; in svg_build_topology_map()
761 t.sib_thr_nr = env->nr_sibling_threads; in svg_build_topology_map()
768 if (!t.sib_core || !t.sib_thr) { in svg_build_topology_map()
800 scan_core_topology(topology_map, &t, nr_cpus); in svg_build_topology_map()
805 zfree(&t.sib_core); in svg_build_topology_map()
[all …]
/openbmc/linux/tools/lib/
H A Dargv_split.c82 char *t; in argv_split() local
86 t = strndup(p, str-p); in argv_split()
87 if (t == NULL) in argv_split()
89 *argvp++ = t; in argv_split()
/openbmc/google-misc/subprojects/metrics-ipmi-blobs/test/
H A Dmeson.build27 foreach t : tests
28 test(t, executable(t.underscorify(), t + '.cpp',
/openbmc/linux/drivers/s390/crypto/
H A Dpkey_api.c478 rc = pkey_clr2protkey(t->keytype, t->clearkey, in nonccatokaes2pkey()
488 rc = cca_clr2seckey(0xFFFF, 0xFFFF, t->keytype, t->clearkey, tmpbuf); in nonccatokaes2pkey()
498 rc = pkey_clr2ep11key(t->clearkey, t->len, in nonccatokaes2pkey()
522 switch (t->keytype) { in nonccatokecc2pkey()
551 rc = pkey_clr2protkey(t->keytype, t->clearkey, in nonccatokecc2pkey()
577 rc = pkey_verifyprotkey(t->protkey, t->len, t->keytype); in pkey_nonccatok2pkey()
580 memcpy(protkey, t->protkey, t->len); in pkey_nonccatok2pkey()
589 keylen != sizeof(*t) + t->len) in pkey_nonccatok2pkey()
879 if (!t->plfver && t->wpllen == 512) in pkey_verifykey2()
881 else if (!t->plfver && t->wpllen == 576) in pkey_verifykey2()
[all …]
/openbmc/openbmc/poky/bitbake/lib/ply/
H A Dyacc.py362 if t > 0:
378 if t < 0:
491 if t is None:
663 if t > 0:
675 if t < 0:
769 if t is None:
1448 for t in syms:
1689 self.First[t] = [t]
2129 if t not in trans: trans.append(t)
2216 for t in trans:
[all …]
/openbmc/linux/drivers/media/pci/cx88/
H A Dcx88-tvaudio.c828 t->rxsubchans = UNSET; in cx88_get_stereo()
829 t->audmode = V4L2_TUNER_MODE_MONO; in cx88_get_stereo()
833 t->audmode = V4L2_TUNER_MODE_STEREO; in cx88_get_stereo()
836 t->audmode = V4L2_TUNER_MODE_LANG2; in cx88_get_stereo()
839 t->audmode = V4L2_TUNER_MODE_MONO; in cx88_get_stereo()
842 t->audmode = V4L2_TUNER_MODE_SAP; in cx88_get_stereo()
868 if (t->rxsubchans == UNSET) { in cx88_get_stereo()
869 t->rxsubchans = V4L2_TUNER_SUB_MONO; in cx88_get_stereo()
990 struct v4l2_tuner t; in cx88_audio_thread() local
1011 memset(&t, 0, sizeof(t)); in cx88_audio_thread()
[all …]
/openbmc/linux/drivers/watchdog/
H A Dtqmx86_wdt.c44 static int tqmx86_wdt_set_timeout(struct watchdog_device *wdd, unsigned int t) in tqmx86_wdt_set_timeout() argument
49 t = roundup_pow_of_two(t); in tqmx86_wdt_set_timeout()
50 val = ilog2(t) | 0x90; in tqmx86_wdt_set_timeout()
54 wdd->timeout = t; in tqmx86_wdt_set_timeout()
/openbmc/openbmc/poky/meta/recipes-extended/diffutils/
H A Ddiffutils_3.10.bb27 t=${D}${PTEST_PATH}
28 install -D ${S}/build-aux/test-driver $t/build-aux/test-driver
29 cp -r ${S}/tests $t/
30 install ${B}/tests/Makefile $t/tests/
42 -i $t/tests/Makefile

1...<<31323334353637383940>>...349