Home
last modified time | relevance | path

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

/Linux-v4.19/include/trace/events/
Dsched.h108 static inline long __trace_sched_switch_state(bool preempt, struct task_struct *p) in __trace_sched_switch_state()
/Linux-v4.19/kernel/trace/
Dtrace_sched_switch.c24 probe_sched_switch(void *ignore, bool preempt, in probe_sched_switch()
Dtrace_sched_wakeup.c440 probe_wakeup_sched_switch(void *ignore, bool preempt, in probe_wakeup_sched_switch()
Dtrace_events.c548 event_filter_pid_sched_switch_probe_pre(void *data, bool preempt, in event_filter_pid_sched_switch_probe_pre()
562 event_filter_pid_sched_switch_probe_post(void *data, bool preempt, in event_filter_pid_sched_switch_probe_post()
Dftrace.c6369 ftrace_filter_pid_sched_switch_probe(void *data, bool preempt, in ftrace_filter_pid_sched_switch_probe()
6832 ftrace_graph_probe_sched_switch(void *ignore, bool preempt, in ftrace_graph_probe_sched_switch()
/Linux-v4.19/arch/microblaze/kernel/
Dentry.S741 preempt: label
/Linux-v4.19/include/linux/
Drcutiny.h93 #define rcu_note_context_switch(preempt) \ argument
Dparport.h142 int (*preempt)(void *); member
321 int (*preempt)(void *); member
/Linux-v4.19/drivers/gpu/drm/msm/adreno/
Da5xx_gpu.h43 struct a5xx_preempt_record *preempt[MSM_GPU_MAX_RINGS]; member
/Linux-v4.19/kernel/rcu/
Dtree_plugin.h335 static void rcu_preempt_note_context_switch(bool preempt) in rcu_preempt_note_context_switch()
922 static void rcu_preempt_note_context_switch(bool preempt) in rcu_preempt_note_context_switch()
Dtree.c432 void rcu_note_context_switch(bool preempt) in rcu_note_context_switch()
/Linux-v4.19/block/
Dblk-core.c920 const bool preempt = flags & BLK_MQ_REQ_PREEMPT; in blk_queue_enter() local
/Linux-v4.19/kernel/sched/
Dcore.c3383 static void __sched notrace __schedule(bool preempt) in __schedule()
5044 int __sched yield_to(struct task_struct *p, bool preempt) in yield_to()
Dfair.c6781 static bool yield_to_task_fair(struct rq *rq, struct task_struct *p, bool preempt) in yield_to_task_fair()