Home
last modified time | relevance | path

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

/Linux-v5.15/include/trace/events/
Dsched.h190 static inline long __trace_sched_switch_state(bool preempt, struct task_struct *p) in __trace_sched_switch_state()
/Linux-v5.15/include/linux/
Drcupdate.h157 # define rcu_tasks_classic_qs(t, preempt) \ argument
165 # define rcu_tasks_classic_qs(t, preempt) do { } while (0) argument
183 #define rcu_tasks_qs(t, preempt) \ argument
198 #define rcu_tasks_qs(t, preempt) do { } while (0) argument
Drcutiny.h61 #define rcu_note_context_switch(preempt) \ argument
Dparport.h142 int (*preempt)(void *); member
362 int (*preempt)(void *); member
/Linux-v5.15/kernel/trace/
Dtrace_sched_switch.c24 probe_sched_switch(void *ignore, bool preempt, in probe_sched_switch()
Dfgraph.c415 ftrace_graph_probe_sched_switch(void *ignore, bool preempt, in ftrace_graph_probe_sched_switch()
Dtrace_sched_wakeup.c428 probe_wakeup_sched_switch(void *ignore, bool preempt, in probe_wakeup_sched_switch()
Dtrace_events.c761 event_filter_pid_sched_switch_probe_pre(void *data, bool preempt, in event_filter_pid_sched_switch_probe_pre()
785 event_filter_pid_sched_switch_probe_post(void *data, bool preempt, in event_filter_pid_sched_switch_probe_post()
Dtrace_osnoise.c1003 trace_sched_switch_callback(void *data, bool preempt, struct task_struct *p, in trace_sched_switch_callback()
Dftrace.c7094 ftrace_filter_pid_sched_switch_probe(void *data, bool preempt, in ftrace_filter_pid_sched_switch_probe()
/Linux-v5.15/arch/arm64/include/asm/
Dthread_info.h39 } preempt; member
/Linux-v5.15/kernel/rcu/
Dtree_plugin.h308 void rcu_note_context_switch(bool preempt) in rcu_note_context_switch()
888 void rcu_note_context_switch(bool preempt) in rcu_note_context_switch()
/Linux-v5.15/drivers/gpu/drm/msm/adreno/
Da5xx_gpu.h35 struct a5xx_preempt_record *preempt[MSM_GPU_MAX_RINGS]; member
/Linux-v5.15/drivers/gpu/drm/i915/gt/
Dselftest_lrc.c578 bool preempt) in __live_lrc_gpr()
759 static int __lrc_timestamp(const struct lrc_timestamp *arg, bool preempt) in __lrc_timestamp()
Dintel_engine_types.h144 struct timer_list preempt; member
/Linux-v5.15/kernel/sched/
Dcore.c5490 static inline void schedule_debug(struct task_struct *prev, bool preempt) in schedule_debug()
8293 int __sched yield_to(struct task_struct *p, bool preempt) in yield_to()