Home
last modified time | relevance | path

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

123

/linux/tools/verification/rvgen/rvgen/
H A Dltl2ba.py83 def expand(self, node_set): member in GraphNode
91 return new_current_node.expand({self} | node_set)
93 return n.expand(self, node_set)
120 def expand(self, node, node_set): member in ASTNode
121 return self.op.expand(self, node, node_set)
170 def expand(n: ASTNode, node: GraphNode, node_set) -> set[GraphNode]: member in BinaryOp
186 def expand(n: ASTNode, node: GraphNode, node_set) -> set[GraphNode]: member in AndOp
189 return node.expand(node_set)
195 return tmp.expand(node_set)
210 def expand(n: ASTNode, node: GraphNode, node_set) -> set[GraphNode]: member in OrOp
[all …]
/linux/scripts/gendwarfksyms/
H A Ddwarf.c695 bool expand; in __process_structure_type() local
702 expand = state->expand.expand && is_kabi_definition(cache, die); in __process_structure_type()
704 if (expand) { in __process_structure_type()
705 state->expand.current_fqn = cache->fqn; in __process_structure_type()
713 if (expand) { in __process_structure_type()
759 if (kabi_is_enumerator_ignored(state->expand.current_fqn, in process_enumerator_type()
764 state->expand.current_fqn, cache->fqn, &value); in process_enumerator_type()
836 state->expand.expand = true; in state_init()
837 state->expand.current_fqn = NULL; in state_init()
844 state->expand = saved->expand; in expansion_state_restore()
[all …]
H A Dgendwarfksyms.h234 bool expand; member
252 struct expansion_state expand; member
/linux/sound/soc/tegra/
H A Dtegra_cif.h42 unsigned int expand; member
59 (conf->expand << TEGRA_ACIF_CTRL_EXPAND_SHIFT) | in tegra_set_cif()
78 (conf->expand << TEGRA_ACIF_CTRL_EXPAND_SHIFT) | in tegra264_set_cif()
H A Dtegra30_ahub.h480 unsigned int expand; member
/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/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.rs448 paste::expand(&mut tokens); in paste()
/linux/tools/perf/python/
H A Dilist.py246 node.parent.expand()
248 node.parent.parent.expand()
249 node.expand()
491 tree.root.expand()
/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.dtsi36 sound_card_kf: expand-sound {
/linux/tools/bpf/bpftool/
H A Dnet.c864 struct bpf_link_info *expand; in show_link_netfilter() local
873 expand = realloc(nf_link_info, nf_link_len * sizeof(info)); in show_link_netfilter()
874 if (!expand) { in show_link_netfilter()
879 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/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)
H A Dsuspend-x2-proc.cfg80 # 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)

123