Home
last modified time | relevance | path

Searched refs:expand (Results 1 – 25 of 63) sorted by relevance

123

/linux/arch/s390/include/asm/
H A Dnospec-insn.h56 .macro __DECODE_R expand,reg
60 \expand \r1
69 .macro __DECODE_RR expand,rsave,rtarget
75 \expand \r1,\r2
/linux/sound/soc/tegra/
H A Dtegra_cif.h39 unsigned int expand; member
56 (conf->expand << TEGRA_ACIF_CTRL_EXPAND_SHIFT) | in tegra_set_cif()
H A Dtegra30_ahub.c140 cif_conf.expand = 0; in tegra30_ahub_allocate_rx_fifo()
242 cif_conf.expand = 0; in tegra30_ahub_allocate_tx_fifo()
635 (conf->expand << in tegra30_ahub_set_cif()
667 (conf->expand << in tegra124_ahub_set_cif()
/linux/drivers/infiniband/hw/ocrdma/
H A Docrdma_verbs.c2473 bool expand = false; in ocrdma_update_err_cqe() local
2486 expand = true; in ocrdma_update_err_cqe()
2489 return expand; in ocrdma_update_err_cqe()
2516 bool expand; in ocrdma_poll_err_scqe() local
2533 expand = ocrdma_update_err_rcqe(ibwc, cqe, qp, status); in ocrdma_poll_err_scqe()
2542 expand = false; in ocrdma_poll_err_scqe()
2546 expand = false; in ocrdma_poll_err_scqe()
2551 expand = ocrdma_update_err_scqe(ibwc, cqe, qp, status); in ocrdma_poll_err_scqe()
2553 return expand; in ocrdma_poll_err_scqe()
2560 bool expand = false; in ocrdma_poll_success_scqe() local
[all …]
/linux/rust/macros/
H A Dpaste.rs66 pub(crate) fn expand(tokens: &mut Vec<TokenTree>) { in expand()
81 // Recursively expand tokens inside the group in expand()
82 expand(&mut stream); in expand()
57 pub(crate) fn expand(tokens: &mut Vec<TokenTree>) { expand() function
H A Dlib.rs471 paste::expand(&mut tokens);
/linux/fs/ocfs2/
H A Duptodate.c470 int expand; in ocfs2_set_buffer_uptodate() local
492 expand = 0; in ocfs2_set_buffer_uptodate()
495 expand = 1; in ocfs2_set_buffer_uptodate()
499 __ocfs2_set_buffer_uptodate(ci, bh->b_blocknr, expand); in ocfs2_set_buffer_uptodate()
/linux/arch/arm64/boot/dts/renesas/
H A Dulcb-kf-simple-audio-card.dtsi23 sound_card_kf: expand-sound {
H A Dulcb-kf-audio-graph-card.dtsi22 sound_card_kf: expand-sound {
H A Dulcb-kf-simple-audio-card-mix+split.dtsi32 sound_card_kf: expand-sound {
H A Dulcb-kf-audio-graph-card2-mix+split.dtsi31 sound_card_kf: expand-sound {
H A Dulcb-kf-audio-graph-card-mix+split.dtsi31 sound_card_kf: expand-sound {
/linux/tools/bpf/bpftool/
H A Dnet.c861 struct bpf_link_info *expand; in show_link_netfilter() local
870 expand = realloc(nf_link_info, nf_link_len * sizeof(info)); in show_link_netfilter()
871 if (!expand) { in show_link_netfilter()
876 nf_link_info = expand; in show_link_netfilter()
/linux/tools/perf/Documentation/
H A Ddb-export.txt19 Over time it is possible to continue to expand the export while maintaining
/linux/Documentation/networking/
H A Dipsec.rst29 Small IP datagrams are likely to expand as a result of compression.
/linux/Documentation/filesystems/
H A Dgfs2.rst47 gfs2_grow to expand a filesystem online
/linux/tools/power/pm-graph/config/
H A Dfreeze.cfg80 # pre-expand the callgraph data in the html output (default: disabled)
H A Dstandby.cfg80 # pre-expand the callgraph data in the html output (default: disabled)
H A Dstandby-callgraph.cfg81 # pre-expand the callgraph data in the html output (default: disabled)
H A Dfreeze-dev.cfg80 # pre-expand the callgraph data in the html output (default: disabled)
H A Dfreeze-callgraph.cfg81 # pre-expand the callgraph data in the html output (default: disabled)
H A Dsuspend.cfg80 # pre-expand the callgraph data in the html output (default: disabled)
H A Dsuspend-callgraph.cfg85 # pre-expand the callgraph data in the html output (default: disabled)
H A Dstandby-dev.cfg80 # pre-expand the callgraph data in the html output (default: disabled)
/linux/Documentation/sphinx/
H A Dparse-headers.pl240 $data = expand($data);

123