Home
last modified time | relevance | path

Searched refs:fetch_node (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/contrib/plugins/
H A Dcflow.c213 static NodeData *fetch_node(uint64_t addr, bool create_if_not_found) in fetch_node() function
244 NodeData *node = fetch_node(lpc, true); in vcpu_tb_branched_exec()
335 NodeData *node = fetch_node(ipc, last_insn); in vcpu_tb_trans()
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_active.c33 #define fetch_node(x) rb_entry(READ_ONCE(x), typeof(struct active_node), node) macro
143 ref->cache = fetch_node(ref->tree.rb_node); in __active_retire()
272 it = fetch_node(ref->tree.rb_node); in __active_lookup()
275 it = fetch_node(it->node.rb_right); in __active_lookup()
277 it = fetch_node(it->node.rb_left); in __active_lookup()