Home
last modified time | relevance | path

Searched refs:t (Results 6876 – 6900 of 8710) sorted by relevance

1...<<271272273274275276277278279280>>...349

/openbmc/linux/Documentation/filesystems/
H A Dmount_api.rst695 of arguments to specify the type and the flags for anything that doesn't
750 isn't found, the not_found value is returned instead.
791 If a match isn't initially made, the key is prefixed with "no" and no
797 If the parameter isn't matched, -ENOPARAM will be returned; if the
H A Df2fs.rst250 based on "posix", but doesn't issue flush command for
305 The same extension name can't appear in both compress and nocompress
309 Don't allow use '*' to specifie all file in nocompress extension.
408 # mount -t f2fs /dev/block_device /mnt/f2fs
432 ``-t [0 or 1]`` Disable discard command or not.
843 - At this point, compression feature doesn't expose compressed space to user
/openbmc/linux/tools/bpf/bpftool/
H A Dprog.c2208 const struct btf_type *t; in profile_target_name() local
2248 t = btf__type_by_id(btf, func_info.type_id); in profile_target_name()
2249 if (!t) { in profile_target_name()
2254 name = strdup(btf__name_by_offset(btf, t->name_off)); in profile_target_name()
/openbmc/linux/drivers/usb/core/
H A Ddevio.c494 const char *t, *d; in snoop_urb() local
500 t = types[usb_pipetype(pipe)]; in snoop_urb()
507 userurb, ep, t, d, length); in snoop_urb()
511 userurb, ep, t, d, length, in snoop_urb()
517 ep, t, d, length, timeout_or_status); in snoop_urb()
521 ep, t, d, length, timeout_or_status); in snoop_urb()
/openbmc/linux/net/ipv4/
H A Digmp.c799 static void igmp_gq_timer_expire(struct timer_list *t) in igmp_gq_timer_expire() argument
801 struct in_device *in_dev = from_timer(in_dev, t, mr_gq_timer); in igmp_gq_timer_expire()
808 static void igmp_ifc_timer_expire(struct timer_list *t) in igmp_ifc_timer_expire() argument
810 struct in_device *in_dev = from_timer(in_dev, t, mr_ifc_timer); in igmp_ifc_timer_expire()
838 static void igmp_timer_expire(struct timer_list *t) in igmp_timer_expire() argument
840 struct ip_mc_list *im = from_timer(im, t, timer); in igmp_timer_expire()
/openbmc/linux/drivers/scsi/fcoe/
H A Dfcoe_ctlr.c897 unsigned long t; in fcoe_ctlr_parse_adv() local
974 t = ntohl(fka->fd_fka_period); in fcoe_ctlr_parse_adv()
975 if (t >= FCOE_CTLR_MIN_FKA) in fcoe_ctlr_parse_adv()
976 fcf->fka_period = msecs_to_jiffies(t); in fcoe_ctlr_parse_adv()
1774 static void fcoe_ctlr_timeout(struct timer_list *t) in fcoe_ctlr_timeout() argument
1776 struct fcoe_ctlr *fip = from_timer(fip, t, timer); in fcoe_ctlr_timeout()
/openbmc/linux/Documentation/process/
H A Dmaintainer-pgp-guide.rst275 If you don't get any errors, then you should be good to go. Unmount the
276 USB drive, distinctly label it so you don't blow it away next time you
350 If you don't have the "private-keys-v1.d" directory
674 If you only have one secret key in your keyring, then you don't really
736 this reason, most kernel developers don't bother signing their commits
868 don't already have them)::
/openbmc/linux/drivers/tty/serial/
H A Dsh-sci.c1111 static void rx_fifo_timer_fn(struct timer_list *t) in rx_fifo_timer_fn() argument
1113 struct sci_port *s = from_timer(s, t, rx_fifo_timer); in rx_fifo_timer_fn()
1293 ktime_t t = ktime_set(sec, nsec); in start_hrtimer_us() local
1295 hrtimer_start(hrt, t, HRTIMER_MODE_REL); in start_hrtimer_us()
1492 static enum hrtimer_restart sci_dma_rx_timer_fn(struct hrtimer *t) in sci_dma_rx_timer_fn() argument
1494 struct sci_port *s = container_of(t, struct sci_port, rx_timer); in sci_dma_rx_timer_fn()
/openbmc/qemu/docs/interop/
H A Dlive-block-operations.rst89 (b) the streamed file *itself* won't be removed by QEMU,
109 (b) the committed file *itself* won't be removed by QEMU
583 file, if it doesn't already exist), call it [E]::
978 the backup target. With ``blockdev-backup`` you can't specify filename
981 Correspondingly, ``blockdev-backup`` doesn't have ``mode`` and
982 ``format`` arguments which don't apply to an existing block node. See
/openbmc/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_join.sh3470 [ -n "$(mptcp_lib_evts_get_info "saddr4" "$evts" $t)" ] && ip=4
3471 [ -n "$(mptcp_lib_evts_get_info "saddr6" "$evts" $t)" ] && ip=6
3473 da=$(mptcp_lib_evts_get_info "daddr$ip" "$evts" $t $2)
3474 dp=$(mptcp_lib_evts_get_info dport "$evts" $t $2)
3475 sp=$(mptcp_lib_evts_get_info sport "$evts" $t $2)
3982 t@add_addr_timeout_tests
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/
H A D0008-Use-libtool-2.4.patch1131 + # Don't use ranlib
3095 + # Don't use ranlib
5034 + # Don't use ranlib
6976 + # Don't use ranlib
8924 + # Don't use ranlib
11560 + # Don't use ranlib
14188 + # Don't use ranlib
17388 + # Don't use ranlib
19319 + # Don't use ranlib
20451 + @echo '# dummy' >$@-t && $(am__mv) $@-t $@
[all …]
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_os.c1375 match = sp->fcport->d_id.b24 == t; in __qla2x00_eh_wait_for_pending_commands()
1381 match = (sp->fcport->d_id.b24 == t && in __qla2x00_eh_wait_for_pending_commands()
3638 struct task_struct *t = ha->dpc_thread; in qla2x00_probe_one() local
3641 kthread_stop(t); in qla2x00_probe_one()
3821 struct task_struct *t = ha->dpc_thread; in qla2x00_destroy_deferred_work() local
3828 kthread_stop(t); in qla2x00_destroy_deferred_work()
7252 struct task_struct *t = ha->dpc_thread; in qla2xxx_wake_dpc() local
7254 if (!test_bit(UNLOADING, &vha->dpc_flags) && t) in qla2xxx_wake_dpc()
7255 wake_up_process(t); in qla2xxx_wake_dpc()
7391 qla2x00_timer(struct timer_list *t) in qla2x00_timer() argument
[all …]
/openbmc/u-boot/doc/driver-model/
H A DREADME.txt50 - simple: Just prints a message for hello, doesn't implement status
336 *** being you need serial support in SPL and don't have enough SRAM for
443 If you don't want to have the platdata automatically allocated then you
653 U-Boot it may be expensive to probe devices and we don't want to do it until
721 Note: If you don't use priv_auto_alloc_size then you will need to
815 this concept relates to a class of drivers (or a subsystem). We shouldn't
819 This removes a level of indirection that doesn't seem necessary.
/openbmc/linux/Documentation/translations/it_IT/process/
H A Dcoding-style.rst696 (indent-tabs-mode . t)
697 (show-trailing-whitespace . t)
889 ``don't``. Scrivete messaggi concisi, chiari, e inequivocabili.
1068 #define sizeof_field(t, f) (sizeof(((t*)0)->f))
1133 ad eccezione dell'ultima stringa/istruzione, ognuna deve terminare con ``\n\t``
1138 asm ("magic %reg1, #42\n\t"
/openbmc/linux/drivers/atm/
H A Diphase.c702 u32 t;
722 t = readl(iadev->reg+IPHASE5575_EEPROM_ACCESS);
723 while (!(t & NVDO))
724 t = readl(iadev->reg+IPHASE5575_EEPROM_ACCESS);
739 u32 t; in ia_eeprom_get() local
752 NVRAM_CLKIN(t); in ia_eeprom_get()
753 val |= (t << i); in ia_eeprom_get()
/openbmc/qemu/target/mips/tcg/
H A Dtranslate.c1191 void gen_load_gpr(TCGv t, int reg) in gen_load_gpr() argument
1195 tcg_gen_movi_tl(t, 0); in gen_load_gpr()
1197 tcg_gen_mov_tl(t, cpu_gpr[reg]); in gen_load_gpr()
1201 void gen_store_gpr(TCGv t, int reg) in gen_store_gpr() argument
1205 tcg_gen_mov_tl(cpu_gpr[reg], t); in gen_store_gpr()
1210 void gen_load_gpr_hi(TCGv_i64 t, int reg) in gen_load_gpr_hi() argument
1214 tcg_gen_movi_i64(t, 0); in gen_load_gpr_hi()
1362 tcg_gen_extu_i32_i64(t64, t); in gen_store_fpr32()
1371 gen_load_fpr32(ctx, t, reg | 1); in gen_load_fpr32h()
1379 tcg_gen_extu_i32_i64(t64, t); in gen_store_fpr32h()
[all …]
/openbmc/linux/Documentation/scsi/
H A D53c700.rst69 This will be a standard SCSI driver (I don't know of a good document
/openbmc/linux/scripts/coccinelle/api/
H A Dstream_open.cocci370 // no read, no write - don't change anything
/openbmc/linux/Documentation/hwmon/
H A Docc.rst142 that doesn't fit anywhere else. The meaning of these sensors is entirely
/openbmc/linux/drivers/net/wireless/broadcom/b43/
H A DKconfig89 It's safe to select Y here, even if you don't have a B43 SDIO device.
/openbmc/linux/arch/m68k/fpsp040/
H A Dx_unfl.S186 | ;also ensure that a0 isn't corrupted
/openbmc/linux/Documentation/networking/
H A Ddns_resolver.rst78 it doesn't find it, it upcalls to userspace to make a new DNS query, which
/openbmc/linux/Documentation/PCI/endpoint/
H A Dpci-test-howto.rst50 # mount -t configfs none /sys/kernel/config
/openbmc/linux/arch/powerpc/boot/dts/
H A Dhotfoot.dts271 * IO range but we don't use it for now
/openbmc/linux/Documentation/gpu/
H A Dafbc.rst76 which doesn't include alpha can be used, e.g. DRM_FORMAT_BGR888.

1...<<271272273274275276277278279280>>...349