Home
last modified time | relevance | path

Searched refs:Run (Results 1 – 25 of 117) sorted by relevance

12345

/linux-6.1.9/tools/memory-model/scripts/
DREADME10 Run all litmus tests in the litmus-tests directory, checking
16 Run all litmus tests in the https://github.com/paulmckrcu/litmus
23 Run all litmus tests having .litmus.out files from previous
40 Run all litmus tests having no more than the specified number
64 Run the litmus tests whose absolute pathnames are provided one
Dchecklitmushist.sh27 echo Run scripts/initlitmushist.sh first, need litmus repo.
Dnewlitmushist.sh27 echo Run scripts/initlitmushist.sh first, need litmus repo.
/linux-6.1.9/tools/testing/selftests/
Drun_kselftest.sh24 -t | --test COLLECTION:TEST Run TEST from COLLECTION
25 -c | --collection COLLECTION Run all tests from COLLECTION
/linux-6.1.9/tools/testing/selftests/media_tests/
Dregression_test.txt8 Run bin/unbind loop while ioctls are in progress.
9 Run rmmod and modprobe.
43 Run dmesg looking for any user-after free errors or mutex lock errors.
/linux-6.1.9/tools/testing/selftests/tc-testing/plugin-lib/
DREADME-PLUGINS21Run the command under test with valgrind, and produce an extra set of TAP results for the memory t…
27 Run all the commands in a network namespace.
/linux-6.1.9/drivers/base/power/
Dmain.c639 goto Run; in device_resume_noirq()
649 Run: in device_resume_noirq()
793 goto Run; in device_resume_early()
803 Run: in device_resume_early()
1230 goto Run; in __device_suspend_noirq()
1240 Run: in __device_suspend_noirq()
1424 goto Run; in __device_suspend_late()
1434 Run: in __device_suspend_late()
1671 goto Run; in __device_suspend()
1677 goto Run; in __device_suspend()
[all …]
/linux-6.1.9/tools/testing/selftests/resctrl/
DREADME29 Run resctrl_tests as sudo or root since the test needs to mount resctrl file
50 Run resctrl_tests as sudo or root since the test needs to mount resctrl file
/linux-6.1.9/Documentation/networking/devlink/
Ddevlink-reload.rst72 # Run reload command for devlink driver entities re-initialization:
77 # Run reload command to activate firmware:
/linux-6.1.9/net/bluetooth/
DKconfig122 Run self tests when initializing the Bluetooth subsystem. This
135 Run test cases for ECDH cryptographic functionality used by the
142 Run test cases for SMP cryptographic functionality, including both
/linux-6.1.9/arch/arm/mach-shmobile/
Dheadsmp-scu.S27 bic r2, r2, r3 @ Clear bits of our CPU (Run Mode)
/linux-6.1.9/tools/testing/selftests/rcutorture/bin/
Dkvm-build.sh52 echo Run aborted.
Dkvm-check-branches.sh79 echo Run results: $resdir/$ds/$idir
/linux-6.1.9/drivers/firmware/psci/
DKconfig9 Run the PSCI checker during startup. This checks that hotplug and
/linux-6.1.9/arch/powerpc/sysdev/
DKconfig31 This option enables support for RCPM (Run Control/Power Management).
/linux-6.1.9/tools/perf/Documentation/
Dandroid.txt75 IV. Run perf
77 Run perf on your device/emulator to which you previously connected using adb:
/linux-6.1.9/tools/testing/selftests/arm64/fp/
DREADME88 2) Run the sve-stress on *each* guest with the Vector-Length set to 32:
91 3) Run the sve-stress on the host with the maximum Vector-Length:
/linux-6.1.9/Documentation/networking/mac80211_hwsim/
Dmac80211_hwsim.rst71 # Run hostapd (AP) for wlan0
74 # Run wpa_supplicant (station) for wlan1
/linux-6.1.9/drivers/staging/greybus/tools/
DREADME.loopback102 * Run a 1000 transfers of a 100 byte packet. Each transfer is started only
113 * Run a 1000 transfers of a 100 byte packet. Transfers are started without
148 * Run a transfer test 10 iterations of size 100 bytes on all available devices
/linux-6.1.9/Documentation/devicetree/bindings/leds/
Dleds-lm3532.txt23 - ramp-up-us - The Run time ramp rates/step are from one current
26 - ramp-down-us - The Run time ramp rates/step are from one current
/linux-6.1.9/Documentation/admin-guide/LSM/
DSELinux.rst24 4. Run install_policy.sh::
/linux-6.1.9/Documentation/devicetree/bindings/arm/freescale/
Dfsl,imx7ulp-pm.yaml20 Standby modes for either Cortex family. Run, Wait, and Stop are the
/linux-6.1.9/tools/power/cpupower/
DTODO20 -> Run test executable in a forked process.
/linux-6.1.9/tools/testing/selftests/tc-testing/
DREADME117 Run tdc.py -h to see the full list of available arguments.
144 Run tests from the specified file(s)
146 Run tests only from the specified category/ies, or if
169 -V, --valgrind Run commands under valgrind
/linux-6.1.9/rust/alloc/
Dslice.rs1147 runs.push(Run { start, len: end - start }); in merge_sort()
1162 runs[r] = Run { start: left.start, len: left.len + right.len }; in merge_sort()
1185 fn collapse(runs: &[Run]) -> Option<usize> { in merge_sort()
1200 struct Run { in merge_sort() struct

12345