HomeSort by: relevance | last modified time | path
    Searched defs:need_preempt (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_scheduler.c 259 static inline bool need_preempt(int prio, int active) function in typeref:typename:bool
299 if (need_preempt(prio, rq_prio(inflight)))
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_lrc.c 395 static inline bool need_preempt(const struct intel_engine_cs *engine, function in typeref:typename:bool
1886 if (need_preempt(engine, last, rb)) {

Completed in 46 milliseconds