Searched refs:fetch_node (Results 1 – 2 of 2) sorted by relevance
213 static NodeData *fetch_node(uint64_t addr, bool create_if_not_found) in fetch_node() function244 NodeData *node = fetch_node(lpc, true); in vcpu_tb_branched_exec()335 NodeData *node = fetch_node(ipc, last_insn); in vcpu_tb_trans()
33 #define fetch_node(x) rb_entry(READ_ONCE(x), typeof(struct active_node), node) macro143 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()