Home
last modified time | relevance | path

Searched defs: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
/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