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

  /src/sys/rump/librump/rumpkern/
scheduler.c 523 preempt() function in typeref:typename:void
  /src/sys/kern/
kern_synch.c 314 preempt(void) function in typeref:typename:void
356 preempt();
361 * Handle a request made by another agent to preempt the current LWP
401 /* Can't preempt soft interrupts yet. */
703 * itimers and forcing user threads to preempt (aston).
1023 * Kick all CPUs to make them preempt any LWPs running in user mode.
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_engine_types.h 154 * @preempt: reset the current context if it fails to give way
156 struct timer_list preempt; member in struct:intel_engine_execlists
232 * we need to preempt the executing requests to service the queue.
234 * request we wanted to preempt but since completed, at the time of
intel_lrc.c 368 * preempt-to-idle cycle by taking that into account now.
410 * a preempt-to-idle cycle.
413 * preempt. If that hint is stale or we may be trying to preempt
437 bool preempt = false; local in function:need_preempt
439 if (engine == ve->siblings[0]) { /* only preempt one sibling */
445 preempt = rq_prio(next) > last_prio;
449 if (preempt)
450 return preempt;
475 * to preempt and leave an ostensibly lower priority request in flight
    [all...]

Completed in 20 milliseconds