Lines Matching defs:ngts
398 struct gru_thread_state *gts, *ngts;
408 ngts = gru_find_current_gts_nolock(vdata, tsid);
409 if (ngts) {
411 gts = ngts;
783 struct gru_thread_state *ngts = NULL;
812 ngts = gru->gs_gts[ctxnum];
819 if (ngts && is_gts_stealable(ngts, blade))
821 ngts = NULL;
824 if (ngts || (flag && gru == gru0 && ctxnum == ctxnum0))
835 if (ngts) {
837 ngts->ts_steal_jiffies = jiffies;
838 gru_unload_context(ngts, is_kernel_context(ngts) ? 0 : 1);
839 gts_stolen(ngts, blade);
846 gru->gs_gid, ctxnum, ngts, cbr, dsr, hweight64(gru->gs_cbr_map),