Searched refs:preempt (Results 1 - 21 of 21) sorted by relevance

/openbsd-current/sys/dev/pci/drm/include/linux/
H A Dbottom_half.h6 #include <linux/preempt.h>
H A Dpreempt.h6 #include <asm/preempt.h>
H A Dspinlock.h7 #include <linux/preempt.h>
H A Dseqlock.h11 #include <linux/preempt.h>
/openbsd-current/sys/dev/pci/drm/i915/selftests/
H A Digt_atomic.c6 #include <linux/preempt.h>
43 { "preempt", __preempt_begin, __preempt_end },
/openbsd-current/sys/dev/pci/drm/include/drm/
H A Ddrm_util.h37 #include <linux/preempt.h>
69 * The check for running in atomic context may not work - see linux/preempt.h.
H A Dspsc_queue.h28 #include <linux/preempt.h>
/openbsd-current/gnu/usr.bin/perl/cpan/Config-Perl-V/t/
H A D39_plv5340tqm.t68 osvers => "5.3.18-lp152.78-preempt",
86 osvers=5.3.18-lp152.78-preempt
88 uname='linux pc09 5.3.18-lp152.78-preempt #1 smp preempt tue jun 1 14:53:21 utc 2021 (556d823) x86_64 x86_64 x86_64 gnulinux '
/openbsd-current/sys/kern/
H A Dkern_subr.c139 sched_pause(preempt);
H A Dkern_ktrace.c249 sched_pause(preempt);
373 sched_pause(preempt);
H A Dsched_bsd.c330 preempt(void) function
/openbsd-current/sys/sys/
H A Dsyscall_mi.h261 preempt();
H A Dproc.h554 void preempt(void);
/openbsd-current/sys/dev/pci/drm/i915/gt/
H A Dselftest_lrc.c616 bool preempt)
646 if (preempt) {
797 static int __lrc_timestamp(const struct lrc_timestamp *arg, bool preempt) argument
813 if (preempt) {
830 arg->engine->name, preempt ? "preempt" : "simple",
838 arg->engine->name, preempt ? "preempt" : "simple",
866 * boundary conditions, and see what happens if we preempt the context
614 __live_lrc_gpr(struct intel_engine_cs *engine, struct i915_vma *scratch, bool preempt) argument
H A Dintel_engine_types.h168 * @preempt: reset the current context if it fails to give way
170 struct timeout preempt; member in struct:intel_engine_execlists
H A Dintel_execlists_submission.c311 * a preempt-to-idle cycle.
314 * preempt. If that hint is stale or we may be trying to preempt
358 * to preempt and leave an ostensibly lower priority request in flight.
839 * NB: Due to the async nature of preempt-to-busy and request
981 * contexts, despite the best efforts of preempt-to-busy to confuse
1264 set_timer_ms(&engine->execlists.preempt,
1486 * preempt-to-busy!). Keep looking at the veng queue
1664 cancel_timer(&execlists->preempt);
2418 const struct timeout *t = &engine->execlists.preempt;
[all...]
H A Dsysfs_engines.c269 * (a similar problem to determining the ideal preempt-reset timeout
335 set_timer_ms(&engine->execlists.preempt, timeout);
H A Dintel_engine_cs.c1619 if (in_atomic() || irqs_disabled()) /* inside atomic preempt-reset? */
2159 drm_printf(m, "\tExeclist tasklet queued? %s (%s), preempt? %s, timeslice? %s\n",
2162 repr_timer(&engine->execlists.preempt),
H A Dselftest_execlists.c274 /* Alternatively preempt the spinner with ce[1] */
430 /* Create a second ring to preempt the first ring after rq[0] */
588 * In order to support offline error capture for fast preempt reset,
991 * need to preempt the current task and replace it with another
1501 pr_err("%s: I915_PRIORITY_BARRIER request completed, bypassing no-preempt request\n",
1538 * preempt the busywaits used to synchronise between rings.
1680 pr_err("%s: Failed to preempt semaphore busywait!\n",
1893 pr_err("High priority context failed to preempt the low priority context\n");
2357 /* force preempt reset [failure] */
2360 del_timer_sync(&engine->execlists.preempt);
[all...]
/openbsd-current/sys/uvm/
H A Duvm_glue.c447 sched_pause(preempt);
/openbsd-current/sys/net/
H A Dpf_table.c78 sched_pause(preempt); \

Completed in 182 milliseconds