Searched refs:tsd_nominal (Results 1 – 6 of 6) sorted by relevance
159 if (!tsd_nominal(tsd)) { in tsd_state_compute()249 assert(!tsd_nominal(tsd)); in assert_tsd_data_cleanup_done()
259 bool allow_event_trigger = tsd_nominal(tsd) && in te_event_trigger()
184 if (!tsd_nominal(tsd) || tsd_reentrancy_level_get(tsd) > 0) { in prof_tctx_create()
251 if (unlikely(!tsd_nominal(tsd) || tsd_reentrancy_level_get(tsd) > 0)) { in te_prof_sample_event_lookahead_surplus()
50 if (tsd_nominal(tsd)) { in prof_tdata_get()
453 tsd_nominal(tsd_t *tsd) { in tsd_nominal() function