Home
last modified time | relevance | path

Searched refs:fst (Results 1 – 19 of 19) sorted by relevance

/openbmc/qemu/fsdev/
H A Dqemu-fsdev-throttle.c24 FsThrottle *fst = opaque; in fsdev_throttle_read_timer_cb() local
25 qemu_co_enter_next(&fst->throttled_reqs[false], NULL); in fsdev_throttle_read_timer_cb()
30 FsThrottle *fst = opaque; in fsdev_throttle_write_timer_cb() local
31 qemu_co_enter_next(&fst->throttled_reqs[true], NULL); in fsdev_throttle_write_timer_cb()
34 int fsdev_throttle_parse_opts(QemuOpts *opts, FsThrottle *fst, Error **errp) in fsdev_throttle_parse_opts() argument
36 throttle_config_init(&fst->cfg); in fsdev_throttle_parse_opts()
37 fst->cfg.buckets[THROTTLE_BPS_TOTAL].avg = in fsdev_throttle_parse_opts()
39 fst->cfg.buckets[THROTTLE_BPS_READ].avg = in fsdev_throttle_parse_opts()
41 fst->cfg.buckets[THROTTLE_BPS_WRITE].avg = in fsdev_throttle_parse_opts()
43 fst->cfg.buckets[THROTTLE_OPS_TOTAL].avg = in fsdev_throttle_parse_opts()
[all …]
H A Dfile-op-9p.h94 FsThrottle fst; member
105 FsThrottle *fst; member
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/daq/libdaq/
H A D0001-example-Use-lm-for-the-fst-module.patch4 Subject: [PATCH] example: Use -lm for the fst module
9 …y const&, std::__1::pair<FstKey const, FstNode*>&&)) in archive ../modules/fst/.libs/libdaq_static…
25 daqtest_static_LDADD += ${top_builddir}/modules/fst/libdaq_static_fst.la $(DAQ_FST_LIBS)
/openbmc/qemu/target/mips/
H A Dfpu_helper.h13 uint32_t float_class_s(uint32_t arg, float_status *fst);
14 uint64_t float_class_d(uint64_t arg, float_status *fst);
/openbmc/openbmc/poky/scripts/esdk-tools/
H A Drunqemu334 def check_arg_fstype(self, fst): argument
336 if fst not in self.fstypes + self.vmtypes + self.wictypes:
337 logger.warning("Maybe unsupported FSTYPE: %s" % fst)
338 if not self.fstype or self.fstype == fst:
339 if fst == 'ramfs':
340 fst = 'cpio.gz'
341 if fst in ('tar.bz2', 'tar.gz'):
342 fst = 'nfs'
343 self.fstype = fst
345 raise RunQemuError("Conflicting: FSTYPE %s and %s" % (self.fstype, fst))
[all...]
/openbmc/openbmc/poky/scripts/
H A Drunqemu334 def check_arg_fstype(self, fst): argument
336 if fst not in self.fstypes + self.vmtypes + self.wictypes:
337 logger.warning("Maybe unsupported FSTYPE: %s" % fst)
338 if not self.fstype or self.fstype == fst:
339 if fst == 'ramfs':
340 fst = 'cpio.gz'
341 if fst in ('tar.bz2', 'tar.gz'):
342 fst = 'nfs'
343 self.fstype = fst
345 raise RunQemuError("Conflicting: FSTYPE %s and %s" % (self.fstype, fst))
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/daq/
H A Dlibdaq_3.0.19.bb13 file://0001-example-Use-lm-for-the-fst-module.patch"
/openbmc/qemu/hw/9pfs/
H A Dcofile.c260 fsdev_co_throttle_request(s->ctx.fst, THROTTLE_WRITE, iov, iovcnt); in v9fs_co_pwritev()
280 fsdev_co_throttle_request(s->ctx.fst, THROTTLE_READ, iov, iovcnt); in v9fs_co_preadv()
H A D9p.c4361 s->ctx.fst = &fse->fst; in v9fs_device_realize_common()
4362 fsdev_throttle_init(s->ctx.fst); in v9fs_device_realize_common()
4380 if (s->ctx.fst) { in v9fs_device_unrealize_common()
4381 fsdev_throttle_cleanup(s->ctx.fst); in v9fs_device_unrealize_common()
H A D9p-local.c1564 if (fsdev_throttle_parse_opts(opts, &fse->fst, errp)) { in local_parse_opts()
/openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/files/
H A Dobmc-update.sh80 fst=$(blkid_fs_type "$1")
H A Dobmc-init.sh44 fst=$(blkid_fs_type "$1")
/openbmc/qemu/hw/display/
H A Dvmware_vga.c466 uint8_t *fst; in vmsvga_fill_rect() local
480 fst = s->vga.vram_ptr + surface_bytes_per_pixel(surface) * x + bypl * y; in vmsvga_fill_rect()
483 dst = fst; in vmsvga_fill_rect()
491 dst = fst; in vmsvga_fill_rect()
494 memcpy(dst, fst, width); in vmsvga_fill_rect()
/openbmc/openbmc/meta-hpe/meta-common/recipes-phosphor/initrdscripts/files/
H A Dgxp-obmc-init.sh46 fst=$(blkid_fs_type "$1")
/openbmc/openbmc/poky/bitbake/lib/ply/
H A Dyacc.py1745 fst = self._first(p.prod[i+1:])
1747 for f in fst:
/openbmc/qemu/tcg/loongarch64/
H A Dtcg-insn-defs.c.inc2002 /* Emits the `fst.s fd, j, sk12` instruction. */
2016 /* Emits the `fst.d fd, j, sk12` instruction. */
/openbmc/qemu/tests/tcg/i386/
H A Dx86.csv708 "FST ST(i), ST(0)","FST ST(0), ST(i)","fst ST(0), ST(i)","DD D0+i","V","V","","","w,r","Y",""
/openbmc/
Dopengrok1.0.log[all...]
Dopengrok2.0.log[all...]