Searched refs:dry_run (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/dma/
H A Dpl330.c580 static inline u32 _emit_END(unsigned dry_run, u8 buf[]) argument
582 if (dry_run)
592 static inline u32 _emit_FLUSHP(unsigned dry_run, u8 buf[], u8 peri) argument
594 if (dry_run)
608 static inline u32 _emit_LD(unsigned dry_run, u8 buf[], enum pl330_cond cond) argument
610 if (dry_run)
626 static inline u32 _emit_LDP(unsigned dry_run, u8 buf[], argument
629 if (dry_run)
647 static inline u32 _emit_LP(unsigned dry_run, u8 buf[], argument
650 if (dry_run)
673 _emit_LPEND(unsigned dry_run, u8 buf[], const struct _arg_LPEND *arg) argument
708 _emit_KILL(unsigned dry_run, u8 buf[]) argument
718 _emit_MOV(unsigned dry_run, u8 buf[], enum dmamov_dst dst, u32 val) argument
737 _emit_RMB(unsigned dry_run, u8 buf[]) argument
749 _emit_SEV(unsigned dry_run, u8 buf[], u8 ev) argument
765 _emit_ST(unsigned dry_run, u8 buf[], enum pl330_cond cond) argument
783 _emit_STP(unsigned dry_run, u8 buf[], enum pl330_cond cond, u8 peri) argument
804 _emit_WFP(unsigned dry_run, u8 buf[], enum pl330_cond cond, u8 peri) argument
829 _emit_WMB(unsigned dry_run, u8 buf[]) argument
847 _emit_GO(unsigned dry_run, u8 buf[], const struct _arg_GO *arg) argument
1098 _ldst_memtomem(unsigned dry_run, u8 buf[], const struct _xfer_spec *pxs, int cyc) argument
1122 _emit_load(unsigned int dry_run, u8 buf[], enum pl330_cond cond, enum dma_transfer_direction direction, u8 peri) argument
1155 _emit_store(unsigned int dry_run, u8 buf[], enum pl330_cond cond, enum dma_transfer_direction direction, u8 peri) argument
1188 _ldst_peripheral(struct pl330_dmac *pl330, unsigned dry_run, u8 buf[], const struct _xfer_spec *pxs, int cyc, enum pl330_cond cond) argument
1212 _bursts(struct pl330_dmac *pl330, unsigned dry_run, u8 buf[], const struct _xfer_spec *pxs, int cyc) argument
1246 _dregs(struct pl330_dmac *pl330, unsigned int dry_run, u8 buf[], const struct _xfer_spec *pxs, int transfer_length) argument
1293 _loop(struct pl330_dmac *pl330, unsigned dry_run, u8 buf[], unsigned long *bursts, const struct _xfer_spec *pxs) argument
1374 _setup_loops(struct pl330_dmac *pl330, unsigned dry_run, u8 buf[], const struct _xfer_spec *pxs) argument
1395 _setup_xfer(struct pl330_dmac *pl330, unsigned dry_run, u8 buf[], const struct _xfer_spec *pxs) argument
1417 _setup_req(struct pl330_dmac *pl330, unsigned dry_run, struct pl330_thread *thrd, unsigned index, struct _xfer_spec *pxs) argument
[all...]
/linux-master/arch/arm64/kernel/pi/
H A Dpatch-scs.c137 bool dry_run)
191 if (!dry_run)
134 scs_handle_fde_frame(const struct eh_frame *frame, bool fde_has_augmentation_data, int code_alignment_factor, bool dry_run) argument
/linux-master/fs/f2fs/
H A Dgc.c1982 bool dry_run, unsigned int dry_run_sections)
2000 if (!dry_run && get_valid_blocks(sbi, segno, true))
2002 if (dry_run && dry_run_sections &&
2014 unsigned int secs, bool dry_run)
2045 err = f2fs_gc_range(sbi, start, end, dry_run, 0);
2046 if (err || dry_run)
1980 f2fs_gc_range(struct f2fs_sb_info *sbi, unsigned int start_seg, unsigned int end_seg, bool dry_run, unsigned int dry_run_sections) argument
2013 free_segment_range(struct f2fs_sb_info *sbi, unsigned int secs, bool dry_run) argument
H A Df2fs.h3880 bool dry_run, unsigned int dry_run_sections);
/linux-master/tools/perf/
H A Dbuiltin-inject.c1742 char *dry_run; local
1754 dry_run = skip_spaces(str);
1755 if (!strncmp(dry_run, "dry-run", strlen("dry-run"))) {
1758 args = dry_run + strlen("dry-run");
H A Dbuiltin-record.c3362 static bool dry_run; variable
3535 OPT_BOOLEAN(0, "dry-run", &dry_run,
4117 if (dry_run)

Completed in 148 milliseconds