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