Home
last modified time | relevance | path

Searched refs:processes (Results 1 – 25 of 184) sorted by relevance

12345678

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/collectd/collectd/
H A D0001-Remove-including-sys-sysctl.h-on-glibc-based-systems.patch20 src/processes.c | 2 +-
24 diff --git a/src/processes.c b/src/processes.c
26 --- a/src/processes.c
27 +++ b/src/processes.c
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/
H A Dphp-fpm.conf66 ; Time limit for child processes to wait for a reaction on signals from master.
72 ; The maximum number of processes FPM will fork. This has been design to control
73 ; the global number of processes when using dynamic PM within a lot of pools.
114 ; Multiple pools of child processes may be started with different listening
137 ; Unix user/group of processes
219 ; The number of child processes created on startup.
224 ; The desired minimum number of idle server processes.
229 ; The desired maximum number of idle server processes.
257 ; idle processes - the number of idle processes;
258 ; active processes - the number of active processes;
[all …]
H A Dphp-fpm.service16 # so this service cannot access the global directories and other processes cannot
20 # Mounts the /usr, /boot, and /etc directories read-only for processes invoked by this unit.
23 # Sets up a new /dev namespace for the executed processes and only adds API pseudo devices
34 # /proc/acpi, /proc/timer_stats, /proc/fs and /proc/irq will be made read-only to all processes
41 # made read-only to all processes of the unit. Except for container managers no services should
49 # Restricts the set of socket address families accessible to the processes of this unit.
/openbmc/openbmc/poky/meta/lib/oeqa/sdk/
H A Dtestsdk.py91 processes = d.getVar("TESTIMAGE_NUMBER_THREADS") or d.getVar("BB_NUMBER_THREADS")
92 if processes:
97 processes = None
123 if processes:
124 result = tc.runTests(processes=int(processes))
/openbmc/openbmc/poky/scripts/pybootchartgui/
H A DREADME.pybootchart8 formats. Bootchart collects information about the processes, their
22 A typical boot sequence consists of several hundred processes. Since
24 way, tree pruning is utilized. Idle background processes and
25 short-lived processes are removed. Similar processes running in
/openbmc/openbmc/poky/meta/recipes-extended/psmisc/
H A Dpsmisc_23.7.bb1 SUMMARY = "Utilities for managing processes on your system"
3 DESCRIPTION = "The psmisc package contains utilities for managing processes on your \
5 structure of all of the running processes on your system. The killall \
7 processes identified by name. The fuser command identifies the PIDs \
8 of processes that are using specified files or filesystems."
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/
H A Dcontext.py38 def __init__(self, suite, processes, setupfunc, removefunc, bb_vars): argument
40 self.processes = processes
163 def prepareSuite(self, suites, processes): argument
164 if processes:
167 …return ConcurrentTestSuite(suites, processes, self.setup_builddir, self.removebuilddir, self.bb_va…
169 …return NonConcurrentTestSuite(suites, processes, self.setup_builddir, self.removebuilddir, self.bb…
171 def runTests(self, processes=None, machine=None, skips=[]): argument
172 return super(OESelftestTestContext, self).runTests(processes, skips)
214 processes = int(parameter)
215 if processes:
[all …]
/openbmc/qemu/gdbstub/
H A Dsystem.c47 g_free(gdbserver_state.processes); in reset_gdbserver_state()
48 gdbserver_state.processes = NULL; in reset_gdbserver_state()
96 s->processes[i].attached = !i; in gdb_chr_event()
289 s->processes = g_renew(GDBProcess, s->processes, ++s->process_num); in find_cpu_clusters()
291 process = &s->processes[s->process_num - 1]; in find_cpu_clusters()
327 if (gdbserver_state.processes) { in create_processes()
329 qsort(gdbserver_state.processes, in create_processes()
331 sizeof(gdbserver_state.processes[0]), in create_processes()
/openbmc/u-boot/tools/binman/
H A Dbinman39 def RunTests(debug, processes, args): argument
81 if use_concurrent and processes != 1:
83 fork_for_tests(processes or multiprocessing.cpu_count()))
134 ret_code = RunTests(options.debug, options.processes, args[1:])
H A Dbinman.py39 def RunTests(debug, processes, args): argument
81 if use_concurrent and processes != 1:
83 fork_for_tests(processes or multiprocessing.cpu_count()))
134 ret_code = RunTests(options.debug, options.processes, args[1:])
/openbmc/google-misc/subprojects/metrics-ipmi-blobs/
H A DREADME.md13 4. Status of the top 10 processes: cmdline, utime, stime
14 5. File descriptor of top 10 processes: cmdline, file descriptor count
/openbmc/qemu/docs/interop/
H A Ddbus.rst8 QEMU may be running with various helper processes involved:
9 - vhost-user* processes (gpu, virtfs, input, etc...)
17 Having several processes allows stricter security rules, as well as
25 Using a bus, helper processes can discover and communicate with each
52 processes that are connected to it. It is thus a good idea to run
/openbmc/openbmc/poky/meta/recipes-devtools/perl/files/
H A Derrno_ver.diff5 long-running processes.
10 processes embedding perl when upgrading to a newer version,
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/tests/
H A Dparser_test.py44 processes = samples.process_map
45 sorted_processes = [processes[k] for k in sorted(processes.keys())]
/openbmc/qemu/docs/tools/
H A Dqemu-trace-stap.rst81 existing running processes and all future launched processes,
93 For example, to monitor all processes executing |qemu_system|
106 To monitor QEMU processes running an alternative binary outside of
/openbmc/u-boot/tools/
H A Dgenboardscfg.py242 processes = []
251 processes.append(p)
259 while any([p.is_alive() for p in processes]):
266 for p in processes:
/openbmc/openbmc/poky/meta/lib/oeqa/core/
H A Dcontext.py78 def prepareSuite(self, suites, processes): argument
81 def runTests(self, processes=None, skips=[]): argument
89 if not processes:
91 result = self.runner.run(self.prepareSuite(self.suites, processes))
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Dprocess_tree.py224 def merge_exploders(self, process_subtree, processes): argument
231 if processes in processes and len(p.child_list) > 0:
239 num_removed += self.merge_exploders(p.child_list, processes)
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0023-tests-Skip-2-qemu-tests-that-can-hang-in-oe-selftest.patch6 qemumips and qemuppc were leaving stale processes behind after
9 Disable them so that there are no stale processes left behind.
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dqemutinyrunner.py146 processes = ps.decode("utf-8").split('\n')
147 nfields = len(processes[0].split()) - 1
150 for row in processes[1:]:
/openbmc/qemu/qga/
H A Dcommands.c108 QTAILQ_HEAD(, GuestExecInfo) processes;
110 .processes = QTAILQ_HEAD_INITIALIZER(guest_exec_state.processes),
129 QTAILQ_INSERT_TAIL(&guest_exec_state.processes, gei, next); in guest_exec_info_add()
138 QTAILQ_FOREACH(gei, &guest_exec_state.processes, next) { in guest_exec_info_find()
220 QTAILQ_REMOVE(&guest_exec_state.processes, gei, next); in qmp_guest_exec_status()
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/
H A Dlibxshmfence_1.3.3.bb4 with the X SyncFence objects that can be shared between processes \
/openbmc/openbmc/poky/meta/recipes-extended/libpipeline/
H A Dlibpipeline_1.5.8.bb2 DESCRIPTION = "This is a C library for setting up and running pipelines of processes, \
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-process-tests_3.0.0.bb4 SUMMARY = "Tools for testing processes."
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/polkit/
H A Dpolkit_126.bb2 …ining and handling the policy that allows unprivileged processes to speak to privileged processes."

12345678