/Linux-v5.4/arch/s390/include/asm/ |
D | nospec-insn.h | 54 .macro __DECODE_RR expand,reg,ruse 60 \expand \r1,\r2 71 .macro __DECODE_RRR expand,rsave,rtarget,ruse 79 \expand \r1,\r2,\r3 92 .macro __DECODE_DRR expand,disp,reg,ruse 98 \expand \disp,\r1,\r2
|
/Linux-v5.4/drivers/infiniband/hw/ocrdma/ |
D | ocrdma_verbs.c | 2488 bool expand = false; in ocrdma_update_err_cqe() local 2501 expand = true; in ocrdma_update_err_cqe() 2504 return expand; in ocrdma_update_err_cqe() 2531 bool expand; in ocrdma_poll_err_scqe() local 2548 expand = ocrdma_update_err_rcqe(ibwc, cqe, qp, status); in ocrdma_poll_err_scqe() 2557 expand = false; in ocrdma_poll_err_scqe() 2561 expand = false; in ocrdma_poll_err_scqe() 2566 expand = ocrdma_update_err_scqe(ibwc, cqe, qp, status); in ocrdma_poll_err_scqe() 2568 return expand; in ocrdma_poll_err_scqe() 2575 bool expand = false; in ocrdma_poll_success_scqe() local [all …]
|
/Linux-v5.4/fs/ocfs2/ |
D | uptodate.c | 472 int expand; in ocfs2_set_buffer_uptodate() local 494 expand = 0; in ocfs2_set_buffer_uptodate() 497 expand = 1; in ocfs2_set_buffer_uptodate() 501 __ocfs2_set_buffer_uptodate(ci, bh->b_blocknr, expand); in ocfs2_set_buffer_uptodate()
|
/Linux-v5.4/sound/soc/tegra/ |
D | tegra30_ahub.c | 124 cif_conf.expand = 0; in tegra30_ahub_allocate_rx_fifo() 226 cif_conf.expand = 0; in tegra30_ahub_allocate_tx_fifo() 688 (conf->expand << in tegra30_ahub_set_cif() 720 (conf->expand << in tegra124_ahub_set_cif()
|
D | tegra30_ahub.h | 480 unsigned int expand; member
|
D | tegra30_i2s.c | 175 cif_conf.expand = 0; in tegra30_i2s_hw_params()
|
/Linux-v5.4/tools/perf/Documentation/ |
D | db-export.txt | 19 Over time it is possible to continue to expand the export while maintaining
|
/Linux-v5.4/Documentation/networking/ |
D | ipsec.txt | 21 Small IP datagrams are likely to expand as a result of compression.
|
/Linux-v5.4/Documentation/filesystems/ |
D | gfs2.txt | 41 gfs2_grow to expand a filesystem online
|
D | files.txt | 107 another thread expand the files thereby creating a new
|
/Linux-v5.4/tools/power/pm-graph/config/ |
D | freeze.cfg | 80 # pre-expand the callgraph data in the html output (default: disabled)
|
D | standby.cfg | 80 # pre-expand the callgraph data in the html output (default: disabled)
|
D | freeze-callgraph.cfg | 81 # pre-expand the callgraph data in the html output (default: disabled)
|
D | freeze-dev.cfg | 80 # pre-expand the callgraph data in the html output (default: disabled)
|
D | standby-callgraph.cfg | 81 # pre-expand the callgraph data in the html output (default: disabled)
|
D | standby-dev.cfg | 80 # pre-expand the callgraph data in the html output (default: disabled)
|
D | suspend-callgraph.cfg | 85 # pre-expand the callgraph data in the html output (default: disabled)
|
D | suspend-dev.cfg | 80 # pre-expand the callgraph data in the html output (default: disabled)
|
D | suspend-x2-proc.cfg | 80 # pre-expand the callgraph data in the html output (default: disabled)
|
D | suspend.cfg | 80 # pre-expand the callgraph data in the html output (default: disabled)
|
D | example.cfg | 138 # pre-expand the callgraph data in the html output (default: disabled)
|
/Linux-v5.4/Documentation/sphinx/ |
D | parse-headers.pl | 240 $data = expand($data);
|
/Linux-v5.4/Documentation/admin-guide/LSM/ |
D | Yama.rst | 19 etc) to extract additional credentials and continue to expand the scope
|
/Linux-v5.4/Documentation/kbuild/ |
D | reproducible-builds.rst | 56 Depending on the compiler used, the ``__FILE__`` macro may also expand
|
/Linux-v5.4/mm/ |
D | mmap.c | 727 struct vm_area_struct *expand) in __vma_adjust() argument 749 if (next == expand) { in __vma_adjust() 764 VM_WARN_ON(expand != vma); in __vma_adjust() 796 VM_WARN_ON(expand != importer); in __vma_adjust() 806 VM_WARN_ON(expand != importer); in __vma_adjust()
|