Home
last modified time | relevance | path

Searched refs:t (Results 1001 – 1025 of 8705) sorted by relevance

1...<<41424344454647484950>>...349

/openbmc/linux/net/bpf/
H A Dtest_run.c40 if (t->mode == NO_PREEMPT) in bpf_test_timer_enter()
51 t->time_start = 0; in bpf_test_timer_leave()
53 if (t->mode == NO_PREEMPT) in bpf_test_timer_leave()
64 t->i += iterations; in bpf_test_timer_continue()
65 if (t->i >= repeat) { in bpf_test_timer_continue()
67 t->time_spent += ktime_get_ns() - t->time_start; in bpf_test_timer_continue()
68 do_div(t->time_spent, t->i); in bpf_test_timer_continue()
69 *duration = t->time_spent > U32_MAX ? U32_MAX : (u32)t->time_spent; in bpf_test_timer_continue()
82 t->time_spent += ktime_get_ns() - t->time_start; in bpf_test_timer_continue()
83 bpf_test_timer_leave(t); in bpf_test_timer_continue()
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D133.out2 Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=67108864
3 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 backing_file=TEST_DIR/t.IMGFMT.base backin…
5 === Check that node-name can't be changed ===
14 === Check that driver can't be changed ===
/openbmc/phosphor-pid-control/test/
H A Dmeson.build76 foreach t : unit_tests
77 test(t, executable(t.underscorify(), t + '.cpp',
78 unittest_source.get(t),
/openbmc/webui-vue/src/views/Overview/
H A DOverviewEvents.vue7 :title="$t('pageOverview.eventLogs')"
13 <dt>{{ $t('pageOverview.criticalEvents') }}</dt>
22 <dt>{{ $t('pageOverview.warningEvents') }}</dt>
45 $t: useI18n().t,
/openbmc/linux/Documentation/i2c/
H A Dfault-codes.rst18 result for an operation ... it doesn't indicate that anything is wrong
19 at all, just that the outcome wasn't on the "golden path".
36 cases (unless the hardware doesn't provide unique fault reports).
78 specific than ENXIO, implying the problem isn't with the
85 Returned by any component that can't allocate memory when
90 of a transfer didn't get an ACK. While it might just mean
99 that it doesn't, or can't, support.
102 doesn't support SMBus block transfers is asked to execute
107 Similarly, if an I2C adapter can't execute all legal I2C
109 transaction it can't. (These limitations can't be seen in
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-io.c53 int t = 0; in iwl_poll_bit() local
57 return t; in iwl_poll_bit()
59 t += IWL_POLL_INTERVAL; in iwl_poll_bit()
60 } while (t < timeout); in iwl_poll_bit()
101 int t = 0; in iwl_poll_direct_bit() local
105 return t; in iwl_poll_direct_bit()
107 t += IWL_POLL_INTERVAL; in iwl_poll_direct_bit()
108 } while (t < timeout); in iwl_poll_direct_bit()
165 int t = 0; in iwl_poll_prph_bit() local
169 return t; in iwl_poll_prph_bit()
[all …]
/openbmc/openbmc/poky/meta/recipes-gnome/gnome/gconf/
H A Dcreate_config_directory.patch3 In some circumstances, gconf isn't able to save configurations
4 because ~/.config folder aka root_dir doesn't exist.
10 doesn't exist, along with the gconf directory inside it.
27 /* Error out even on EEXIST - shouldn't happen anyway */
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/iwd/iwd/
H A D0001-build-Use-abs_top_srcdir-instead-of-abs_srcdir-for-e.patch21 - $(LN_S) -t ell -f $(abs_srcdir)/../ell/$$f ; \
22 + $(LN_S) -t ell -f $(abs_top_srcdir)/ell/$$f ; \
30 - $(LN_S) -t ell -f $(abs_srcdir)/../ell/$$f ; \
31 + $(LN_S) -t ell -f $(abs_top_srcdir)/ell/$$f ; \
/openbmc/openbmc/poky/meta/recipes-support/lzo/
H A Dlzo_2.10.bb26 t=${D}${PTEST_PATH}
27 cp ${S}/util/check.sh $t
28 cp ${B}/minilzo/testmini $t
30 do cp ${B}/`dirname $i`/.libs/`basename $i` $t; \
/openbmc/openpower-occ-control/test/
H A Dmeson.build59 foreach t : tests
60 test(t, executable(t.underscorify(), t,
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dqsd-jobs.out2 Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=134217728
3 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728 backing_file=TEST_DIR/t.IMGFMT.base backi…
13 === Streaming can't get permission on base node ===
/openbmc/linux/include/asm-generic/
H A Drwonce.h35 #define compiletime_assert_rwonce_type(t) \ argument
36 compiletime_assert(__native_word(t) || sizeof(t) == sizeof(long long), \
/openbmc/linux/lib/
H A Dcrc64.c53 size_t i, t; in crc64_be() local
58 t = ((crc >> 56) ^ (*_p++)) & 0xFF; in crc64_be()
59 crc = crc64table[t] ^ (crc << 8); in crc64_be()
/openbmc/linux/mm/damon/
H A Dpaddr.c73 struct damon_target *t; in damon_pa_prepare_access_checks() local
76 damon_for_each_target(t, ctx) { in damon_pa_prepare_access_checks()
77 damon_for_each_region(r, t) in damon_pa_prepare_access_checks()
174 struct damon_target *t; in damon_pa_check_accesses() local
178 damon_for_each_target(t, ctx) { in damon_pa_check_accesses()
179 damon_for_each_region(r, t) { in damon_pa_check_accesses()
296 struct damon_target *t, struct damon_region *r, in damon_pa_apply_scheme() argument
316 struct damon_target *t, struct damon_region *r, in damon_pa_scheme_score() argument
/openbmc/linux/drivers/infiniband/hw/mthca/
H A Dmthca_allocator.c197 dma_addr_t t; in mthca_buf_alloc() local
206 size, &t, GFP_KERNEL); in mthca_buf_alloc()
210 dma_unmap_addr_set(&buf->direct, mapping, t); in mthca_buf_alloc()
212 while (t & ((1 << shift) - 1)) { in mthca_buf_alloc()
223 dma_list[i] = t + i * (1 << shift); in mthca_buf_alloc()
246 &t, GFP_KERNEL); in mthca_buf_alloc()
250 dma_list[i] = t; in mthca_buf_alloc()
251 dma_unmap_addr_set(&buf->page_list[i], mapping, t); in mthca_buf_alloc()
/openbmc/qemu/target/mips/tcg/
H A Dtranslate.h158 void gen_load_gpr(TCGv t, int reg);
159 void gen_store_gpr(TCGv t, int reg);
161 void gen_load_gpr_hi(TCGv_i64 t, int reg);
162 void gen_store_gpr_hi(TCGv_i64 t, int reg);
164 void gen_load_fpr32(DisasContext *ctx, TCGv_i32 t, int reg);
165 void gen_load_fpr64(DisasContext *ctx, TCGv_i64 t, int reg);
166 void gen_store_fpr32(DisasContext *ctx, TCGv_i32 t, int reg);
167 void gen_store_fpr64(DisasContext *ctx, TCGv_i64 t, int reg);
/openbmc/linux/drivers/staging/media/av7110/
H A Dav7110_v4l.c302 dprintk(2, "VIDIOC_G_TUNER: %d\n", t->index); in vidioc_g_tuner()
307 memset(t, 0, sizeof(*t)); in vidioc_g_tuner()
308 strscpy((char *)t->name, "Television", sizeof(t->name)); in vidioc_g_tuner()
310 t->type = V4L2_TUNER_ANALOG_TV; in vidioc_g_tuner()
316 t->signal = 0xffff; in vidioc_g_tuner()
317 t->afc = 0; in vidioc_g_tuner()
328 t->audmode = V4L2_TUNER_MODE_STEREO; in vidioc_g_tuner()
332 t->audmode = V4L2_TUNER_MODE_LANG1; in vidioc_g_tuner()
334 t->rxsubchans = V4L2_TUNER_SUB_MONO; in vidioc_g_tuner()
344 dprintk(2, "VIDIOC_S_TUNER: %d\n", t->index); in vidioc_s_tuner()
[all …]
/openbmc/linux/drivers/firmware/
H A Darm_scpi.c375 list_del(&t->node); in scpi_process_cmd()
376 match = t; in scpi_process_cmd()
424 struct scpi_xfer *t = msg; in scpi_tx_prepare() local
428 if (t->tx_buf) { in scpi_tx_prepare()
430 memcpy_toio(ch->tx_payload, t->tx_buf, t->tx_len); in scpi_tx_prepare()
432 memcpy_toio(mem->payload, t->tx_buf, t->tx_len); in scpi_tx_prepare()
435 if (t->rx_buf) { in scpi_tx_prepare()
445 iowrite32(t->cmd, &mem->command); in scpi_tx_prepare()
450 struct scpi_xfer *t; in get_scpi_xfer() local
458 list_del(&t->node); in get_scpi_xfer()
[all …]
/openbmc/linux/drivers/iio/gyro/
H A Dadis16136.c169 unsigned int t; in adis16136_set_freq() local
171 t = 32768 / freq; in adis16136_set_freq()
172 if (t < 0xf) in adis16136_set_freq()
173 t = 0xf; in adis16136_set_freq()
174 else if (t > 0xffff) in adis16136_set_freq()
175 t = 0xffff; in adis16136_set_freq()
177 t--; in adis16136_set_freq()
179 return adis_write_reg_16(&adis16136->adis, ADIS16136_REG_SMPL_PRD, t); in adis16136_set_freq()
184 uint16_t t; in __adis16136_get_freq() local
187 ret = __adis_read_reg_16(&adis16136->adis, ADIS16136_REG_SMPL_PRD, &t); in __adis16136_get_freq()
[all …]
/openbmc/linux/drivers/md/bcache/
H A Dbset.h239 static inline bool bset_written(struct btree_keys *b, struct bset_tree *t) in bset_written() argument
241 return t <= b->set + b->nsets - b->last_set_unwritten; in bset_written()
271 struct bset_tree *t = bset_tree_last(b); in bch_btree_keys_u64s_remaining() local
274 (bset_byte_offset(b, t->data) + set_bytes(t->data))); in bch_btree_keys_u64s_remaining()
280 (bset_byte_offset(b, t->data) + set_bytes(t->data))) / in bch_btree_keys_u64s_remaining()
347 struct bkey *__bch_bset_search(struct btree_keys *b, struct bset_tree *t,
354 struct bset_tree *t, in bch_bset_search() argument
357 return search ? __bch_bset_search(b, t, search) : t->data->start; in bch_bset_search()
/openbmc/qemu/target/alpha/
H A Dhelper.c48 uint32_t t = 0; in cpu_alpha_store_fpcr() local
68 t |= CONVERT_BIT(soft_fpcr, FPCR_INVD, FPCR_IOV); in cpu_alpha_store_fpcr()
71 t |= CONVERT_BIT(fpcr, FPCR_INED, FPCR_INE); in cpu_alpha_store_fpcr()
72 t |= CONVERT_BIT(fpcr, FPCR_UNFD, FPCR_UNF); in cpu_alpha_store_fpcr()
73 t |= CONVERT_BIT(fpcr, FPCR_OVFD, FPCR_OVF); in cpu_alpha_store_fpcr()
74 t |= CONVERT_BIT(fpcr, FPCR_DZED, FPCR_DZE); in cpu_alpha_store_fpcr()
75 t |= CONVERT_BIT(fpcr, FPCR_INVD, FPCR_INV); in cpu_alpha_store_fpcr()
77 env->fpcr_exc_enable = ~t & FPCR_STATUS_MASK; in cpu_alpha_store_fpcr()
82 t = (fpcr & FPCR_UNFD) && (fpcr & FPCR_UNDZ); in cpu_alpha_store_fpcr()
84 t |= (env->swcr & SWCR_MAP_UMZ) != 0; in cpu_alpha_store_fpcr()
[all …]
/openbmc/linux/mm/
H A Dvmstat.c348 long t; in __mod_zone_page_state() local
379 long t; in __mod_node_page_state() local
436 s8 v, t; in __inc_zone_state() local
443 if (unlikely(v > t)) { in __inc_zone_state()
457 s8 v, t; in __inc_node_state() local
492 s8 v, t; in __dec_zone_state() local
513 s8 v, t; in __dec_node_state() local
562 long o, n, t, z; in mod_zone_state() local
582 if (abs(n) > t) { in mod_zone_state()
619 long o, n, t, z; in mod_node_state() local
[all …]
/openbmc/u-boot/drivers/serial/
H A Dserial_ar933x.c45 u64 t; in ar933x_serial_get_baud() local
49 t = clk; in ar933x_serial_get_baud()
50 t *= step; in ar933x_serial_get_baud()
51 t += (div / 2); in ar933x_serial_get_baud()
52 do_div(t, div); in ar933x_serial_get_baud()
54 return t; in ar933x_serial_get_baud()
/openbmc/linux/arch/sparc/kernel/
H A Dkgdb_64.c47 struct thread_info *t = task_thread_info(p); in sleeping_thread_to_gdb_regs() local
56 gdb_regs[GDB_G6] = (unsigned long) t; in sleeping_thread_to_gdb_regs()
60 gdb_regs[GDB_SP] = t->ksp; in sleeping_thread_to_gdb_regs()
63 win = (struct reg_window *) (t->ksp + STACK_BIAS); in sleeping_thread_to_gdb_regs()
72 if (t->new_child) in sleeping_thread_to_gdb_regs()
80 cwp = __thread_flag_byte_ptr(t)[TI_FLAG_BYTE_CWP]; in sleeping_thread_to_gdb_regs()
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-extended/polkit-gnome/polkit-gnome/
H A D0003-Get-user-icon-from-accountsservice-instead-of-lookin.patch59 + g_warning ("Accounts couldn't find user: %s", error->message);
85 + g_warning ("Accounts couldn't find user icon: %s", error->message);
95 + g_warning ("Accounts didn't return a valid filename for user icon");
100 + /* TODO: we probably shouldn't hard-code the size to 16x16 */
107 + g_warning ("Couldn't open user icon: %s", error->message);
130 - /* TODO: we probably shouldn't hard-code the size to 16x16 */

1...<<41424344454647484950>>...349