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

1234567

/linux-master/arch/arm64/include/asm/
H A Dpreempt.h13 return READ_ONCE(current_thread_info()->preempt.count);
19 WRITE_ONCE(current_thread_info()->preempt.count, pc);
32 current_thread_info()->preempt.need_resched = 0;
37 current_thread_info()->preempt.need_resched = 1;
42 return !current_thread_info()->preempt.need_resched;
47 u32 pc = READ_ONCE(current_thread_info()->preempt.count);
49 WRITE_ONCE(current_thread_info()->preempt.count, pc);
54 u32 pc = READ_ONCE(current_thread_info()->preempt.count);
56 WRITE_ONCE(current_thread_info()->preempt.count, pc);
65 WRITE_ONCE(ti->preempt
[all...]
H A Dsimd.h12 #include <linux/preempt.h>
H A Dsdei.h15 #include <linux/preempt.h>
/linux-master/drivers/gpu/drm/i915/selftests/
H A Digt_atomic.c6 #include <linux/preempt.h>
43 { "preempt", __preempt_begin, __preempt_end },
/linux-master/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>
/linux-master/arch/x86/include/asm/
H A Dsync_core.h5 #include <linux/preempt.h>
H A Dasm-prototypes.h13 #include <asm/preempt.h>
/linux-master/init/
H A DMakefile27 preempt-flag-$(CONFIG_PREEMPT_BUILD) := PREEMPT
28 preempt-flag-$(CONFIG_PREEMPT_DYNAMIC) := PREEMPT_DYNAMIC
29 preempt-flag-$(CONFIG_PREEMPT_RT) := PREEMPT_RT
36 utsver=$$(echo '$(pound)'"$(build-version)" $(smp-flag-y) $(preempt-flag-y) "$(build-timestamp)" | cut -b -64); \
/linux-master/include/linux/
H A Dbottom_half.h6 #include <linux/preempt.h>
H A Drcutiny.h130 #define rcu_note_context_switch(preempt) \
133 rcu_tasks_qs(current, (preempt)); \
H A Drcupdate.h27 #include <linux/preempt.h>
162 # define rcu_tasks_classic_qs(t, preempt) \
164 if (!(preempt) && READ_ONCE((t)->rcu_tasks_holdout)) \
170 # define rcu_tasks_classic_qs(t, preempt) do { } while (0)
199 #define rcu_tasks_qs(t, preempt) \
201 rcu_tasks_classic_qs((t), (preempt)); \
215 #define rcu_tasks_classic_qs(t, preempt) do { } while (0)
216 #define rcu_tasks_qs(t, preempt) do { } while (0)
/linux-master/arch/riscv/include/asm/
H A Dsimd.h13 #include <linux/preempt.h>
/linux-master/tools/testing/selftests/ftrace/test.d/preemptirq/
H A Dirqsoff_tracer.tc36 modprobe $MOD test_mode=preempt delay=500000 || fail
38 modprobe $MOD test_mode=preempt delay=500000 || fail
40 modprobe $MOD test_mode=preempt delay=500000 || fail
/linux-master/arch/parisc/lib/
H A Ddelay.c16 #include <linux/preempt.h>
/linux-master/arch/m68k/include/asm/
H A Dirqflags.h6 #include <linux/preempt.h>
/linux-master/arch/mips/lib/
H A Dmips-atomic.c14 #include <linux/preempt.h>
/linux-master/arch/s390/include/asm/
H A Darchrandom.h15 #include <linux/preempt.h>
/linux-master/kernel/printk/
H A Dprintk_safe.c6 #include <linux/preempt.h>
/linux-master/samples/trace_events/
H A Dtrace_custom_sched.h27 TP_PROTO(bool preempt,
32 TP_ARGS(preempt, prev, next, prev_state),
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dgk110.c41 cgrp->func->preempt(cgrp);
57 .preempt = gk110_chan_preempt,
68 .preempt = gk110_cgrp_preempt,
H A Dchan.h55 void (*preempt)(struct nvkm_chan *); member in struct:nvkm_chan_func
66 void nvkm_chan_error(struct nvkm_chan *, bool preempt);
68 void nvkm_chan_remove(struct nvkm_chan *, bool preempt);
/linux-master/arch/sh/kernel/
H A Didle.c13 #include <linux/preempt.h>
/linux-master/kernel/
H A Dworkqueue_internal.h13 #include <linux/preempt.h>
/linux-master/drivers/gpu/drm/msm/adreno/
H A Da5xx_preempt.c107 /* Get the next ring to preempt to */
119 * that the preempt state is not PREEMPT_NONE.
135 a5xx_gpu->preempt[ring->id]->wptr = get_wptr(ring);
207 a5xx_gpu->preempt[i]->wptr = 0;
208 a5xx_gpu->preempt[i]->rptr = 0;
209 a5xx_gpu->preempt[i]->rbase = gpu->rb[i]->iova;
210 a5xx_gpu->preempt[i]->rptr_addr = shadowptr(a5xx_gpu, gpu->rb[i]);
246 msm_gem_object_set_name(bo, "preempt");
252 a5xx_gpu->preempt[ring->id] = ptr;

Completed in 534 milliseconds

1234567