Home
last modified time | relevance | path

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

/Linux-v5.4/include/trace/events/
Dsched.h108 static inline long __trace_sched_switch_state(bool preempt, struct task_struct *p) in __trace_sched_switch_state()
/Linux-v5.4/kernel/trace/
Dtrace_sched_switch.c24 probe_sched_switch(void *ignore, bool preempt, in probe_sched_switch()
Dfgraph.c389 ftrace_graph_probe_sched_switch(void *ignore, bool preempt, in ftrace_graph_probe_sched_switch()
Dtrace_sched_wakeup.c431 probe_wakeup_sched_switch(void *ignore, bool preempt, in probe_wakeup_sched_switch()
Dtrace_events.c541 event_filter_pid_sched_switch_probe_pre(void *data, bool preempt, in event_filter_pid_sched_switch_probe_pre()
555 event_filter_pid_sched_switch_probe_post(void *data, bool preempt, in event_filter_pid_sched_switch_probe_post()
Dftrace.c6416 ftrace_filter_pid_sched_switch_probe(void *data, bool preempt, in ftrace_filter_pid_sched_switch_probe()
/Linux-v5.4/arch/microblaze/kernel/
Dentry.S741 preempt: label
/Linux-v5.4/include/linux/
Drcutiny.h49 #define rcu_note_context_switch(preempt) \ argument
Dparport.h142 int (*preempt)(void *); member
321 int (*preempt)(void *); member
/Linux-v5.4/arch/arm64/include/asm/
Dthread_info.h42 } preempt; member
/Linux-v5.4/drivers/gpu/drm/msm/adreno/
Da5xx_gpu.h34 struct a5xx_preempt_record *preempt[MSM_GPU_MAX_RINGS]; member
/Linux-v5.4/kernel/rcu/
Dtree_plugin.h285 void rcu_note_context_switch(bool preempt) in rcu_note_context_switch()
843 void rcu_note_context_switch(bool preempt) in rcu_note_context_switch()
/Linux-v5.4/kernel/sched/
Dcore.c3874 static inline void schedule_debug(struct task_struct *prev, bool preempt) in schedule_debug()
3998 static void __sched notrace __schedule(bool preempt) in __schedule()
5693 int __sched yield_to(struct task_struct *p, bool preempt) in yield_to()
Dfair.c6943 static bool yield_to_task_fair(struct rq *rq, struct task_struct *p, bool preempt) in yield_to_task_fair()
/Linux-v5.4/drivers/gpu/drm/i915/gt/
Dintel_lrc.c357 bool preempt = false; in need_preempt() local