Home
last modified time | relevance | path

Searched refs:runnable (Results 1 – 25 of 29) sorted by relevance

12

/openbmc/linux/kernel/sched/
H A Dpelt.c103 unsigned long load, unsigned long runnable, int running) in accumulate_sum() argument
143 if (runnable) in accumulate_sum()
144 sa->runnable_sum += runnable * contrib << SCHED_CAPACITY_SHIFT; in accumulate_sum()
181 unsigned long load, unsigned long runnable, int running) in ___update_load_sum() argument
217 runnable = running = 0; in ___update_load_sum()
226 if (!accumulate_sum(delta, sa, load, runnable, running)) in ___update_load_sum()
H A Dfair.c866 * EEVDF selects the best runnable task from two criteria:
1058 /* Give new sched_entity start runnable values to heavy its load in infant time */
1996 unsigned long runnable; member
2032 ((ns->compute_capacity * imbalance_pct) < (ns->runnable * 100)))) in numa_classify()
2037 ((ns->compute_capacity * imbalance_pct) > (ns->runnable * 100)))) in numa_classify()
2088 ns->runnable += cpu_runnable(rq); in update_numa_stats()
4017 * on an 8-core system with 8 tasks each runnable on one CPU shares has in calc_group_shares()
4019 * case no task is runnable on a CPU MIN_SHARES=2 should be returned in calc_group_shares()
4219 * _IFF_ we look at the pure running and runnable sums. Because they
4223 * and simply copies the running/runnable su
6961 unsigned int runnable; cpu_runnable_without() local
7701 unsigned long runnable; cpu_util() local
[all...]
/openbmc/linux/Documentation/scheduler/
H A Dschedutil.rst35 Using this we track 2 key metrics: 'running' and 'runnable'. 'Running'
36 reflects the time an entity spends on the CPU, while 'runnable' reflects the
40 while 'runnable' will increase to reflect the amount of contention.
83 The result is that the above 'running' and 'runnable' metrics become invariant
105 A further runqueue wide sum (of runnable tasks) is maintained of:
H A Dsched-design-CFS.rst44 up CPU time between runnable tasks as close to "ideal multitasking hardware" as
71 CFS maintains a time-ordered rbtree, where all runnable tasks are sorted by the
167 Called when a task enters a runnable state.
173 When a task is no longer runnable, this function is called to keep the
185 This function checks if a task that entered the runnable state should
H A Dsched-bwc.rst15 slices as threads in the cgroup become runnable. Once all quota has been
202 decide which application is chosen to run, as they will both be runnable and
H A Dsched-capacity.rst242 accurately be predicted the moment a task first becomes runnable. The CFS class
/openbmc/linux/Documentation/timers/
H A Dno_hz.rst24 have only one runnable task (CONFIG_NO_HZ_FULL=y). Unless you
44 will frequently be multiple runnable tasks per CPU. In these cases,
107 If a CPU has only one runnable task, there is little point in sending it
109 Note that omitting scheduling-clock ticks for CPUs with only one runnable
113 sending scheduling-clock interrupts to CPUs with a single runnable task,
260 runnable task for a given CPU, even though there are a number
263 runnable high-priority SCHED_FIFO task and an arbitrary number
270 single runnable SCHED_FIFO task and multiple runnable SCHED_OTHER
273 And even when there are multiple runnable tasks on a given CPU,
/openbmc/openbmc/poky/meta/recipes-core/picolibc/picolibc/
H A Dno-early-compiler-checks.cross3 # ../git/meson.build:35:0: ERROR: Executables created by c compiler are not runnable...
/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/recipes-bsp/u-boot/files/
H A Dfvp.env6 # runnable variables in order of execution (for readability)
/openbmc/linux/Documentation/accounting/
H A Ddelay-accounting.rst7 runnable task may wait for a free CPU to run on.
12 a) waiting for a CPU (while being runnable)
H A Dtaskstats-struct.rst112 /* Delay waiting for cpu, while runnable
/openbmc/linux/Documentation/virt/
H A Dguest-halt-polling.rst18 even with other runnable tasks in the host.
/openbmc/linux/Documentation/virt/kvm/
H A Dhalt-polling.rst18 interval or some other task on the runqueue is runnable the scheduler is
150 - Halt polling will only be conducted by the host when no other tasks are runnable on
/openbmc/linux/Documentation/admin-guide/pm/
H A Dcpuidle.rst90 Tasks can be in various states. In particular, they are *runnable* if there are
93 events to occur or similar). When a task becomes runnable, the CPU scheduler
94 assigns it to one of the available CPUs to run and if there are no more runnable
97 another CPU). [If there are multiple runnable tasks assigned to one CPU
101 The special "idle" task becomes runnable if there are no other runnable tasks
193 multiple runnable tasks assigned to one CPU at the same time, the only way to
216 not be shared between multiple runnable tasks, the primary reason for using the
/openbmc/qemu/tests/unit/
H A Dmeson.build149 # are not runnable under TSan due to a known issue.
/openbmc/qemu/qapi/
H A Drun-state.json107 # @running: true if all VCPUs are runnable, false if not runnable
H A Dmachine-target.json366 # @unavailable-features is an empty list, the CPU model is runnable
/openbmc/linux/Documentation/core-api/
H A Dworkqueue.rst118 number of the currently runnable workers. Generally, work items are
121 stalling should be optimal. As long as there are one or more runnable
205 concurrency level. In other words, runnable CPU intensive
213 regulated by the concurrency management and runnable
/openbmc/linux/Documentation/arch/arm64/
H A Dasymmetric-32bit.rst154 ``KVM_EXIT_FAIL_ENTRY`` and will remain non-runnable until successfully
/openbmc/linux/Documentation/arch/s390/
H A Dvfio-ccw.rst331 space, and assemble a runnable kernel channel program by updating the
382 channel program, which becomes runnable for a real device.
/openbmc/linux/Documentation/admin-guide/hw-vuln/
H A Dcore-scheduling.rst108 highest priority task with the same cookie is selected if there is one runnable
/openbmc/linux/Documentation/admin-guide/
H A Dkernel-per-CPU-kthreads.rst159 for example, ensure that at most one runnable kthread is present
/openbmc/linux/Documentation/process/
H A Dlicense-rules.rst356 with this exception. This is required for creating runnable executables
/openbmc/linux/Documentation/filesystems/
H A Dproc.rst713 number of processes currently runnable (running or on ready queue);
717 processes currently runnable" and "total number of processes
1523 running or ready to run (i.e., the total number of runnable threads).
2157 out. With CPU isolation and a single runnable task this can take
/openbmc/linux/Documentation/locking/
H A Drt-mutex-design.rst69 of A. So now if B becomes runnable, it would not preempt C, since C now has

12