Lines Matching refs:node
95 * We use a node ref counting system where a reference ensures that a
96 * node and all following nodes can't be freed/recycled until the
110 * relate to the newly-started query. A pointer to this node is
118 * ^_______ Add a reference and store pointer to node in
129 * node in B->oa.samples_head
160 * find a referenced node and stop.
463 struct exec_node *node = exec_list_pop_head(&perf_ctx->free_sample_buffers);
466 if (node)
467 buf = exec_node_data(struct oa_sample_buf, node, link);
488 * the head of the list, except always leave at least one node in
489 * the list so we always have a node to reference when we Begin
1305 * that no data in this particular node's buffer can possibly be