| /openbmc/qemu/ui/ |
| H A D | vnc-enc-zlib.c | 49 static void vnc_zlib_start(VncState *vs, VncWorker *worker) in vnc_zlib_start() argument 51 buffer_reset(&worker->zlib.zlib); in vnc_zlib_start() 54 worker->zlib.tmp = vs->output; in vnc_zlib_start() 55 vs->output = worker->zlib.zlib; in vnc_zlib_start() 58 static int vnc_zlib_stop(VncState *vs, VncWorker *worker) in vnc_zlib_stop() argument 60 z_streamp zstream = &worker->zlib.stream; in vnc_zlib_stop() 64 worker->zlib.zlib = vs->output; in vnc_zlib_stop() 65 vs->output = worker->zlib.tmp; in vnc_zlib_stop() 79 err = deflateInit2(zstream, worker->tight.compression, Z_DEFLATED, in vnc_zlib_stop() 88 worker->zlib.level = worker->tight.compression; in vnc_zlib_stop() [all …]
|
| H A D | vnc-enc-zrle.c | 255 static int zrle_send_framebuffer_update(VncState *vs, VncWorker *worker, in zrle_send_framebuffer_update() argument 262 if (worker->zrle.type == VNC_ENCODING_ZYWRLE) { in zrle_send_framebuffer_update() 263 if (!vs->vd->lossy || worker->tight.quality == (uint8_t)-1 in zrle_send_framebuffer_update() 264 || worker->tight.quality == 9) { in zrle_send_framebuffer_update() 266 worker->zrle.type = VNC_ENCODING_ZRLE; in zrle_send_framebuffer_update() 267 } else if (worker->tight.quality < 3) { in zrle_send_framebuffer_update() 269 } else if (worker->tight.quality < 6) { in zrle_send_framebuffer_update() 278 vnc_zrle_start(vs, &worker->zrle); in zrle_send_framebuffer_update() 282 zrle_encode_8ne(vs, &worker->zrle, x, y, w, h, zywrle_level); in zrle_send_framebuffer_update() 288 zrle_encode_16be(vs, &worker->zrle, x, y, w, h, zywrle_level); in zrle_send_framebuffer_update() [all …]
|
| H A D | vnc-enc-tight.c | 75 static int tight_send_framebuffer_update(VncState *vs, VncWorker *worker, 114 static int send_png_rect(VncState *vs, VncWorker *worker, 922 static int send_full_color_rect(VncState *vs, VncWorker *worker, in send_full_color_rect() argument 925 VncTight *tight = &worker->tight; in send_full_color_rect() 932 return send_png_rect(vs, worker, x, y, w, h, NULL); in send_full_color_rect() 951 static int send_solid_rect(VncState *vs, VncWorker *worker) in send_solid_rect() argument 953 VncTight *tight = &worker->tight; in send_solid_rect() 969 static int send_mono_rect(VncState *vs, VncWorker *worker, int x, int y, in send_mono_rect() argument 974 int level = tight_conf[worker->tight.compression].mono_zlib_level; in send_mono_rect() 977 if (tight_can_send_png_rect(vs, &worker->tight, w, h)) { in send_mono_rect() [all …]
|
| H A D | vnc.h | 364 VncWorker worker; member 613 void vnc_sent_lossy_rect(VncWorker *worker, int x, int y, int w, int h); 616 int vnc_send_framebuffer_update(VncState *vs, VncWorker *worker, 627 int vnc_zlib_send_framebuffer_update(VncState *vs, VncWorker *worker, 629 void vnc_zlib_clear(VncWorker *worker); 631 int vnc_tight_send_framebuffer_update(VncState *vs, VncWorker *worker, 633 int vnc_tight_png_send_framebuffer_update(VncState *vs, VncWorker *worker, 635 void vnc_tight_clear(VncWorker *worker); 637 int vnc_zrle_send_framebuffer_update(VncState *vs, VncWorker *worker, 639 int vnc_zywrle_send_framebuffer_update(VncState *vs, VncWorker *worker, [all …]
|
| H A D | vnc.c | 952 int vnc_send_framebuffer_update(VncState *vs, VncWorker *worker, in vnc_send_framebuffer_update() argument 959 n = vnc_zlib_send_framebuffer_update(vs, worker, x, y, w, h); in vnc_send_framebuffer_update() 966 n = vnc_tight_send_framebuffer_update(vs, worker, x, y, w, h); in vnc_send_framebuffer_update() 969 n = vnc_tight_png_send_framebuffer_update(vs, worker, x, y, w, h); in vnc_send_framebuffer_update() 972 n = vnc_zrle_send_framebuffer_update(vs, worker, x, y, w, h); in vnc_send_framebuffer_update() 975 n = vnc_zywrle_send_framebuffer_update(vs, worker, x, y, w, h); in vnc_send_framebuffer_update() 1327 vnc_zlib_clear(&vc->worker); in vnc_disconnect_finish() 1328 vnc_tight_clear(&vc->worker); in vnc_disconnect_finish() 1329 vnc_zrle_clear(&vc->worker); in vnc_disconnect_finish() 2132 vc->worker.tight.compression = 9; in set_encodings() [all …]
|
| /openbmc/openbmc/poky/meta/recipes-devtools/subversion/ |
| H A D | subversion_1.14.5.bb | 53 …worker/nightly-qa-logrotate/build/build/tmp/work/x86_64-linux/subversion-native/1.8.9-r0/build/sub… 55 …1.la' has not been installed in `/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-qa-logrota… 56 #| /home/pokybuild/yocto-autobuilder/yocto-worker/nightly-qa-logrotate/build/build/tmp/work/x86_64-…
|
| /openbmc/qemu/io/ |
| H A D | task.c | 29 QIOTaskWorker worker; member 124 task->thread->worker(task, task->thread->opaque); in qio_task_thread_worker() 151 QIOTaskWorker worker, in qio_task_run_in_thread() argument 163 data->worker = worker; in qio_task_run_in_thread() 170 trace_qio_task_thread_start(task, worker, opaque); in qio_task_run_in_thread()
|
| H A D | trace-events | 6 qio_task_thread_start(void *task, void *worker, void *opaque) "Task thread start task=%p worker=%p …
|
| /openbmc/sdbusplus/src/async/ |
| H A D | context.cpp | 255 auto worker = std::exchange(pending, nullptr); in wait_for_wait_process_stopped() local 256 while (worker == nullptr) in wait_for_wait_process_stopped() 264 worker = std::exchange(staged, nullptr); in wait_for_wait_process_stopped() 265 if (!worker) in wait_for_wait_process_stopped() 270 if (worker) in wait_for_wait_process_stopped() 272 worker->stop(); in wait_for_wait_process_stopped()
|
| /openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/udevil/files/ |
| H A D | Fix-build-with-gcc15.patch | 10 In file included from /home/worker/nano-ai/build-nano-ai/BUILD/work/qcs8550_aihub-webos-linux/udevi… 12 /home/worker/nano-ai/build-nano-ai/BUILD/work/qcs8550_aihub-webos-linux/udevil/0.4.4/recipe-sysroot… 18 /home/worker/nano-ai/build-nano-ai/BUILD/work/qcs8550_aihub-webos-linux/udevil/0.4.4/recipe-sysroot… 28 /home/worker/nano-ai/build-nano-ai/BUILD/work/qcs8550_aihub-webos-linux/udevil/0.4.4/recipe-sysroot… 34 /home/worker/nano-ai/build-nano-ai/BUILD/work/qcs8550_aihub-webos-linux/udevil/0.4.4/recipe-sysroot…
|
| /openbmc/qemu/hw/virtio/ |
| H A D | vhost-backend.c | 162 struct vhost_worker_state *worker) in vhost_kernel_new_worker() argument 164 return vhost_kernel_call(dev, VHOST_NEW_WORKER, worker); in vhost_kernel_new_worker() 168 struct vhost_worker_state *worker) in vhost_kernel_free_worker() argument 170 return vhost_kernel_call(dev, VHOST_FREE_WORKER, worker); in vhost_kernel_free_worker() 174 struct vhost_vring_worker *worker) in vhost_kernel_attach_vring_worker() argument 176 return vhost_kernel_call(dev, VHOST_ATTACH_VRING_WORKER, worker); in vhost_kernel_attach_vring_worker() 180 struct vhost_vring_worker *worker) in vhost_kernel_get_vring_worker() argument 182 return vhost_kernel_call(dev, VHOST_GET_VRING_WORKER, worker); in vhost_kernel_get_vring_worker()
|
| /openbmc/openbmc-build-scripts/ |
| H A D | README.md | 12 The combination may result in inconsistent formatting opinions across CI worker 24 The collection of container builds across all worker nodes may not hold a 28 worker nodes.
|
| /openbmc/qemu/hw/scsi/ |
| H A D | vhost-scsi.c | 175 struct vhost_worker_state worker; in vhost_scsi_set_workers() local 188 memset(&worker, 0, sizeof(worker)); in vhost_scsi_set_workers() 190 ret = dev->vhost_ops->vhost_new_worker(dev, &worker); in vhost_scsi_set_workers() 205 vq_worker.worker_id = worker.worker_id; in vhost_scsi_set_workers() 214 dev->vhost_ops->vhost_free_worker(dev, &worker); in vhost_scsi_set_workers()
|
| /openbmc/qemu/tests/unit/ |
| H A D | test-io-task.c | 140 GThread *worker; member 150 data->worker = g_thread_self(); in test_task_thread_worker() 207 g_assert(data.worker != self); in test_task_thread_complete() 249 g_assert(data.worker != self); in test_task_thread_failure()
|
| /openbmc/qemu/include/hw/virtio/ |
| H A D | vhost-backend.h | 91 struct vhost_vring_worker *worker); 93 struct vhost_vring_worker *worker); 95 struct vhost_worker_state *worker); 97 struct vhost_worker_state *worker);
|
| /openbmc/openbmc/poky/bitbake/lib/bb/ |
| H A D | runqueue.py | 1352 self.worker = {} 1356 def send_pickled_data(worker, data, name): argument 1363 worker.stdin.write(msg) 1381 …worker = subprocess.Popen(fakerootcmd + [sys.executable, workerscript, magic], stdout=subprocess.P… 1384 …worker = subprocess.Popen([sys.executable, workerscript, magic], stdout=subprocess.PIPE, stdin=sub… 1385 bb.utils.nonblockingfd(worker.stdout) 1386 …workerpipe = runQueuePipe(worker.stdout, None, self.cfgData, self, rqexec, fakerootlogs=fakerootlo… 1402 RunQueue.send_pickled_data(worker, self.cooker.configuration, "cookerconfig") 1403 RunQueue.send_pickled_data(worker, self.cooker.extraconfigdata, "extraconfigdata") 1404 RunQueue.send_pickled_data(worker, workerdata, "workerdata") [all …]
|
| H A D | cookerdata.py | 224 def __init__(self, cookercfg, worker = False): argument 252 if worker: 266 def parseBaseConfiguration(self, worker=False): argument 271 servercontext = self.data.getVar("BB_WORKERCONTEXT", False) is None and not worker
|
| /openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gdm/ |
| H A D | gdm_48.0.bb | 36 sed -i -e 's|${B}/||g' ${B}/daemon/gdm-session-worker-enum-types.c 37 sed -i -e 's|${B}/||g' ${B}/daemon/gdm-session-worker-enum-types.h
|
| /openbmc/qemu/include/io/ |
| H A D | task.h | 236 QIOTaskWorker worker,
|
| /openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-tools/ |
| H A D | 0001-fix-lttng-tools-fails-to-compile-with-libxml2-2.14.0.patch | 7 | In file included from /srv/pokybuild/yocto-worker/qemux86-alt/build/build/tmp/work/core2-32-poky-… 9 | /srv/pokybuild/yocto-worker/qemux86-alt/build/build/tmp/work/core2-32-poky-linux/lttng-tools/2.13…
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-pyperf_2.9.0.bb | 7 * Spawn multiple worker processes. \
|
| /openbmc/openpower-vpd-parser/vpd-manager/ |
| H A D | meson.build | 14 'src/worker.cpp',
|
| /openbmc/openbmc/poky/meta/recipes-devtools/python/python3/ |
| H A D | 0001-test_storlines-skip-due-to-load-variability.patch | 7 a worker is under heavy load, so skip it during testing.
|
| /openbmc/openbmc/poky/bitbake/bin/ |
| H A D | bitbake-worker | 480 self.databuilder = bb.cookerdata.CookerDataBuilder(self.cookercfg, worker=True) 481 self.databuilder.parseBaseConfiguration(worker=True) 570 worker = BitbakeWorker(os.fdopen(sys.stdin.fileno(), 'rb')) 572 worker.serve() 577 profile.Profile.runcall(prof, worker.serve)
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-yappi/ |
| H A D | 0001-test_functionality-convert-line-endings-to-Unix.patch | 1172 - # MACOSx optimizes by only creating one worker thread 1383 - def worker(): 1391 - t = Thread(target=worker) 1405 - def worker(): 1412 - t1 = threading.Thread(target=worker) 1413 - t2 = threading.Thread(target=worker) 1450 - def worker(): 1458 - t1 = threading.Thread(target=worker) 3083 + # MACOSx optimizes by only creating one worker thread 3294 + def worker(): [all …]
|