Home
last modified time | relevance | path

Searched defs:preempt (Results 1 – 21 of 21) sorted by relevance

/openbmc/linux/include/linux/
H A Drcupdate.h167 # define rcu_tasks_classic_qs(t, preempt) \ argument
175 # define rcu_tasks_classic_qs(t, preempt) do { } while (0) argument
204 #define rcu_tasks_qs(t, preempt) \ argument
220 #define rcu_tasks_classic_qs(t, preempt) do { } while (0) argument
221 #define rcu_tasks_qs(t, preempt) do { } while (0) argument
H A Drcutiny.h130 #define rcu_note_context_switch(preempt) \ argument
H A Dparport.h137 int (*preempt)(void *); member
359 int (*preempt)(void *); member
/openbmc/linux/kernel/trace/rv/monitors/wwnr/
H A Dwwnr.c21 static void handle_switch(void *data, bool preempt, struct task_struct *p, in handle_switch()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dchan.c183 nvkm_chan_remove(struct nvkm_chan *chan, bool preempt) in nvkm_chan_remove()
228 nvkm_chan_error(struct nvkm_chan *chan, bool preempt) in nvkm_chan_error()
H A Dcgrp.h31 void (*preempt)(struct nvkm_cgrp *); member
H A Dchan.h52 void (*preempt)(struct nvkm_chan *); member
H A Drunl.h53 void (*preempt)(struct nvkm_runl *); member
/openbmc/linux/include/trace/events/
H A Dsched.h190 static inline long __trace_sched_switch_state(bool preempt, in __trace_sched_switch_state()
/openbmc/linux/kernel/trace/
H A Dtrace_sched_switch.c24 probe_sched_switch(void *ignore, bool preempt, in probe_sched_switch()
H A Dfgraph.c451 ftrace_graph_probe_sched_switch(void *ignore, bool preempt, in ftrace_graph_probe_sched_switch()
H A Dtrace_sched_wakeup.c430 probe_wakeup_sched_switch(void *ignore, bool preempt, in probe_wakeup_sched_switch()
H A Dtrace_events.c788 event_filter_pid_sched_switch_probe_pre(void *data, bool preempt, in event_filter_pid_sched_switch_probe_pre()
814 event_filter_pid_sched_switch_probe_post(void *data, bool preempt, in event_filter_pid_sched_switch_probe_post()
H A Dtrace_osnoise.c1271 trace_sched_switch_callback(void *data, bool preempt, in trace_sched_switch_callback()
H A Dftrace.c7469 ftrace_filter_pid_sched_switch_probe(void *data, bool preempt, in ftrace_filter_pid_sched_switch_probe()
/openbmc/linux/kernel/rcu/
H A Dtree_plugin.h312 void rcu_note_context_switch(bool preempt) in rcu_note_context_switch()
893 void rcu_note_context_switch(bool preempt) in rcu_note_context_switch()
/openbmc/linux/arch/arm64/include/asm/
H A Dthread_info.h39 } preempt; member
/openbmc/linux/drivers/gpu/drm/msm/adreno/
H A Da5xx_gpu.h35 struct a5xx_preempt_record *preempt[MSM_GPU_MAX_RINGS]; member
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dselftest_lrc.c616 bool preempt) in __live_lrc_gpr()
797 static int __lrc_timestamp(const struct lrc_timestamp *arg, bool preempt) in __lrc_timestamp()
H A Dintel_engine_types.h170 struct timer_list preempt; member
/openbmc/linux/kernel/sched/
H A Dcore.c4201 guard(preempt)(); in try_to_wake_up() local
5934 static inline void schedule_debug(struct task_struct *prev, bool preempt) in schedule_debug()
8933 int __sched yield_to(struct task_struct *p, bool preempt) in yield_to()