Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
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
Drcutiny.h130 #define rcu_note_context_switch(preempt) \ argument
Dparport.h137 int (*preempt)(void *); member
359 int (*preempt)(void *); member
/linux-6.6.21/include/trace/events/
Dsched.h190 static inline long __trace_sched_switch_state(bool preempt, in __trace_sched_switch_state()
/linux-6.6.21/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
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()
Dcgrp.h31 void (*preempt)(struct nvkm_cgrp *); member
Dchan.h52 void (*preempt)(struct nvkm_chan *); member
Drunl.h53 void (*preempt)(struct nvkm_runl *); member
/linux-6.6.21/kernel/trace/rv/monitors/wwnr/
Dwwnr.c21 static void handle_switch(void *data, bool preempt, struct task_struct *p, in handle_switch()
/linux-6.6.21/kernel/trace/
Dtrace_sched_switch.c24 probe_sched_switch(void *ignore, bool preempt, in probe_sched_switch()
Dfgraph.c451 ftrace_graph_probe_sched_switch(void *ignore, bool preempt, in ftrace_graph_probe_sched_switch()
Dtrace_sched_wakeup.c430 probe_wakeup_sched_switch(void *ignore, bool preempt, in probe_wakeup_sched_switch()
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()
Dtrace_osnoise.c1265 trace_sched_switch_callback(void *data, bool preempt, in trace_sched_switch_callback()
Dftrace.c7462 ftrace_filter_pid_sched_switch_probe(void *data, bool preempt, in ftrace_filter_pid_sched_switch_probe()
/linux-6.6.21/kernel/rcu/
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()
/linux-6.6.21/arch/arm64/include/asm/
Dthread_info.h39 } preempt; member
/linux-6.6.21/drivers/gpu/drm/msm/adreno/
Da5xx_gpu.h35 struct a5xx_preempt_record *preempt[MSM_GPU_MAX_RINGS]; member
/linux-6.6.21/drivers/gpu/drm/i915/gt/
Dselftest_lrc.c616 bool preempt) in __live_lrc_gpr()
797 static int __lrc_timestamp(const struct lrc_timestamp *arg, bool preempt) in __lrc_timestamp()
Dintel_engine_types.h170 struct timer_list preempt; member
/linux-6.6.21/kernel/sched/
Dcore.c4205 guard(preempt)(); in try_to_wake_up() local
5935 static inline void schedule_debug(struct task_struct *prev, bool preempt) in schedule_debug()
8932 int __sched yield_to(struct task_struct *p, bool preempt) in yield_to()