tails            1187 drivers/gpu/drm/i915/i915_drv.h 		} tails[2];
tails             479 drivers/gpu/drm/i915/i915_perf.c 	aged_tail = stream->oa_buffer.tails[aged_idx].offset;
tails             480 drivers/gpu/drm/i915/i915_perf.c 	aging_tail = stream->oa_buffer.tails[!aged_idx].offset;
tails             511 drivers/gpu/drm/i915/i915_perf.c 		stream->oa_buffer.tails[!aged_idx].offset = INVALID_TAIL_PTR;
tails             535 drivers/gpu/drm/i915/i915_perf.c 			stream->oa_buffer.tails[!aged_idx].offset =
tails             677 drivers/gpu/drm/i915/i915_perf.c 	tail = stream->oa_buffer.tails[aged_tail_idx].offset;
tails             965 drivers/gpu/drm/i915/i915_perf.c 	tail = stream->oa_buffer.tails[aged_tail_idx].offset;
tails            1413 drivers/gpu/drm/i915/i915_perf.c 	stream->oa_buffer.tails[0].offset = INVALID_TAIL_PTR;
tails            1414 drivers/gpu/drm/i915/i915_perf.c 	stream->oa_buffer.tails[1].offset = INVALID_TAIL_PTR;
tails            1470 drivers/gpu/drm/i915/i915_perf.c 	stream->oa_buffer.tails[0].offset = INVALID_TAIL_PTR;
tails            1471 drivers/gpu/drm/i915/i915_perf.c 	stream->oa_buffer.tails[1].offset = INVALID_TAIL_PTR;
tails             951 fs/reiserfs/super.c static const arg_desc_t tails[] = {
tails            1138 fs/reiserfs/super.c 		{"tails",.arg_required = 't',.values = tails},
tails              69 include/linux/rcu_segcblist.h 	struct rcu_head **tails[RCU_CBLIST_NSEGS];
tails              84 include/linux/rcu_segcblist.h 	.tails[RCU_DONE_TAIL] = &n.head, \
tails              85 include/linux/rcu_segcblist.h 	.tails[RCU_WAIT_TAIL] = &n.head, \
tails              86 include/linux/rcu_segcblist.h 	.tails[RCU_NEXT_READY_TAIL] = &n.head, \
tails              87 include/linux/rcu_segcblist.h 	.tails[RCU_NEXT_TAIL] = &n.head, \
tails             159 kernel/rcu/rcu_segcblist.c 	BUILD_BUG_ON(ARRAY_SIZE(rsclp->tails) != ARRAY_SIZE(rsclp->gp_seq));
tails             162 kernel/rcu/rcu_segcblist.c 		rsclp->tails[i] = &rsclp->head;
tails             196 kernel/rcu/rcu_segcblist.c 	       &rsclp->head != rsclp->tails[RCU_DONE_TAIL];
tails             230 kernel/rcu/rcu_segcblist.c 		return *rsclp->tails[RCU_DONE_TAIL];
tails             263 kernel/rcu/rcu_segcblist.c 	WRITE_ONCE(*rsclp->tails[RCU_NEXT_TAIL], rhp);
tails             264 kernel/rcu/rcu_segcblist.c 	WRITE_ONCE(rsclp->tails[RCU_NEXT_TAIL], &rhp->next);
tails             290 kernel/rcu/rcu_segcblist.c 		if (rsclp->tails[i] != rsclp->tails[i - 1])
tails             292 kernel/rcu/rcu_segcblist.c 	WRITE_ONCE(*rsclp->tails[i], rhp);
tails             294 kernel/rcu/rcu_segcblist.c 		WRITE_ONCE(rsclp->tails[i], &rhp->next);
tails             328 kernel/rcu/rcu_segcblist.c 	WRITE_ONCE(rsclp->head, *rsclp->tails[RCU_DONE_TAIL]);
tails             329 kernel/rcu/rcu_segcblist.c 	WRITE_ONCE(*rsclp->tails[RCU_DONE_TAIL], NULL);
tails             330 kernel/rcu/rcu_segcblist.c 	rclp->tail = rsclp->tails[RCU_DONE_TAIL];
tails             332 kernel/rcu/rcu_segcblist.c 		if (rsclp->tails[i] == rsclp->tails[RCU_DONE_TAIL])
tails             333 kernel/rcu/rcu_segcblist.c 			WRITE_ONCE(rsclp->tails[i], &rsclp->head);
tails             350 kernel/rcu/rcu_segcblist.c 	*rclp->tail = *rsclp->tails[RCU_DONE_TAIL];
tails             351 kernel/rcu/rcu_segcblist.c 	rclp->tail = rsclp->tails[RCU_NEXT_TAIL];
tails             352 kernel/rcu/rcu_segcblist.c 	WRITE_ONCE(*rsclp->tails[RCU_DONE_TAIL], NULL);
tails             354 kernel/rcu/rcu_segcblist.c 		WRITE_ONCE(rsclp->tails[i], rsclp->tails[RCU_DONE_TAIL]);
tails             384 kernel/rcu/rcu_segcblist.c 		if (&rsclp->head == rsclp->tails[i])
tails             385 kernel/rcu/rcu_segcblist.c 			WRITE_ONCE(rsclp->tails[i], rclp->tail);
tails             401 kernel/rcu/rcu_segcblist.c 	WRITE_ONCE(*rsclp->tails[RCU_NEXT_TAIL], rclp->head);
tails             402 kernel/rcu/rcu_segcblist.c 	WRITE_ONCE(rsclp->tails[RCU_NEXT_TAIL], rclp->tail);
tails             426 kernel/rcu/rcu_segcblist.c 		WRITE_ONCE(rsclp->tails[RCU_DONE_TAIL], rsclp->tails[i]);
tails             435 kernel/rcu/rcu_segcblist.c 		WRITE_ONCE(rsclp->tails[j], rsclp->tails[RCU_DONE_TAIL]);
tails             444 kernel/rcu/rcu_segcblist.c 		if (rsclp->tails[j] == rsclp->tails[RCU_NEXT_TAIL])
tails             446 kernel/rcu/rcu_segcblist.c 		WRITE_ONCE(rsclp->tails[j], rsclp->tails[i]);
tails             483 kernel/rcu/rcu_segcblist.c 		if (rsclp->tails[i] != rsclp->tails[i - 1] &&
tails             511 kernel/rcu/rcu_segcblist.c 		WRITE_ONCE(rsclp->tails[i], rsclp->tails[RCU_NEXT_TAIL]);
tails              96 kernel/rcu/rcu_segcblist.h 	return !READ_ONCE(*READ_ONCE(rsclp->tails[seg]));