Home
last modified time | relevance | path

Searched refs:inlines (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/tools/perf/util/
Dsrcline.h50 struct inline_node *inlines);
Dsrcline.c692 struct inline_node *inlines) in inlines__tree_insert() argument
696 const u64 addr = inlines->addr; in inlines__tree_insert()
710 rb_link_node(&inlines->rb_node, parent, p); in inlines__tree_insert()
711 rb_insert_color_cached(&inlines->rb_node, tree, leftmost); in inlines__tree_insert()
/Linux-v5.4/lib/raid6/
Dint.uc52 * These sub-operations are separate inlines since they can sometimes be
/Linux-v5.4/Documentation/driver-api/
Drfkill.rst85 case all rfkill API can still be used but will be provided by static inlines
/Linux-v5.4/tools/perf/Documentation/
Dperf-probe.txt93 --no-inlines::
/Linux-v5.4/Documentation/process/
Dcoding-style.rst886 faster" speedup option called ``inline``. While the use of inlines can be