Home
last modified time | relevance | path

Searched refs:runqueue (Results 1 – 25 of 33) sorted by relevance

12

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ui/
H A Dtoasterui.py332 …if isinstance(event, (bb.runqueue.sceneQueueTaskStarted, bb.runqueue.runQueueTaskStarted, bb.runqu…
336 if isinstance(event, bb.runqueue.runQueueTaskCompleted):
340 if isinstance(event, bb.runqueue.runQueueTaskFailed):
346 … if isinstance(event, (bb.runqueue.sceneQueueTaskCompleted, bb.runqueue.sceneQueueTaskFailed)):
H A Dteamcity.py34 import bb.runqueue
349 if isinstance(event, bb.runqueue.sceneQueueTaskStarted):
356 if isinstance(event, bb.runqueue.runQueueTaskStarted):
366 if isinstance(event, bb.runqueue.sceneQueueTaskFailed):
369 if isinstance(event, bb.runqueue.runQueueTaskFailed):
H A Duihelper.py52 …elif isinstance(event, bb.runqueue.runQueueTaskStarted) or isinstance(event, bb.runqueue.sceneQueu…
H A Dknotty.py648 if isinstance(event, bb.runqueue.runQueueExitWait):
774 if isinstance(event, bb.runqueue.sceneQueueTaskStarted):
778 if isinstance(event, bb.runqueue.runQueueTaskStarted):
790 if isinstance(event, bb.runqueue.runQueueTaskFailed):
796 if isinstance(event, bb.runqueue.sceneQueueTaskFailed):
833 bb.runqueue.runQueueEvent,
H A Dbuildinfohelper.py1199 …assert isinstance(event, (bb.runqueue.sceneQueueTaskStarted, bb.runqueue.runQueueTaskStarted, bb.r…
1212 if isinstance(event, bb.runqueue.runQueueTaskSkipped):
1227 if not isinstance(event, bb.runqueue.sceneQueueTaskStarted):
1290 … if isinstance(event, (bb.runqueue.runQueueTaskCompleted, bb.runqueue.sceneQueueTaskCompleted)):
1294 … if isinstance(event, (bb.runqueue.runQueueTaskFailed, bb.runqueue.sceneQueueTaskFailed)):
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dsstatesig.py5 import bb.runqueue
30 depmc, _, deptaskname, depmcfn = bb.runqueue.split_tid_mcfn(dep)
31 mc, _ = bb.runqueue.split_mc(fn)
174 (mc, _, task, fn) = bb.runqueue.split_tid_mcfn(tid)
185 (depmc, _, _, depfn) = bb.runqueue.split_tid_mcfn(dep)
190 depnames = [ recipename_from_dep(x) for x in deps if mc == bb.runqueue.mc_from_tid(x)]
237 fn = bb.runqueue.fn_from_tid(tid)
249 … sortedtid = sorted(types[t], key=lambda tid: self.lockedpnmap[bb.runqueue.fn_from_tid(tid)])
251 (_, _, task, fn) = bb.runqueue.split_tid_mcfn(tid)
287 taskname = bb.runqueue.taskname_from_tid(tid)
/OK3568_Linux_fs/kernel/Documentation/scheduler/
H A Dsched-domains.rst36 rebalancing event for the current runqueue has arrived. The actual load
49 If it succeeds, it looks for the busiest runqueue of all the CPUs' runqueues in
50 that group. If it manages to find such a runqueue, it locks both our initial
51 CPU's runqueue and the newly found busiest one and starts moving tasks from it
52 to our runqueue. The exact number of tasks amounts to an imbalance previously
H A Dsched-arch.rst10 By default, the switch_to arch function is called with the runqueue
12 take the runqueue lock. This is usually due to a wake up operation in
15 To request the scheduler call switch_to with the runqueue unlocked,
H A Dsched-design-CFS.rst63 runqueue. The total amount of work done by the system is tracked using
67 The total number of running tasks in the runqueue is accounted through the
69 runqueue.
112 SMP load-balancing has been reworked/sanitized: the runqueue-walking
H A Dsched-deadline.rst182 In addition, if the task wakes up on a different runqueue, then
183 the task's utilization must be removed from the previous runqueue's active
184 utilization and must be added to the new runqueue's active utilization.
185 In order to avoid races between a task waking up on a runqueue while the
187 flag is used to indicate that a task is not on a runqueue but is active
192 its utilization is removed from the runqueue's active utilization.
195 its utilization is added to the active utilization of the runqueue where
198 For each runqueue, the algorithm GRUB keeps track of two different bandwidths:
204 runqueue, including the tasks in Inactive state.
218 - Uinact is the (per runqueue) inactive utilization, computed as
[all …]
H A Dsched-stats.rst12 release). Some counters make more sense to be per-runqueue; other to be
159 2) time spent waiting on a runqueue
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dbuildstats.bbclass274 from bb import event, runqueue
282 …if not system_stats and isinstance(e, (bb.runqueue.sceneQueueTaskStarted, bb.runqueue.runQueueTask…
295 runqueue_stats[eventmask] = "bb.runqueue.sceneQueueTaskStarted bb.runqueue.runQueueTaskStarted bb.e…
H A Dtoaster.bbclass375 toaster_artifacts[eventmask] = "bb.runqueue.runQueueTaskSkipped bb.runqueue.runQueueTaskCompleted"
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dcooker.py21 from bb import utils, data, parse, event, cache, providers, taskdata, runqueue, build
787 rq = bb.runqueue.RunQueue(self, self.data, self.recipecaches, taskdata, runlist)
819 (mc, fn, taskname, taskfn) = bb.runqueue.split_tid_mcfn(tid)
841 dotname = "%s.%s" % (pn, bb.runqueue.taskname_from_tid(tid))
845 (depmc, depfn, _, deptaskfn) = bb.runqueue.split_tid_mcfn(dep)
849 …depend_tree["tdepends"][dotname].append("%s%s.%s" % (depmc, deppn, bb.runqueue.taskname_from_tid(d…
917 (mc, fn, taskname, taskfn) = bb.runqueue.split_tid_mcfn(tid)
1462 rqloglevel = bb.runqueue.logger.getEffectiveLevel()
1463 bb.runqueue.logger.setLevel(logging.WARNING)
1472 rq = bb.runqueue.RunQueue(self, self.data, self.recipecaches, taskdata, runlist)
[all …]
H A Dsiggen.py19 from bb import runqueue
279 (mc, _, task, fn) = bb.runqueue.split_tid_mcfn(tid)
289 (depmc, _, _, depmcfn) = bb.runqueue.split_tid_mcfn(dep)
442 mc = bb.runqueue.mc_from_tid(tid)
520 (mc, fn, taskname, taskfn) = bb.runqueue.split_tid_mcfn(tid)
528 (mc, fn, taskname, taskfn) = bb.runqueue.split_tid_mcfn(tid)
656 bb.event.fire(bb.runqueue.taskUniHashUpdate(fn + ':do_' + task, new_unihash), d)
H A Dcommand.py460 (mc, pn) = bb.runqueue.split_mc(params[0])
545 mc = bb.runqueue.mc_from_tid(fn)
768 (mc, pn) = bb.runqueue.split_mc(params[0])
H A Drunqueue.py142 def __init__(self, runqueue, rqdata): argument
147 self.rq = runqueue
306 def __init__(self, runqueue, rqdata): argument
310 RunQueueScheduler.__init__(self, runqueue, rqdata)
337 def __init__(self, runqueue, rqdata): argument
338 super(RunQueueSchedulerCompletion, self).__init__(runqueue, rqdata)
1569 raise bb.runqueue.TaskFailure(self.rqexe.failed_tids)
1582 except bb.runqueue.TaskFailure:
1614 mc = bb.runqueue.mc_from_tid(fn)
/OK3568_Linux_fs/kernel/drivers/gpu/drm/exynos/
H A Dexynos_drm_g2d.c254 struct list_head runqueue; member
820 if (list_empty(&g2d->runqueue)) in g2d_get_runqueue_node()
823 runqueue_node = list_first_entry(&g2d->runqueue, in g2d_get_runqueue_node()
858 if (list_empty(&g2d->runqueue)) in g2d_remove_runqueue_nodes()
861 list_for_each_entry_safe(node, n, &g2d->runqueue, list) { in g2d_remove_runqueue_nodes()
1329 list_add_tail(&runqueue_node->list, &g2d->runqueue); in exynos_g2d_exec_ioctl()
1473 INIT_LIST_HEAD(&g2d->runqueue); in g2d_probe()
/OK3568_Linux_fs/yocto/poky/bitbake/
H A DChangeLog45 - Fix int(0)/None confusion in runqueue.py which causes random gaps in dependency chains
52 - runqueue.py: Fix idepends handling to avoid dependency errors
85 - Improve runqueue code comments
95 - Make taskdata and runqueue errors more user friendly
110 - Convert -b option to use taskdata/runqueue
136 - Add bb.runqueue.check_stamp_fn() for use by packaged-staging
187 of tasks. Code from bin/bitbake replaced with runqueue.py
/OK3568_Linux_fs/yocto/poky/documentation/migration-guides/
H A Drelease-notes-4.0.5.rst23 - bitbake: runqueue: Drop deadlock breaking force fail
24 - bitbake: runqueue: Ensure deferred tasks are sorted by multiconfig
25 - bitbake: runqueue: Improve deadlock warning messages
H A Drelease-notes-4.0.4.rst39 - bitbake: bitbake: runqueue: add cpu/io pressure regulation
40 - bitbake: bitbake: runqueue: add memory pressure regulation
47 - bitbake: runqueue: Change pressure file warning to a note
48 - bitbake: runqueue: Fix unihash cache mismatch issues
H A Drelease-notes-3.4.1.rst40 - bitbake: runqueue: Fix runall option handling
41 - bitbake: runqueue: Fix runall option task deletion ordering issue
47 - bitbake: tests/runqueue: Ensure hashserv exits before deleting files
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/libubox/libubox/
H A D0001-version-libraries.patch6 …sg.c uloop.c usock.c ustream.c ustream-fd.c vlist.c utils.c safe_list.c runqueue.c md5.c kvlist.c …
/OK3568_Linux_fs/yocto/poky/scripts/
H A Doe-check-sstate35 (mc, fn, taskname) = bb.runqueue.split_tid(task)
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/runqueue-tests/classes/
H A Dbase.bbclass239 …n = os.path.basename(bb.runqueue.fn_from_tid(tid)).split(".")[0] + ":do_" + bb.runqueue.taskname_f…

12