Searched refs:dry (Results 1 – 10 of 10) sorted by relevance
/linux-6.12.1/drivers/spi/ |
D | spi-axi-spi-engine.c | 123 bool dry, uint16_t cmd) in spi_engine_program_add_cmd() argument 127 if (!dry) in spi_engine_program_add_cmd() 149 static void spi_engine_gen_xfer(struct spi_engine_program *p, bool dry, in spi_engine_gen_xfer() argument 170 spi_engine_program_add_cmd(p, dry, in spi_engine_gen_xfer() 176 static void spi_engine_gen_sleep(struct spi_engine_program *p, bool dry, in spi_engine_gen_sleep() argument 194 spi_engine_program_add_cmd(p, dry, SPI_ENGINE_CMD_SLEEP(n - 1)); in spi_engine_gen_sleep() 199 static void spi_engine_gen_cs(struct spi_engine_program *p, bool dry, in spi_engine_gen_cs() argument 207 spi_engine_program_add_cmd(p, dry, SPI_ENGINE_CMD_ASSERT(0, mask)); in spi_engine_gen_cs() 231 static void spi_engine_compile_message(struct spi_message *msg, bool dry, in spi_engine_compile_message() argument 249 spi_engine_program_add_cmd(p, dry, in spi_engine_compile_message() [all …]
|
/linux-6.12.1/samples/bpf/ |
D | xdp2skb_meta.sh | 82 --long verbose,flush,help,list,dev:,dry-run -- "$@") 102 --dry-run )
|
/linux-6.12.1/tools/testing/selftests/ |
D | run_kselftest.sh | 28 -d | --dry-run Don't actually run any tests
|
/linux-6.12.1/drivers/gpio/ |
D | TODO | 121 dry-code conversions to MMIO GPIO for maintainers to test 129 this with dry-coding and sending to maintainers to test 145 dry-code conversions to gpiolib irqchip for maintainers to test
|
/linux-6.12.1/tools/perf/Documentation/ |
D | perf-inject.txt | 91 start with "dry-run" which will cause the file to be processed but
|
D | perf-record.txt | 655 --dry-run:: 656 Parse options then exit. --dry-run can be used to detect errors in cmdline 659 'perf record --dry-run -e' can act as a BPF script compiler if llvm.dump-obj
|
D | perf-intel-pt.txt | 1376 $ perf inject -i perf.data.kvm --vm-time-correlation=dry-run 1392 $ perf inject -i perf.data.kvm --vm-time-correlation="dry-run 0xffffe42722c64c41" 1396 [ dry-run ] [ <TSC Offset> [ : <VMCS> [ , <VMCS> ]... ] ]... 1399 The option "dry-run" will cause the file to be processed but without updating it. 1503 $ perf inject -i guest-sideband-testing-host-perf.data --vm-time-correlation=dry-run
|
D | perf-probe.txt | 120 --dry-run::
|
/linux-6.12.1/Documentation/process/ |
D | applying-patches.rst | 106 screen too fast, and ``--dry-run`` which causes patch to just print a listing of
|
/linux-6.12.1/Documentation/filesystems/xfs/ |
D | xfs-online-fsck-design.rst | 1686 Performing a dry run of a file operation to discover necessary locks would
|