Home
last modified time | relevance | path

Searched refs:expand (Results 1 – 25 of 55) 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()
760 if (kabi_is_enumerator_ignored(state->expand.current_fqn, in process_enumerator_type()
765 state->expand.current_fqn, cache->fqn, &override); in process_enumerator_type()
838 state->expand in state_init()
[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()
/linux/drivers/infiniband/hw/ocrdma/
H A Docrdma_verbs.c2475 bool expand = false; in ocrdma_update_err_cqe() local
2488 expand = true; in ocrdma_update_err_cqe()
2491 return expand; in ocrdma_update_err_cqe()
2518 bool expand; in ocrdma_poll_err_scqe() local
2535 expand = ocrdma_update_err_rcqe(ibwc, cqe, qp, status); in ocrdma_poll_err_scqe()
2544 expand = false; in ocrdma_poll_err_scqe()
2548 expand = false; in ocrdma_poll_err_scqe()
2553 expand = ocrdma_update_err_scqe(ibwc, cqe, qp, status); in ocrdma_poll_err_scqe()
2555 return expand; in ocrdma_poll_err_scqe()
2562 bool expand = false; in ocrdma_poll_success_scqe() local
[all …]
/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
81 // Recursively expand tokens inside the group in expand()
82 expand(&mut stream); in expand()
H A Dlib.rs454 paste::expand(&mut tokens);
/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.c890 struct bpf_link_info *expand; in show_link_netfilter() local
899 expand = realloc(nf_link_info, nf_link_len * sizeof(info)); in show_link_netfilter()
900 if (!expand) { in show_link_netfilter()
905 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