Home
last modified time | relevance | path

Searched refs:t (Results 4601 – 4625 of 8709) sorted by relevance

1...<<181182183184185186187188189190>>...349

/openbmc/linux/Documentation/admin-guide/device-mapper/
H A Dwritecache.rst6 doesn't cache reads because reads are supposed to be cached in page cache
49 applicable only to persistent memory - don't use the FUA
/openbmc/linux/drivers/dma/ioat/
H A Ddma.h395 void ioat_cleanup_event(struct tasklet_struct *t);
396 void ioat_timer_event(struct timer_list *t);
/openbmc/linux/net/mac80211/
H A Dmesh.h336 void mesh_plink_timer(struct timer_list *t);
357 void mesh_path_timer(struct timer_list *t);
/openbmc/linux/drivers/gpu/drm/exynos/
H A Dexynos_drm_vidi.c160 static void vidi_fake_vblank_timer(struct timer_list *t) in vidi_fake_vblank_timer() argument
162 struct vidi_context *ctx = from_timer(ctx, t, timer); in vidi_fake_vblank_timer()
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dutils.hpp443 operator()(const T& t) const in operator ()()
445 return static_cast<double>(t); in operator ()()
/openbmc/qemu/docs/sphinx-static/
H A Dtheme_overrides.css69 /* Interim: Code-blocks with line nos - lines and line numbers don't line up.
126 /* If a code box is the final element in an example admonition, don't
/openbmc/qemu/docs/system/arm/
H A Dmps2.rst49 visible difference is that the LAN9118 doesn't support checksum
74 the first UART or the third UART; if you don't see any output
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/proftpd/
H A Dproftpd_1.3.7c.bb82 sed -i '/ *User[ \t]*/s/ftp/${FTPUSER}/' ${D}${sysconfdir}/proftpd.conf
83 sed -i '/ *Group[ \t]*/s/ftp/${FTPGROUP}/' ${D}${sysconfdir}/proftpd.conf
/openbmc/openbmc/poky/meta/recipes-devtools/meson/
H A Dmeson_1.4.0.bb44 # - We can't set vars like CC, CXX, etc. yet because they will be filled in with
46 # - Some overrides aren't needed, since the SDK injects paths that take care of
/openbmc/openbmc/poky/meta/recipes-core/glibc/
H A Dglibc_2.39.bb106 # don't pass CPPFLAGS into configure, since it upsets the kernel-headers
107 # version check and doesn't really help with anything
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/fwupd/
H A Dfwupd_1.9.18.bb106 # Turn off the capsule splash as it needs G-I at buildtime, which isn't currently supported
112 # Always disable these plugins on non-x86 platforms as they don't compile or are useless
/openbmc/openbmc/meta-arm/documentation/
H A Dcontinuous-integration-and-kas.md39 …he same revision of the various different layers that are used. If this isn't done then there's a …
41 … artefact of the update-repos job by the CI, and only generated if it doesn't already exist in the…
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch2241 + return (int64_t)t.tv_sec * USEC_PER_SEC + t.tv_usec;
4572 + uint32_t * t = av_realloc(e, newsize * sizeof(*t));
4575 + e = t;
5778 + if (t->dts != AV_NOPTS_VALUE && now >= t->dts)
7054 + t = (ret != AVERROR(EAGAIN) || t != -1) ? 0 : 300;
8948 + t /= 1000;
10507 + // Realloc doesn't copy so don't alloc if offset != 0
11863 + timeout = (t < 0) ? 0 : (int)t;
15731 + // If we can't guess - don't
15770 + t->n = n;
[all …]
/openbmc/linux/fs/nilfs2/
H A Dsufile.c49 __u64 t = segnum + NILFS_MDT(sufile)->mi_first_entry_offset; in nilfs_sufile_get_blkoff() local
51 do_div(t, nilfs_sufile_segment_usages_per_block(sufile)); in nilfs_sufile_get_blkoff()
52 return (unsigned long)t; in nilfs_sufile_get_blkoff()
58 __u64 t = segnum + NILFS_MDT(sufile)->mi_first_entry_offset; in nilfs_sufile_get_offset() local
60 return do_div(t, nilfs_sufile_segment_usages_per_block(sufile)); in nilfs_sufile_get_offset()
/openbmc/linux/sound/pci/asihpi/
H A Dhpi_internal.h982 struct hpi_profile_res_time t; member
1019 struct hpi_clock_msg t; /* dsp time */ member
1080 struct hpi_clock_res t; /* dsp time */ member
1188 struct hpi_clock_msg t; member
1207 struct hpi_clock_res t; member
/openbmc/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool-prog.rst157 such, so the path won't show in **bpftool prog show -f**,
299 | **# bpftool prog dump xlated id 10 file /tmp/t**
300 | **$ ls -l /tmp/t**
304 -rw------- 1 root root 560 Jul 22 01:42 /tmp/t
317 | **# mount -t bpf none /sys/fs/bpf/**
/openbmc/linux/kernel/power/
H A DKconfig60 for suspend states like suspend-to-RAM (STR) often don't work very
293 manpage ("man 8 hdparm") for that), and it doesn't turn off
296 Generally, if you don't have a battery in your machine, there isn't
298 random kernel OOPSes or reboots that don't seem to be related to
/openbmc/linux/Documentation/PCI/
H A Dmsi-howto.rst18 try if a device doesn't support MSIs.
103 if it can't meet the minimum number of vectors.
224 Some host chipsets simply don't support MSIs properly. If we're
227 Some boards don't include this information in the table and so we have
280 Then, 'lspci -t' gives the list of bridges above a device. Reading
/openbmc/linux/Documentation/staging/
H A Dremoteproc.rst19 abstracting the hardware differences, so the entire driver doesn't need to be
77 decrement it back once rproc isn't needed anymore.
116 Allocate a new remote processor handle, but don't register
143 rproc's refcount. It doesn't directly free rproc; that would happen
180 Returns 0 on success and -EINVAL if @rproc isn't valid.
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-sun8i.c626 u32 t, r; in sun8i_dwmac_set_mac() local
628 t = readl(ioaddr + EMAC_TX_CTL0); in sun8i_dwmac_set_mac()
631 t |= EMAC_TX_TRANSMITTER_EN; in sun8i_dwmac_set_mac()
634 t &= ~EMAC_TX_TRANSMITTER_EN; in sun8i_dwmac_set_mac()
637 writel(t, ioaddr + EMAC_TX_CTL0); in sun8i_dwmac_set_mac()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fbida/files/
H A Dsupport-jpeg-turbo.patch18 + * applications using the library shouldn't need to include this file.
1060 - /* Don't need a workspace array */
1065 + /* do_flip_h_no_crop doesn't need a workspace array */
1249 - * because it hasn't been set yet in the destination
1250 - * (and we don't want to use the source's value).
1271 - if (MCU_cols > 0) /* can't trim to 0 pixels */
1295 - * because it hasn't been set yet in the destination
1296 - * (and we don't want to use the source's value).
1347 - if (MCU_rows > 0) /* can't trim to 0 pixels */
1407 - * will get set to 1, which typically won't match the source.
[all …]
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dkernel.bbclass57 # FILES:${KERNEL_PACKAGE_NAME}-dev doesn't expand correctly
124 …echo "Filesystem on ${KERNEL_IMAGEDEST}/ doesn't support symlinks, falling back to copied image (%…
177 # We need to move these over to STAGING_KERNEL_DIR. We can't just
178 # create the symlink in advance as the git fetcher can't cope with
189 # drop trailing slash, so that os.symlink(kernsrc, s) doesn't use s as
498 # Must be ran no earlier than after do_kernel_checkout or else Makefile won't be in ${S}/Makefile
505 …# Don't use KERNEL_VERSION because the headers it grabs the version from aren't generated until do…
631 # We don't need to stage anything, not the modules/firmware since those would clash with linux-firm…
786 # If more than one image type is enabled, warn on any that don't fit but only fail
/openbmc/qemu/target/arm/tcg/
H A Da64.decode204 # We don't need to decode DRPS because it always UNDEFs except when
205 # the processor is in halting debug state (which we don't implement).
218 # Our DGL is a NOP because we don't merge memory accesses anyway.
236 # that isn't specifically allocated to an instruction must NOP
288 # we don't implement. So we don't need to decode them. The patterns
310 # CASP, CASPA, CASPAL, CASPL (we don't decode the bits that determine
332 # STNP, LDNP: Signed offset, non-temporal hint. We don't emulate caches
523 # LDRA immediate is 10 bits signed and scaled, but the bits aren't all contiguous
621 # We don't distinguish temporal and non-temporal accesses, but we
/openbmc/linux/drivers/usb/atm/
H A Dspeedtch.c560 static void speedtch_status_poll(struct timer_list *t) in speedtch_status_poll() argument
562 struct speedtch_instance_data *instance = from_timer(instance, t, in speedtch_status_poll()
574 static void speedtch_resubmit_int(struct timer_list *t) in speedtch_resubmit_int() argument
576 struct speedtch_instance_data *instance = from_timer(instance, t, in speedtch_resubmit_int()
/openbmc/linux/tools/usb/usbip/
H A DINSTALL37 some point `config.cache' contains results you don't want to keep, you
137 find the X include and library files automatically, but if it doesn't,
159 `config.sub' isn't included in this package, then this package doesn't

1...<<181182183184185186187188189190>>...349