Home
last modified time | relevance | path

Searched refs:rerun (Results 1 – 25 of 36) sorted by relevance

12

/openbmc/linux/tools/perf/tests/shell/lib/
H A Dperf_metric_validation.py150 rerun = list()
154 rerun.append(name)
158 if len(rerun) > 0 and len(rerun) < 20:
160 self.second_test(rerun, second_results)
275 rerun = list()
283 rerun.append(m['Name'])
285 if len(rerun) > 0 and len(rerun) < 20:
287 self.second_test(rerun, second_results)
/openbmc/linux/drivers/net/wireless/intersil/p54/
H A Dled.c32 bool rerun = false; in p54_update_leds() local
47 rerun = true; in p54_update_leds()
59 if (rerun) in p54_update_leds()
/openbmc/linux/drivers/net/wireless/ath/carl9170/
H A Dled.c71 bool rerun = false; in carl9170_led_update() local
90 rerun = true; in carl9170_led_update()
98 if (!rerun) in carl9170_led_update()
/openbmc/qemu/scripts/
H A Dget_maintainer.pl1502 my $rerun = 0;
1580 $rerun = 1;
1587 $rerun = 1;
1591 $rerun = 1;
1609 $rerun = 1;
1612 $rerun = 1;
1615 $rerun = 1;
1618 $rerun = 1;
1622 $rerun = 1;
1625 $rerun = 1;
[all …]
/openbmc/u-boot/scripts/
H A Dget_maintainer.pl1808 my $rerun = 0;
1886 $rerun = 1;
1893 $rerun = 1;
1897 $rerun = 1;
1915 $rerun = 1;
1918 $rerun = 1;
1921 $rerun = 1;
1924 $rerun = 1;
1928 $rerun = 1;
1931 $rerun = 1;
[all …]
/openbmc/linux/scripts/
H A Dget_maintainer.pl1873 my $rerun = 0;
1951 $rerun = 1;
1958 $rerun = 1;
1962 $rerun = 1;
1980 $rerun = 1;
1983 $rerun = 1;
1986 $rerun = 1;
1989 $rerun = 1;
1993 $rerun = 1;
1996 $rerun = 1;
[all …]
/openbmc/openbmc/poky/meta/recipes-connectivity/bind/bind/
H A Dbind-ensure-searching-for-json-headers-searches-sysr.patch14 NOTE: Tasks Summary: Attempted 773 tasks of which 768 didn't need to be rerun and 1 failed.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/sharutils/sharutils/
H A DCVE-2018-1000097.patch19 ==30582== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info
/openbmc/openbmc/poky/meta/recipes-devtools/rsync/files/
H A Dmakefile-no-rebuild.patch72 - echo "Makefile updated -- rerun your make command."; \
/openbmc/linux/Documentation/arch/arm/
H A Dinterrupts.rst73 void (*rerun)(unsigned int irq);
87 rerun
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ruli/files/
H A D0001-Make-space-for-flags-from-environment.patch6 Add force option to ln cmd, so do_install can be rerun in same directory
/openbmc/linux/Documentation/arch/s390/
H A D3270.rst47 WARNING: If you are using 3270 console support, you must rerun the
50 you should rerun the configuration script every time your set of 3270s,
89 and rerun "make oldconfig".)
/openbmc/linux/tools/testing/selftests/nolibc/
H A DMakefile215 rerun: target
/openbmc/linux/security/tomoyo/
H A Dcondition.c509 rerun: in tomoyo_get_condition()
694 goto rerun; in tomoyo_get_condition()
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_fence.c471 rerun: in __vmw_fences_update()
495 goto rerun; in __vmw_fences_update()
/openbmc/linux/fs/xfs/
H A Dxfs_icache.c1924 bool rerun; in xfs_inodegc_stop() local
1942 rerun = xfs_inodegc_queue_all(mp); in xfs_inodegc_stop()
1943 } while (rerun); in xfs_inodegc_stop()
/openbmc/openbmc/poky/meta/classes/
H A Drm_work.bbclass52 # might fail since setscene may not rerun to recreate it
/openbmc/linux/Documentation/fb/
H A Dvesafb.rst70 lilo.conf file and rerun LILO. Then you can type in the desired
/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-execution.rst402 does not rerun tasks that are already completed unless a timestamp is
406 the compile task would rerun. Running the compile task again, however,
412 automatically rerun. This hash, or signature used, is governed by the
424 always rerun.
H A Dbitbake-user-manual-hello.rst396 NOTE: Tasks Summary: Attempted 1 tasks of which 0 didn't need to be rerun and all succeeded.
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dupgrading-recipes.rst276 NOTE: Tasks Summary: Attempted 74 tasks of which 72 didn't need to be rerun and all succeeded.
302 NOTE: Tasks Summary: Attempted 520 tasks of which 304 didn't need to be rerun and all succeeded.
H A Ddebugging.rst291 what variables a task depends on so that it can rerun the task if any values of
461 If you want to force an up-to-date task to be rerun (e.g. because you
486 compile. BitBake recognizes that the :ref:`ref-tasks-compile` task was rerun and
489 Another, shorter way to rerun a task and all
508 causes the task and its dependent tasks to be rerun through the normal
/openbmc/linux/Documentation/networking/device_drivers/cable/
H A Dsb1000.rst166 rerun isapnp and go from there.
/openbmc/openbmc/poky/documentation/overview-manual/
H A Dconcepts.rst1116 To determine if a task needs to be rerun, BitBake checks if a stamp file
1119 the task is rerun.
1139 properly be rerun to repopulate :term:`TMPDIR`.
1557 changed and the task needs to be rerun. For the second question, the
1598 invalidate the whole build and rerun it. Rerunning everything is not the
1609 is a change in a task's inputs that triggers a rerun, the process needs
/openbmc/openbmc/poky/documentation/contributor-guide/
H A Drecipe-style-guide.rst282 This ensures if rerun the task always has the same end result and the

12