Lines Matching defs:link
167 struct exec_node link;
467 buf = exec_node_data(struct oa_sample_buf, node, link);
471 exec_node_init(&buf->link);
485 exec_node_data(struct oa_sample_buf, tail_node, link);
492 foreach_list_typed_safe(struct oa_sample_buf, buf, link,
496 exec_node_remove(&buf->link);
497 exec_list_push_head(&perf_ctx->free_sample_buffers, &buf->link);
506 foreach_list_typed_safe(struct oa_sample_buf, buf, link,
617 exec_list_push_head(&perf_ctx->sample_buffers, &buf->link);
878 exec_node_data(struct oa_sample_buf, query->oa.samples_head, link);
1005 exec_node_data(struct oa_sample_buf, tail_node, link);
1019 exec_list_push_tail(&perf_ctx->free_sample_buffers, &buf->link);
1042 exec_list_push_tail(&perf_ctx->sample_buffers, &buf->link);
1208 exec_node_data(struct oa_sample_buf, query->oa.samples_head, link);
1310 foreach_list_typed_from(struct oa_sample_buf, buf, link,