Searched defs:preempt (Results 1 – 14 of 14) sorted by relevance
| /Linux-v4.19/include/trace/events/ |
| D | sched.h | 108 static inline long __trace_sched_switch_state(bool preempt, struct task_struct *p) in __trace_sched_switch_state()
|
| /Linux-v4.19/kernel/trace/ |
| D | trace_sched_switch.c | 24 probe_sched_switch(void *ignore, bool preempt, in probe_sched_switch()
|
| D | trace_sched_wakeup.c | 440 probe_wakeup_sched_switch(void *ignore, bool preempt, in probe_wakeup_sched_switch()
|
| D | trace_events.c | 548 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()
|
| D | ftrace.c | 6369 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/ |
| D | entry.S | 741 preempt: label
|
| /Linux-v4.19/include/linux/ |
| D | rcutiny.h | 93 #define rcu_note_context_switch(preempt) \ argument
|
| D | parport.h | 142 int (*preempt)(void *); member 321 int (*preempt)(void *); member
|
| /Linux-v4.19/drivers/gpu/drm/msm/adreno/ |
| D | a5xx_gpu.h | 43 struct a5xx_preempt_record *preempt[MSM_GPU_MAX_RINGS]; member
|
| /Linux-v4.19/kernel/rcu/ |
| D | tree_plugin.h | 335 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()
|
| D | tree.c | 432 void rcu_note_context_switch(bool preempt) in rcu_note_context_switch()
|
| /Linux-v4.19/block/ |
| D | blk-core.c | 920 const bool preempt = flags & BLK_MQ_REQ_PREEMPT; in blk_queue_enter() local
|
| /Linux-v4.19/kernel/sched/ |
| D | core.c | 3383 static void __sched notrace __schedule(bool preempt) in __schedule() 5044 int __sched yield_to(struct task_struct *p, bool preempt) in yield_to()
|
| D | fair.c | 6781 static bool yield_to_task_fair(struct rq *rq, struct task_struct *p, bool preempt) in yield_to_task_fair()
|