Home
last modified time | relevance | path

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

/kernel/trace/
Dtrace_sched_switch.c24 probe_sched_switch(void *ignore, bool preempt, in probe_sched_switch()
Dtrace_sched_wakeup.c442 probe_wakeup_sched_switch(void *ignore, bool preempt, in probe_wakeup_sched_switch()
Dtrace_events.c547 event_filter_pid_sched_switch_probe_pre(void *data, bool preempt, in event_filter_pid_sched_switch_probe_pre()
561 event_filter_pid_sched_switch_probe_post(void *data, bool preempt, in event_filter_pid_sched_switch_probe_post()
Dftrace.c6205 ftrace_filter_pid_sched_switch_probe(void *data, bool preempt, in ftrace_filter_pid_sched_switch_probe()
6671 ftrace_graph_probe_sched_switch(void *ignore, bool preempt, in ftrace_graph_probe_sched_switch()
/kernel/rcu/
Dtree_plugin.h322 static void rcu_preempt_note_context_switch(bool preempt) in rcu_preempt_note_context_switch()
825 static void rcu_preempt_note_context_switch(bool preempt) in rcu_preempt_note_context_switch()
Dtree.c453 void rcu_note_context_switch(bool preempt) in rcu_note_context_switch()
/kernel/sched/
Dcore.c3359 static void __sched notrace __schedule(bool preempt) in __schedule()
5008 int __sched yield_to(struct task_struct *p, bool preempt) in yield_to()
Dfair.c8440 static bool yield_to_task_fair(struct rq *rq, struct task_struct *p, bool preempt) in yield_to_task_fair()