Home
last modified time | relevance | path

Searched refs:t (Results 2451 – 2475 of 8705) sorted by relevance

1...<<919293949596979899100>>...349

/openbmc/qemu/tests/qapi-schema/
H A Dalternate-conflict-string.err2 alternate-conflict-string.json:2: branch 'two' can't be distinguished from 'one'
H A Dbad-base.err2 bad-base.json:9: 'base' requires a struct type, union type 'Union' isn't
H A Dalternate-conflict-lists.err2 alternate-conflict-lists.json:4: branch 'two' can't be distinguished from 'one'
/openbmc/qemu/tests/tcg/hexagon/
H A Dtest_hl.S14 p0 = cmp.eq(r0, #2752581); if (p0.new) jump:t pass
/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/flash/
H A Dphosphor-software-manager_%.bbappend3 # New code update doesn't fit in Romulus
/openbmc/linux/Documentation/filesystems/
H A Dporting.rst95 it by internal locking (most of filesystems couldn't care less) - you
115 individual fs sb_op functions. If you don't need it, remove it.
149 went in - and hadn't been documented ;-/). Just remove it from fs_flags
291 it's safe to remove it. If you don't need it, remove it.
518 ->create() doesn't take ``struct nameidata *``; unlike the previous
521 object doesn't exist. It's remote/distributed ones that might care...
607 nameidata isn't passed at all - nd_jump_link() doesn't need it and
806 don't need to bother with the check - d_splice_alias() will do the
810 also doesn't need a separate treatment.
818 just get rid of it. Synchronous work (e.g. the stuff that can't
[all …]
H A Dceph.rst66 `_<SNAPSHOT-NAME>_<INODE-NUMBER>`. Since filenames in general can't have
95 # mount -t ceph user@fsid.fs_name=/[subdir] mnt -o mon_addr=monip1[:port][/monip2[:port]]
99 happens to be down, the mount won't succeed.) The port can be left
103 …# mount -t ceph cephuser@07fe3187-00d9-42a3-814b-72a4d5e7d5be.cephfs=/ /mnt/ceph -o mon_addr=1.2.3…
110 # mount -t ceph cephuser@cephfs=/ /mnt/ceph -o mon_addr=mon-addr
114 # mount -t ceph cephuser@cephfs=/ /mnt/ceph -o mon_addr=192.168.1.100/192.168.1.101
190 Don't use the RADOS 'copy-from' operation to perform remote object
H A Dcramfs.rst14 You can't write to a cramfs filesystem (making it compressible and
45 == 4096. At least the latter of these is a bug, but it hasn't been
47 you can just change the #define in mkcramfs.c, so long as you don't
78 $ mount -t cramfs mtd:fs_partition /mnt
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_ethtool.c53 int i, t; in mlx4_en_moderation_update() local
56 for (t = 0 ; t < MLX4_EN_NUM_TX_TYPES; t++) { in mlx4_en_moderation_update()
57 for (i = 0; i < priv->tx_ring_num[t]; i++) { in mlx4_en_moderation_update()
58 priv->tx_cq[t][i]->moder_cnt = priv->tx_frames; in mlx4_en_moderation_update()
59 priv->tx_cq[t][i]->moder_time = priv->tx_usecs; in mlx4_en_moderation_update()
62 priv->tx_cq[t][i]); in mlx4_en_moderation_update()
1949 int t; in mlx4_en_set_priv_flags() local
1954 for (t = 0; t < MLX4_EN_NUM_TX_TYPES; t++) in mlx4_en_set_priv_flags()
1957 priv->tx_ring[t][i]->bf_alloced; in mlx4_en_set_priv_flags()
1969 for (t = 0; t < MLX4_EN_NUM_TX_TYPES; t++) in mlx4_en_set_priv_flags()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/
H A D0001-configure.ac-Rename-to-configure.ac-and-use-external.patch49 +dnl if we don't do that now, the config.h will use ${prefix}
146 -dnl if we don't do that now, the config.h will use ${prefix}
435 - mv t-ref-add.sed ref-add.sed
438 - mv t-ref-del.sed ref-del.sed
453 - $(SHELL) $(srcdir)/config.charset '@host@' > t-$@
454 - mv t-$@ $@
495 - temp=$(DESTDIR)$(libdir)/t-charset.alias; \
514 - temp=$(DESTDIR)$(localedir)/t-locale.alias; \
596 - temp=$(DESTDIR)$(libdir)/t-charset.alias; \
607 - temp=$(DESTDIR)$(localedir)/t-locale.alias; \
[all …]
/openbmc/linux/drivers/spi/
H A Dspi-bcm-qspi.c1155 struct spi_transfer t[2]; in bcm_qspi_mspi_exec_mem_op() local
1160 memset(t, 0, sizeof(t)); in bcm_qspi_mspi_exec_mem_op()
1168 t[0].tx_buf = cmd; in bcm_qspi_mspi_exec_mem_op()
1170 t[0].bits_per_word = spi->bits_per_word; in bcm_qspi_mspi_exec_mem_op()
1171 t[0].tx_nbits = op->cmd.buswidth; in bcm_qspi_mspi_exec_mem_op()
1174 ret = bcm_qspi_transfer_one(host, spi, &t[0]); in bcm_qspi_mspi_exec_mem_op()
1180 t[1].rx_buf = op->data.buf.in; in bcm_qspi_mspi_exec_mem_op()
1181 t[1].len = op->data.nbytes; in bcm_qspi_mspi_exec_mem_op()
1182 t[1].rx_nbits = op->data.buswidth; in bcm_qspi_mspi_exec_mem_op()
1183 t[1].bits_per_word = spi->bits_per_word; in bcm_qspi_mspi_exec_mem_op()
[all …]
/openbmc/linux/Documentation/block/
H A Dinline-encryption.rst32 drives don't provide fine-grained control of encryption and provide no way to
63 slow and there may not be very many keyslots, we shouldn't just program the
73 encryption support of their underlying devices. However, it doesn't make
90 layer and device drivers. Note that the encryption context doesn't explicitly
104 specify encryption contexts and don't need to know about keyslots at all, nor do
145 block_device that doesn't support that encryption context, the block layer will
172 expensive; moreover, allocating a crypto_skcipher can't happen on the I/O path
206 for en/decryption. Users don't need to worry about freeing the bio_crypt_ctx
248 the blk_crypto_profile, so drivers don't need to worry about handling
253 If the driver implements runtime suspend and its blk_crypto_ll_ops don't work
[all …]
H A Dublk.rst70 ublk add -t loop -f ublk-loop.img
112 related, or request queue limit related, but can't be IO logic specific,
166 If ublk server doesn't support ``UBLK_F_UNPRIVILEGED_DEV``:
169 UBLK_F_UNPRIVILEGED_DEV isn't available for user
171 2) if kernel isn't capable of handling ``UBLK_F_UNPRIVILEGED_DEV``
177 ``UBLK_F_UNPRIVILEGED_DEV`` can't be set
179 If ublk server doesn't support ``UBLK_F_UNPRIVILEGED_DEV``:
182 ``UBLK_F_UNPRIVILEGED_DEV`` isn't available for user
234 focuses on IO handling and shouldn't handle any control & management
308 can't be remapped any more in kernel with existing mm interfaces. This can
/openbmc/linux/Documentation/admin-guide/mm/
H A Dnommu-mmap.rst31 the no-MMU case doesn't support these, behaviour is identical to
50 - If the backing device can't or won't permit direct sharing,
138 However, for memory that isn't required to be precleared - such as that
140 indicate to the kernel that it shouldn't bother clearing the memory before
159 error will result if they don't. This is most likely to be encountered
208 doesn't wish to honour the mapping because it's too long, at a weird offset,
214 directly (can't be copied).
225 return -ENOSYS. This will be taken to mean that this operation just doesn't
268 character devices. If there isn't a real device underneath, then the driver
/openbmc/linux/arch/sparc/kernel/
H A Dmdesc.c980 u64 t = mdesc_arc_target(hp, a); in set_sock_ids_by_socket() local
984 name = mdesc_node_name(hp, t); in set_sock_ids_by_socket()
988 id = mdesc_get_property(hp, t, "id", NULL); in set_sock_ids_by_socket()
1018 u64 t = mdesc_arc_target(hp, a); in mark_proc_ids() local
1022 name = mdesc_node_name(hp, t); in mark_proc_ids()
1026 id = mdesc_get_property(hp, t, "id", NULL); in mark_proc_ids()
1205 u64 j, t = mdesc_arc_target(hp, a); in fill_in_one_cpu() local
1208 t_name = mdesc_node_name(hp, t); in fill_in_one_cpu()
1210 fill_in_one_cache(c, hp, t); in fill_in_one_cpu()
1214 mdesc_for_each_arc(j, hp, t, MDESC_ARC_TYPE_FWD) { in fill_in_one_cpu()
/openbmc/linux/Documentation/power/
H A Dfreezing-of-tasks.rst80 - freezes all tasks (including kernel threads) because we can't freeze
89 - thaws all tasks (including kernel threads) because we can't thaw userspace
124 Then, after the memory for the image has been freed, we don't want tasks
136 Although Linus Torvalds doesn't like the freezing of tasks, he said this in one
150 freezing user threads I don't find really objectionable."
154 in principle needs to know when the device is suspended, so that it doesn't try
157 thawed after the driver's .resume() callback has run, so it won't be accessing
191 The problem 1. seems to be fixable, although it hasn't been fixed so far. The
193 hibernation (and suspend) notifiers (in that case, though, we won't be able to
203 only through another device that hasn't been resumed yet. In that case,
/openbmc/linux/kernel/time/
H A Dposix-timers.c149 struct __kernel_timex *t) in posix_clock_realtime_adj() argument
151 return do_adjtimex(t); in posix_clock_realtime_adj()
1378 struct timespec64 t; in SYSCALL_DEFINE4() local
1385 if (get_timespec64(&t, rqtp)) in SYSCALL_DEFINE4()
1388 if (!timespec64_valid(&t)) in SYSCALL_DEFINE4()
1396 return kc->nsleep(which_clock, flags, &t); in SYSCALL_DEFINE4()
1406 struct timespec64 t; in SYSCALL_DEFINE4() local
1413 if (get_old_timespec32(&t, rqtp)) in SYSCALL_DEFINE4()
1416 if (!timespec64_valid(&t)) in SYSCALL_DEFINE4()
1424 return kc->nsleep(which_clock, flags, &t); in SYSCALL_DEFINE4()
/openbmc/linux/Documentation/core-api/
H A Dkref.rst19 you don't have refcounts, your code is almost certainly broken. If
124 This way, it doesn't matter what order the two threads handle the
146 Don't assume you know what you are doing and use the above construct.
149 involved where the above may be legal) but someone else who doesn't
151 bad style. Don't do it.
171 to get the first one. You can't just pull the first item off the list
212 lock during the whole release operation. Say you didn't want to call
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dlicense_image.bbclass90 # If the package doesn't contain any file, that is, its size is 0, the license
91 # isn't relevant as far as the final image is concerned. So doing license check
92 # doesn't make much sense, skip it.
110 # add explicity avoid of CLOSED license because isn't generic
145 bb.fatal("Couldn't find license information for dependency %s" % pkg)
159 # Do not copy generic license into package if isn't
226 bb.fatal("Couldn't find license information for dependency %s" % dep)
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dskl_scaler.c613 static u16 glk_nearest_filter_coef(int t) in glk_nearest_filter_coef() argument
615 return t == 3 ? 0x0800 : 0x3000; in glk_nearest_filter_coef()
665 int t; in glk_program_nearest_filter_coefs() local
667 t = glk_coef_tap(i); in glk_program_nearest_filter_coefs()
668 tmp = glk_nearest_filter_coef(t); in glk_program_nearest_filter_coefs()
670 t = glk_coef_tap(i + 1); in glk_program_nearest_filter_coefs()
671 tmp |= glk_nearest_filter_coef(t) << 16; in glk_program_nearest_filter_coefs()
/openbmc/linux/sound/soc/atmel/
H A Datmel_ssc_dai.c197 struct snd_interval t; in atmel_ssc_hw_rule_rate() local
248 t.min = 8000; in atmel_ssc_hw_rule_rate()
249 t.max = ssc_p->mck_rate / mck_div / frame_size; in atmel_ssc_hw_rule_rate()
250 t.openmin = t.openmax = 0; in atmel_ssc_hw_rule_rate()
251 t.integer = 0; in atmel_ssc_hw_rule_rate()
252 ret = snd_interval_refine(i, &t); in atmel_ssc_hw_rule_rate()
/openbmc/linux/Documentation/trace/
H A Dfprobetrace.rst30 t[:[GRP2/][EVENT2]] TRACEPOINT [FETCHARGS] : Probe on tracepoint
108 BTF also affects the ``$retval``. If user doesn't set any type, the retval
115 # echo 't sched_switch preempt prev_pid=prev->pid next_pid=next->pid' >> dynamic_events
138 support, you don't need a memory dereference operator (``+0(PTR)``) for
142 # echo 't sched_switch prev->comm:string' >> dynamic_events
180 # echo 't sched_switch $arg*' >> dynamic_events
205 # echo 't sched_switch comm=next->comm:string next->start_time' > dynamic_events
/openbmc/linux/Documentation/translations/zh_CN/process/
H A Dcoding-style.rst632 (indent-tabs-mode . t)
633 (show-trailing-whitespace . t)
792 不要用不规范的单词比如 ``dont``,而要用 ``do not`` 或者 ``don't`` 。保证这些信
936 #define sizeof_field(t, f) (sizeof(((t*)0)->f))
991 除了最后一条指令外,在每个指令结尾加上 ``\n\t`` ,让汇编输出时可以正确地缩进
996 asm ("magic %reg1, #42\n\t"
/openbmc/linux/drivers/i2c/busses/
H A Di2c-at91-master.c72 struct i2c_timings timings, *t = &timings; in at91_calc_twi_clock() local
74 i2c_parse_fw_timings(dev->dev, t, true); in at91_calc_twi_clock()
77 2 * t->bus_freq_hz) - offset); in at91_calc_twi_clock()
94 hold = DIV_ROUND_UP(t->sda_hold_ns in at91_calc_twi_clock()
112 filter_width = DIV_ROUND_UP(t->digital_filter_width_ns in at91_calc_twi_clock()
128 cdiv, ckdiv, hold, t->sda_hold_ns, filter_width, in at91_calc_twi_clock()
129 t->digital_filter_width_ns); in at91_calc_twi_clock()
/openbmc/u-boot/include/
H A Delf.h369 #define ELF32_ST_INFO(b,t) (((b) << 4) + ((t) & 0xf)) argument
428 #define ELF32_R_INFO(s,t) (((s) << 8) + (unsigned char)(t)) argument

1...<<919293949596979899100>>...349