Home
last modified time | relevance | path

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

123

/linux-6.15/scripts/gendwarfksyms/
H A Ddwarf.c683 bool expand; in __process_structure_type() local
690 expand = state->expand.expand && is_kabi_definition(cache, die); in __process_structure_type()
692 if (expand) { in __process_structure_type()
701 if (expand) { in __process_structure_type()
824 state->expand.expand = true; in state_init()
825 state->expand.current_fqn = NULL; in state_init()
832 state->expand = saved->expand; in expansion_state_restore()
869 state->expand.expand = false; in process_type()
871 if (state->expand.expand) in process_type()
1113 state.expand.current_fqn = NULL; in resolve_fqns()
[all …]
H A Dgendwarfksyms.h244 bool expand; member
262 struct expansion_state expand; member
/linux-6.15/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-6.15/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()
634 (conf->expand << in tegra30_ahub_set_cif()
666 (conf->expand << in tegra124_ahub_set_cif()
/linux-6.15/drivers/infiniband/hw/ocrdma/
H A Docrdma_verbs.c2486 expand = true; in ocrdma_update_err_cqe()
2489 return expand; in ocrdma_update_err_cqe()
2516 bool expand; in ocrdma_poll_err_scqe() local
2553 return expand; in ocrdma_poll_err_scqe()
2579 return expand; in ocrdma_poll_success_scqe()
2586 bool expand; in ocrdma_poll_scqe() local
2595 return expand; in ocrdma_poll_scqe()
2649 bool expand; in ocrdma_poll_err_rcqe() local
2677 return expand; in ocrdma_poll_err_rcqe()
2737 return expand; in ocrdma_poll_rcqe()
[all …]
/linux-6.15/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-6.15/drivers/video/fbdev/core/
H A Dfb_imageblit.h86 const u32 *expand; member
119 *pixels = (iter->fgxcolor & iter->expand[data]) ^ iter->bgcolor; in fb_bitmap4x_image()
222 static const u32 expand[BITS_PER_BYTE][1 << 4] = { in fb_bitmap4x_imageblit() local
244 iter.expand = expand[bpp-1]; in fb_bitmap4x_imageblit()
/linux-6.15/rust/macros/
H A Dpaste.rs66 pub(crate) fn expand(tokens: &mut Vec<TokenTree>) { in expand() function
82 expand(&mut stream); in expand()
H A Dlib.rs393 paste::expand(&mut tokens); in paste()
/linux-6.15/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 {
/linux-6.15/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-6.15/tools/perf/Documentation/
H A Ddb-export.txt19 Over time it is possible to continue to expand the export while maintaining
/linux-6.15/Documentation/networking/
H A Dipsec.rst29 Small IP datagrams are likely to expand as a result of compression.
/linux-6.15/Documentation/filesystems/
H A Dgfs2.rst47 gfs2_grow to expand a filesystem online
/linux-6.15/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 Dfreeze-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 Dstandby-dev.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 Dsuspend-dev.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)
/linux-6.15/Documentation/sphinx/
H A Dparse-headers.pl240 $data = expand($data);

123