• Home
  • Raw
  • Download

Lines Matching refs:tstate

474 	struct btf_dump_type_aux_state *tstate = &d->type_states[id];  in btf_dump_order_type()  local
480 if (tstate->order_state == ORDERED) in btf_dump_order_type()
485 if (tstate->order_state == ORDERING) { in btf_dump_order_type()
496 tstate->order_state = ORDERED; in btf_dump_order_type()
501 tstate->order_state = ORDERED; in btf_dump_order_type()
518 tstate->order_state = ORDERING; in btf_dump_order_type()
533 tstate->order_state = ORDERED; in btf_dump_order_type()
543 if (t->name_off != 0 || !tstate->referenced) { in btf_dump_order_type()
548 tstate->order_state = ORDERED; in btf_dump_order_type()
676 struct btf_dump_type_aux_state *tstate = &d->type_states[id]; in btf_dump_emit_type() local
681 if (tstate->emit_state == EMITTED) in btf_dump_emit_type()
687 if (tstate->emit_state == EMITTING) { in btf_dump_emit_type()
688 if (tstate->fwd_emitted) in btf_dump_emit_type()
707 tstate->fwd_emitted = 1; in btf_dump_emit_type()
719 tstate->fwd_emitted = 1; in btf_dump_emit_type()
733 tstate->emit_state = EMITTED; in btf_dump_emit_type()
740 tstate->emit_state = EMITTED; in btf_dump_emit_type()
754 tstate->emit_state = EMITTED; in btf_dump_emit_type()
757 tstate->emit_state = EMITTING; in btf_dump_emit_type()
766 if (!tstate->fwd_emitted && !btf_dump_is_blacklisted(d, id)) { in btf_dump_emit_type()
770 tstate->emit_state = EMITTED; in btf_dump_emit_type()
774 tstate->emit_state = EMITTING; in btf_dump_emit_type()
790 } else if (!tstate->fwd_emitted && id != cont_id) { in btf_dump_emit_type()
793 tstate->fwd_emitted = 1; in btf_dump_emit_type()
799 tstate->emit_state = EMITTED; in btf_dump_emit_type()
801 tstate->emit_state = NOT_EMITTED; in btf_dump_emit_type()