/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_fence.c | 1059 signed long t) in radeon_fence_default_wait() argument 1068 return t; in radeon_fence_default_wait() 1070 while (t > 0) { in radeon_fence_default_wait() 1084 t = -EDEADLK; in radeon_fence_default_wait() 1088 t = schedule_timeout(t); in radeon_fence_default_wait() 1090 if (t > 0 && intr && signal_pending(current)) in radeon_fence_default_wait() 1091 t = -ERESTARTSYS; in radeon_fence_default_wait() 1097 return t; in radeon_fence_default_wait()
|
/openbmc/linux/Documentation/scheduler/ |
H A D | sched-deadline.rst | 102 remaining runtime = remaining runtime - t 236 |---|---|---|---|---|---|---|---|--------->t 246 |---|---|---|---|---|---|---|---|--------->t 260 - Time t = 0: 266 - Time t = 2: 274 - Time t = 4: 283 - Time t = 8: 404 such a time with the interval size t. If h(t) is smaller than t (that is, 684 mount -t cgroup -o cpuset cpuset /dev/cpuset 736 # rt-app -t 100000:10000:d -t 150000:20000:f:10 -D5 [all …]
|
/openbmc/qemu/tcg/ |
H A D | optimize.c | 780 TCGArg t; in swap_commutative2() local 781 t = p1[0], p1[0] = p2[0], p2[0] = t; in swap_commutative2() 782 t = p1[1], p1[1] = p2[1], p2[1] = t; in swap_commutative2() 1014 uint64_t t; in fold_const1() local 1017 t = do_constant_folding(op->opc, ctx->type, t, 0); in fold_const1() 1458 t = do_constant_folding(op->opc, ctx->type, t, op->args[2]); in fold_bswap() 1551 t = do_constant_folding(op->opc, ctx->type, t, 0); in fold_count_zeros() 1655 t = dup_const(TCGOP_VECE(op), t); in fold_dup() 1696 uint64_t t; in fold_extract() local 1699 t = extract64(t, pos, len); in fold_extract() [all …]
|
/openbmc/openbmc/poky/bitbake/lib/bb/ui/ |
H A D | knotty.py | 236 def keepAlive(self, t): argument 239 for t in self.helper.running_tasks: 240 print(t) 261 for t in runningpids: 262 start_time = activetasks[t].get("starttime", None) 264 …msg = "%s - %s (pid %s)" % (activetasks[t]["title"], self.elapsed(currenttime - start_time), activ… 266 msg = "%s (pid %s)" % (activetasks[t]["title"], activetasks[t]["pid"]) 267 progress = activetasks[t].get("progress", None) 269 pbar = activetasks[t].get("progressbar", None) 270 rate = activetasks[t].get("rate", None) [all …]
|
/openbmc/linux/arch/powerpc/boot/dts/fsl/ |
H A D | ppa8548.dts | 35 /* ppa8548 board doesn't support PCI */ 40 /* ppa8548 board doesn't support PCI */ 45 /* ppa8548 board doesn't support PCI */
|
/openbmc/openbmc/poky/scripts/ |
H A D | runqemu.README | 19 If <machine> isn't specified, the script will try to detect the machine name 22 If <filesystem> isn't specified, nfs booting will be assumed. 25 core-image-sato-sdk image built by the build system. If an sdk image isn't present it will look
|
/openbmc/openbmc/poky/meta/recipes-extended/groff/files/ |
H A D | 0001-build-Fix-Savannah-64681-webpage.ps-deps.patch | 30 +# soelim even though the document doesn't require them. 43 +# soelim even though the document doesn't require them. 51 && $(DOC_GROFF) -t -I $(doc_srcdir) -P-jwebpage -P-nrb \
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | fm2fb.c | 180 unsigned char t = FRAMEMASTER_ROM; in fm2fb_blank() local 183 t |= FRAMEMASTER_ENABLE | FRAMEMASTER_NOLACE; in fm2fb_blank() 184 fm2fb_reg[0] = t; in fm2fb_blank()
|
/openbmc/linux/drivers/iio/gyro/ |
H A D | adis16080.c | 56 struct spi_transfer t[] = { in adis16080_read_sample() local 69 ret = spi_sync_transfer(st->us, t, ARRAY_SIZE(t)); in adis16080_read_sample()
|
/openbmc/linux/drivers/input/joystick/ |
H A D | magellan.c | 67 int i, t; in magellan_process_packet() local 85 t = (data[1] << 1) | (data[2] << 5) | data[3]; in magellan_process_packet() 86 for (i = 0; i < 9; i++) input_report_key(dev, magellan_buttons[i], (t >> i) & 1); in magellan_process_packet()
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/files/ |
H A D | obmc-update.sh | 115 --ignore-size Don't compare image size to mtd device size 118 --no-save-files Don't copy whitelisted files to save directory 194 # shell didn't expand the wildcard, so no files exist
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libstrictures/ |
H A D | libstrictures-perl_2.000006.bb | 5 Things like the importer in \"use Moose\" don't help me because they turn \ 6 warnings on but don't make them fatal -- which from my point of view is \ 7 useless because I want an exception to tell me my code isn't warnings-clean. \
|
/openbmc/openbmc/poky/meta/recipes-support/libxslt/ |
H A D | libxslt_1.1.42.bb | 31 # We don't DEPEND on binutils for ansidecl.h so ensure we don't use the header. 36 # appear out of date. Touch it so that we don't try to regenerate it.
|
/openbmc/u-boot/arch/arm/include/asm/armv8/ |
H A D | mmu.h | 72 #define PMD_ATTRINDX(t) ((t) << 2) argument
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 288.out | 9 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824 25 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824
|
H A D | 117.out | 2 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=65536 8 'filename': 'TEST_DIR/t.IMGFMT' } }
|
/openbmc/openbmc/poky/meta-selftest/recipes-test/selftest-ed/ |
H A D | selftest-ed_1.14.1.bb | 15 RECIPE_NO_UPDATE_REASON = "This recipe is used in selftest and shouldn't be updated otherwise" 32 # Info dir listing isn't interesting at this point so remove it if it exists.
|
/openbmc/linux/arch/csky/include/asm/ |
H A D | futex.h | 34 [u] "+m" (*uaddr), [t] "=&r" (tmp) \ 110 [t] "=&r" (tmp) in futex_atomic_cmpxchg_inatomic()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nspr/nspr/ |
H A D | 0001-config-nspr-config.in-don-t-pass-LDFLAGS.patch | 4 Subject: [PATCH] config/nspr-config.in: don't pass LDFLAGS 6 Don't pass LDFLAGS to avoid exposing the build env info.
|
/openbmc/sdbusplus/test/async/ |
H A D | task.cpp | 11 auto t = [&]() -> task<> { in TEST() local 20 stdexec::sync_wait(t()); in TEST()
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-py-cpuinfo/ |
H A D | 0001-test_cli.py-disable.patch | 6 These tests fail if .../site-packages/cpuinfo/cpuinfo.py isn't 7 executable, but setting it so during do_install doesn't seem to work.
|
/openbmc/linux/tools/virtio/linux/ |
H A D | dma-mapping.h | 35 #define dma_unmap_single_attrs(d, a, s, r, t) do { \ argument 36 (void)(d); (void)(a); (void)(s); (void)(r); (void)(t); \
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-connectivity/network-manager-applet/ |
H A D | network-manager-applet_1.36.0.bb | 16 # We don't not have ubuntu's appindicator (yet?) 18 # We currently don't build NetworkManager with libteamdctl support
|
/openbmc/webui-vue/src/store/modules/Settings/ |
H A D | DateTimeStore.js | 77 return i18n.global.t('pageDateTime.toast.successSaveDateTime'); 82 i18n.global.t('pageDateTime.toast.errorSaveDateTime'),
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | ptest-perl.bbclass | 18 cp -r ${B}/t ${D}${PTEST_PATH} 22 FILES:${PN}-ptest:prepend = "${PTEST_PATH}/t/* ${PTEST_PATH}/run-ptest "
|