| /linux/tools/verification/rvgen/rvgen/ |
| H A D | ltl2ba.py | 83 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 D | dwarf.c | 695 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 D | gendwarfksyms.h | 234 bool expand; member 252 struct expansion_state expand; member
|
| /linux/sound/soc/tegra/ |
| H A D | tegra_cif.h | 42 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 D | tegra30_ahub.h | 480 unsigned int expand; member
|
| /linux/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/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 | 448 paste::expand(&mut tokens); in paste()
|
| /linux/tools/perf/python/ |
| H A D | ilist.py | 246 node.parent.expand() 248 node.parent.parent.expand() 249 node.expand() 491 tree.root.expand()
|
| /linux/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 {
|
| H A D | ulcb-kf-simple-audio-card-mix+split.dtsi | 36 sound_card_kf: expand-sound {
|
| /linux/tools/bpf/bpftool/ |
| H A D | net.c | 864 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 D | db-export.txt | 19 Over time it is possible to continue to expand the export while maintaining
|
| /linux/Documentation/networking/ |
| H A D | ipsec.rst | 29 Small IP datagrams are likely to expand as a result of compression.
|
| /linux/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 | standby-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 | freeze-callgraph.cfg | 81 # pre-expand the callgraph data in the html output (default: disabled)
|
| H A D | suspend.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 | standby-dev.cfg | 80 # pre-expand the callgraph data in the html output (default: disabled)
|
| H A D | suspend-x2-proc.cfg | 80 # 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)
|