Searched refs:Run (Results 1 – 25 of 117) sorted by relevance
12345
/linux-6.1.9/tools/memory-model/scripts/ |
D | README | 10 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
|
D | checklitmushist.sh | 27 echo Run scripts/initlitmushist.sh first, need litmus repo.
|
D | newlitmushist.sh | 27 echo Run scripts/initlitmushist.sh first, need litmus repo.
|
/linux-6.1.9/tools/testing/selftests/ |
D | run_kselftest.sh | 24 -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/ |
D | regression_test.txt | 8 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/ |
D | README-PLUGINS | 21 …Run 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/ |
D | main.c | 639 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/ |
D | README | 29 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/ |
D | devlink-reload.rst | 72 # Run reload command for devlink driver entities re-initialization: 77 # Run reload command to activate firmware:
|
/linux-6.1.9/net/bluetooth/ |
D | Kconfig | 122 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/ |
D | headsmp-scu.S | 27 bic r2, r2, r3 @ Clear bits of our CPU (Run Mode)
|
/linux-6.1.9/tools/testing/selftests/rcutorture/bin/ |
D | kvm-build.sh | 52 echo Run aborted.
|
D | kvm-check-branches.sh | 79 echo Run results: $resdir/$ds/$idir
|
/linux-6.1.9/drivers/firmware/psci/ |
D | Kconfig | 9 Run the PSCI checker during startup. This checks that hotplug and
|
/linux-6.1.9/arch/powerpc/sysdev/ |
D | Kconfig | 31 This option enables support for RCPM (Run Control/Power Management).
|
/linux-6.1.9/tools/perf/Documentation/ |
D | android.txt | 75 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/ |
D | README | 88 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/ |
D | mac80211_hwsim.rst | 71 # Run hostapd (AP) for wlan0 74 # Run wpa_supplicant (station) for wlan1
|
/linux-6.1.9/drivers/staging/greybus/tools/ |
D | README.loopback | 102 * 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/ |
D | leds-lm3532.txt | 23 - 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/ |
D | SELinux.rst | 24 4. Run install_policy.sh::
|
/linux-6.1.9/Documentation/devicetree/bindings/arm/freescale/ |
D | fsl,imx7ulp-pm.yaml | 20 Standby modes for either Cortex family. Run, Wait, and Stop are the
|
/linux-6.1.9/tools/power/cpupower/ |
D | TODO | 20 -> Run test executable in a forked process.
|
/linux-6.1.9/tools/testing/selftests/tc-testing/ |
D | README | 117 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/ |
D | slice.rs | 1147 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