| /linux-6.15/scripts/gendwarfksyms/ |
| H A D | dwarf.c | 683 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 D | gendwarfksyms.h | 244 bool expand; member 262 struct expansion_state expand; member
|
| /linux-6.15/arch/s390/include/asm/ |
| H A D | nospec-insn.h | 56 .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 D | tegra_cif.h | 39 unsigned int expand; member 56 (conf->expand << TEGRA_ACIF_CTRL_EXPAND_SHIFT) | in tegra_set_cif()
|
| H A D | tegra30_ahub.c | 140 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 D | ocrdma_verbs.c | 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 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 D | uptodate.c | 470 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 D | fb_imageblit.h | 86 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 D | paste.rs | 66 pub(crate) fn expand(tokens: &mut Vec<TokenTree>) { in expand() function 82 expand(&mut stream); in expand()
|
| H A D | lib.rs | 393 paste::expand(&mut tokens); in paste()
|
| /linux-6.15/arch/arm64/boot/dts/renesas/ |
| H A D | ulcb-kf-simple-audio-card.dtsi | 23 sound_card_kf: expand-sound {
|
| H A D | ulcb-kf-audio-graph-card.dtsi | 22 sound_card_kf: expand-sound {
|
| /linux-6.15/tools/bpf/bpftool/ |
| H A D | net.c | 861 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 D | db-export.txt | 19 Over time it is possible to continue to expand the export while maintaining
|
| /linux-6.15/Documentation/networking/ |
| H A D | ipsec.rst | 29 Small IP datagrams are likely to expand as a result of compression.
|
| /linux-6.15/Documentation/filesystems/ |
| H A D | gfs2.rst | 47 gfs2_grow to expand a filesystem online
|
| /linux-6.15/tools/power/pm-graph/config/ |
| H A D | freeze.cfg | 80 # pre-expand the callgraph data in the html output (default: disabled)
|
| H A D | standby.cfg | 80 # pre-expand the callgraph data in the html output (default: disabled)
|
| H A D | freeze-callgraph.cfg | 81 # pre-expand the callgraph data in the html output (default: disabled)
|
| H A D | freeze-dev.cfg | 80 # pre-expand the callgraph data in the html output (default: disabled)
|
| H A D | standby-dev.cfg | 80 # pre-expand the callgraph data in the html output (default: disabled)
|
| H A D | suspend-callgraph.cfg | 85 # pre-expand the callgraph data in the html output (default: disabled)
|
| H A D | suspend-dev.cfg | 80 # pre-expand the callgraph data in the html output (default: disabled)
|
| H A D | standby-callgraph.cfg | 81 # pre-expand the callgraph data in the html output (default: disabled)
|
| /linux-6.15/Documentation/sphinx/ |
| H A D | parse-headers.pl | 240 $data = expand($data);
|