Home
last modified time | relevance | path

Searched refs:unfold (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/arch/arc/lib/
Dmemcpy-archs.S61 ;;; Convert len to Dwords, unfold x4
99 ;; Convert to words, unfold x2
144 ;; Convert to words, unfold x2
184 ;; Convert to words, unfold x2
/linux-6.12.1/tools/perf/ui/browsers/
Dhists.c172 static void callchain_list__set_folding(struct callchain_list *cl, bool unfold) in callchain_list__set_folding() argument
174 cl->unfolded = unfold ? cl->has_children : false; in callchain_list__set_folding()
511 static int callchain_node__set_folding_rb_tree(struct callchain_node *node, bool unfold) in callchain_node__set_folding_rb_tree() argument
523 callchain_list__set_folding(chain, unfold); in callchain_node__set_folding_rb_tree()
528 n += callchain_node__set_folding_rb_tree(child, unfold); in callchain_node__set_folding_rb_tree()
534 static int callchain_node__set_folding(struct callchain_node *node, bool unfold) in callchain_node__set_folding() argument
542 callchain_list__set_folding(chain, unfold); in callchain_node__set_folding()
547 n += callchain_node__set_folding_rb_tree(node, unfold); in callchain_node__set_folding()
552 static int callchain__set_folding(struct rb_root *chain, bool unfold) in callchain__set_folding() argument
559 n += callchain_node__set_folding(node, unfold); in callchain__set_folding()
[all …]
/linux-6.12.1/scripts/coccinelle/api/
Dcheck_bq27xxx_data.cocci4 //# Doesn't unfold macros used in register or property fields.