Searched defs:preempt (Results 1 – 15 of 15) sorted by relevance
/Linux-v5.4/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-v5.4/kernel/trace/ |
D | trace_sched_switch.c | 24 probe_sched_switch(void *ignore, bool preempt, in probe_sched_switch()
|
D | fgraph.c | 389 ftrace_graph_probe_sched_switch(void *ignore, bool preempt, in ftrace_graph_probe_sched_switch()
|
D | trace_sched_wakeup.c | 431 probe_wakeup_sched_switch(void *ignore, bool preempt, in probe_wakeup_sched_switch()
|
D | trace_events.c | 541 event_filter_pid_sched_switch_probe_pre(void *data, bool preempt, in event_filter_pid_sched_switch_probe_pre() 555 event_filter_pid_sched_switch_probe_post(void *data, bool preempt, in event_filter_pid_sched_switch_probe_post()
|
D | ftrace.c | 6416 ftrace_filter_pid_sched_switch_probe(void *data, bool preempt, in ftrace_filter_pid_sched_switch_probe()
|
/Linux-v5.4/arch/microblaze/kernel/ |
D | entry.S | 741 preempt: label
|
/Linux-v5.4/include/linux/ |
D | rcutiny.h | 49 #define rcu_note_context_switch(preempt) \ argument
|
D | parport.h | 142 int (*preempt)(void *); member 321 int (*preempt)(void *); member
|
/Linux-v5.4/arch/arm64/include/asm/ |
D | thread_info.h | 42 } preempt; member
|
/Linux-v5.4/drivers/gpu/drm/msm/adreno/ |
D | a5xx_gpu.h | 34 struct a5xx_preempt_record *preempt[MSM_GPU_MAX_RINGS]; member
|
/Linux-v5.4/kernel/rcu/ |
D | tree_plugin.h | 285 void rcu_note_context_switch(bool preempt) in rcu_note_context_switch() 843 void rcu_note_context_switch(bool preempt) in rcu_note_context_switch()
|
/Linux-v5.4/kernel/sched/ |
D | core.c | 3874 static inline void schedule_debug(struct task_struct *prev, bool preempt) in schedule_debug() 3998 static void __sched notrace __schedule(bool preempt) in __schedule() 5693 int __sched yield_to(struct task_struct *p, bool preempt) in yield_to()
|
D | fair.c | 6943 static bool yield_to_task_fair(struct rq *rq, struct task_struct *p, bool preempt) in yield_to_task_fair()
|
/Linux-v5.4/drivers/gpu/drm/i915/gt/ |
D | intel_lrc.c | 357 bool preempt = false; in need_preempt() local
|