Home
last modified time | relevance | path

Searched refs:t_ref (Results 1 – 9 of 9) sorted by relevance

/dragonfly/sys/kern/
H A Dlwkt_token.c199 KKASSERT(mp_token.t_ref == NULL); in cpu_get_initial_mplock()
282 tok->t_ref = ref; in _lwkt_trytokref()
441 if (tok->t_ref == ref) { in _lwkt_reltokref()
451 tok->t_ref = NULL; in _lwkt_reltokref()
718 KKASSERT(tok->t_ref == ref); in lwkt_gettoken()
918 tok->t_ref = NULL; in lwkt_token_init()
967 if (tok1->t_ref == ref1) in lwkt_token_swap()
968 tok1->t_ref = ref2; in lwkt_token_swap()
969 if (tok2->t_ref == ref2) in lwkt_token_swap()
970 tok2->t_ref = ref1; in lwkt_token_swap()
[all …]
/dragonfly/sys/sys/
H A Dthread2.h65 if (tok->t_ref >= &td->td_toks_base && tok->t_ref < td->td_toks_stop) in _lwkt_token_held_any()
80 return ((tok->t_ref >= &td->td_toks_base && in _lwkt_token_held_excl()
81 tok->t_ref < td->td_toks_stop)); in _lwkt_token_held_excl()
H A Dthread.h131 struct lwkt_tokref *t_ref; /* Exclusive ref */ member
147 .t_ref = NULL, \
/dragonfly/sys/ddb/
H A Ddb_ps.c197 if (tok->t_ref && td == tok->t_ref->tr_owner) in db_dump_td_tokens()
/dragonfly/sys/dev/drm/radeon/
H A Dni_dpm.h83 u32 t_ref; member
H A Dsi_dpm.c1775 s64 temperature, t_slope, t_intercept, av, bv, t_ref; in si_calculate_leakage_for_v_and_t_formula() local
1786 t_ref = drm_int2fixp(coeff->t_ref); in si_calculate_leakage_for_v_and_t_formula()
1790 kt = drm_fixp_div(kt, drm_fixp_exp(drm_fixp_mul(tmp, t_ref))); in si_calculate_leakage_for_v_and_t_formula()
/dragonfly/share/misc/
H A Dgdbinit111 set $tokref = $token->t_ref
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Dsi_dpm.h258 u32 t_ref; member
H A Dsi_dpm.c1865 s64 temperature, t_slope, t_intercept, av, bv, t_ref; in si_calculate_leakage_for_v_and_t_formula() local
1876 t_ref = drm_int2fixp(coeff->t_ref); in si_calculate_leakage_for_v_and_t_formula()
1880 kt = drm_fixp_div(kt, drm_fixp_exp(drm_fixp_mul(tmp, t_ref))); in si_calculate_leakage_for_v_and_t_formula()