Searched defs:preempt (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/include/trace/events/ |
D | sched.h | 107 static inline long __trace_sched_switch_state(bool preempt, struct task_struct *p) in __trace_sched_switch_state()
|
/linux-4.4.14/kernel/trace/ |
D | trace_sched_switch.c | 19 probe_sched_switch(void *ignore, bool preempt, in probe_sched_switch()
|
D | trace_sched_wakeup.c | 427 probe_wakeup_sched_switch(void *ignore, bool preempt, in probe_wakeup_sched_switch()
|
D | trace_events.c | 511 event_filter_pid_sched_switch_probe_pre(void *data, bool preempt, in event_filter_pid_sched_switch_probe_pre() 525 event_filter_pid_sched_switch_probe_post(void *data, bool preempt, in event_filter_pid_sched_switch_probe_post()
|
D | ftrace.c | 5711 ftrace_graph_probe_sched_switch(void *ignore, bool preempt, in ftrace_graph_probe_sched_switch()
|
/linux-4.4.14/arch/microblaze/kernel/ |
D | entry.S | 731 preempt: label
|
/linux-4.4.14/include/linux/ |
D | parport.h | 142 int (*preempt)(void *); member 320 int (*preempt)(void *); member
|
/linux-4.4.14/kernel/sched/ |
D | core.c | 3104 static void __sched notrace __schedule(bool preempt) in __schedule() 4712 int __sched yield_to(struct task_struct *p, bool preempt) in yield_to()
|
D | fair.c | 5378 static bool yield_to_task_fair(struct rq *rq, struct task_struct *p, bool preempt) in yield_to_task_fair()
|