Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/trace/events/
Dsched.h113 static inline long __trace_sched_switch_state(bool preempt, struct task_struct *p) in __trace_sched_switch_state()
/kernel/linux/linux-5.10/include/linux/
Drcupdate.h153 # define rcu_tasks_classic_qs(t, preempt) \ argument
161 # define rcu_tasks_classic_qs(t, preempt) do { } while (0) argument
179 #define rcu_tasks_qs(t, preempt) \ argument
195 #define rcu_tasks_qs(t, preempt) do { } while (0) argument
Drcutiny.h65 #define rcu_note_context_switch(preempt) \ argument
Dparport.h142 int (*preempt)(void *); member
321 int (*preempt)(void *); member
/kernel/linux/linux-5.10/kernel/trace/
Dtrace_sched_switch.c24 probe_sched_switch(void *ignore, bool preempt, in probe_sched_switch()
Dfgraph.c416 ftrace_graph_probe_sched_switch(void *ignore, bool preempt, in ftrace_graph_probe_sched_switch()
Dtrace_sched_wakeup.c433 probe_wakeup_sched_switch(void *ignore, bool preempt, in probe_wakeup_sched_switch()
Dtrace_events.c548 event_filter_pid_sched_switch_probe_pre(void *data, bool preempt, in event_filter_pid_sched_switch_probe_pre()
572 event_filter_pid_sched_switch_probe_post(void *data, bool preempt, in event_filter_pid_sched_switch_probe_post()
Dftrace.c7126 ftrace_filter_pid_sched_switch_probe(void *data, bool preempt, in ftrace_filter_pid_sched_switch_probe()
/kernel/linux/linux-5.10/arch/arm64/include/asm/
Dthread_info.h42 } preempt; member
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/adreno/
Da5xx_gpu.h35 struct a5xx_preempt_record *preempt[MSM_GPU_MAX_RINGS]; member
/kernel/linux/linux-5.10/kernel/rcu/
Dtree_plugin.h289 void rcu_note_context_switch(bool preempt) in rcu_note_context_switch()
863 void rcu_note_context_switch(bool preempt) in rcu_note_context_switch()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
Dintel_engine_types.h153 struct timer_list preempt; member
Dselftest_lrc.c5214 bool preempt) in __live_lrc_gpr()
5392 static int __lrc_timestamp(const struct lrc_timestamp *arg, bool preempt) in __lrc_timestamp()
Dintel_lrc.c499 bool preempt = false; in need_preempt() local
/kernel/linux/linux-5.10/kernel/sched/
Dcore.c4482 static inline void schedule_debug(struct task_struct *prev, bool preempt) in schedule_debug()
4617 static void __sched notrace __schedule(bool preempt) in __schedule()
6452 int __sched yield_to(struct task_struct *p, bool preempt) in yield_to()