Searched refs:local_head (Results 1 – 6 of 6) sorted by relevance
258 while (trace.local_head) { in OnFinished()259 CHECK(parts->Queued(trace.local_head)); in OnFinished()260 ctx->trace_part_recycle.PushBack(trace.local_head); in OnFinished()261 trace.local_head = parts->Next(trace.local_head); in OnFinished()
157 local = local || part == trace->local_head; in DoResetImpl()180 trace->local_head = parts->Front(); in DoResetImpl()336 thr->tctx->trace.local_head = nullptr; in SlotDetachImpl()974 trace->local_head = part; in TraceSwitchPartImpl()976 recycle = trace->local_head; in TraceSwitchPartImpl()977 trace->local_head = trace->parts.Next(recycle); in TraceSwitchPartImpl()
193 TracePart* local_head; member
30 local_head() function
81 local_head() function
355 STAILQ_HEAD(, so_splice) local_head; in splice_work_thread()369 STAILQ_INIT(&local_head); in splice_work_thread()370 STAILQ_CONCAT(&local_head, &wq->head); in splice_work_thread()373 STAILQ_FOREACH_SAFE(s, &local_head, next, s_temp) { in splice_work_thread()