Searched refs:dry (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/spi/ |
| H A D | spi-axi-spi-engine.c | 202 bool dry, uint16_t cmd) in spi_engine_program_add_cmd() argument 206 if (!dry) in spi_engine_program_add_cmd() 228 static void spi_engine_gen_xfer(struct spi_engine_program *p, bool dry, in spi_engine_gen_xfer() argument 252 spi_engine_program_add_cmd(p, dry, in spi_engine_gen_xfer() 258 static void spi_engine_gen_sleep(struct spi_engine_program *p, bool dry, in spi_engine_gen_sleep() argument 276 spi_engine_program_add_cmd(p, dry, SPI_ENGINE_CMD_SLEEP(n - 1)); in spi_engine_gen_sleep() 281 static void spi_engine_gen_cs(struct spi_engine_program *p, bool dry, in spi_engine_gen_cs() argument 289 spi_engine_program_add_cmd(p, dry, SPI_ENGINE_CMD_ASSERT(0, mask)); in spi_engine_gen_cs() 368 static void spi_engine_compile_message(struct spi_message *msg, bool dry, in spi_engine_compile_message() argument 403 spi_engine_program_add_cmd(p, dry, in spi_engine_compile_message() [all …]
|
| /linux/samples/bpf/ |
| H A D | xdp2skb_meta.sh | 82 --long verbose,flush,help,list,dev:,dry-run -- "$@") 102 --dry-run )
|
| /linux/tools/testing/selftests/ |
| H A D | run_kselftest.sh | 36 -d | --dry-run Don't actually run any tests 72 -d | --dry-run)
|
| /linux/arch/x86/boot/startup/ |
| H A D | Makefile | 39 $(pi-objs): objtool-args = $(if $(delay-objtool),--dry-run,$(objtool-args-y)) --noabs
|
| /linux/drivers/gpio/ |
| H A D | TODO | 113 dry-code conversions to MMIO GPIO for maintainers to test 121 this with dry-coding and sending to maintainers to test 139 dry-code conversions to gpiolib irqchip for maintainers to test
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-inject.txt | 91 start with "dry-run" which will cause the file to be processed but
|
| H A D | perf-record.txt | 675 --dry-run:: 676 Parse options then exit. --dry-run can be used to detect errors in cmdline 679 'perf record --dry-run -e' can act as a BPF script compiler if llvm.dump-obj
|
| H A D | perf-intel-pt.txt | 1430 $ perf inject -i perf.data.kvm --vm-time-correlation=dry-run 1446 $ perf inject -i perf.data.kvm --vm-time-correlation="dry-run 0xffffe42722c64c41" 1450 [ dry-run ] [ <TSC Offset> [ : <VMCS> [ , <VMCS> ]... ] ]... 1453 The option "dry-run" will cause the file to be processed but without updating it. 1557 $ perf inject -i guest-sideband-testing-host-perf.data --vm-time-correlation=dry-run
|
| H A D | perf-probe.txt | 120 --dry-run::
|
| /linux/Documentation/process/ |
| H A D | applying-patches.rst | 106 screen too fast, and ``--dry-run`` which causes patch to just print a listing of
|
| /linux/Documentation/filesystems/xfs/ |
| H A D | xfs-online-fsck-design.rst | 1649 Performing a dry run of a file operation to discover necessary locks would
|