Searched defs:preempt (Results 1 – 16 of 16) sorted by relevance
/linux/include/trace/events/ |
A D | sched.h | 190 static inline long __trace_sched_switch_state(bool preempt, struct task_struct *p) in __trace_sched_switch_state()
|
/linux/include/linux/ |
A D | rcupdate.h | 158 # define rcu_tasks_classic_qs(t, preempt) \ argument 166 # define rcu_tasks_classic_qs(t, preempt) do { } while (0) argument 184 #define rcu_tasks_qs(t, preempt) \ argument 199 #define rcu_tasks_qs(t, preempt) do { } while (0) argument
|
A D | rcutiny.h | 61 #define rcu_note_context_switch(preempt) \ argument
|
A D | parport.h | 142 int (*preempt)(void *); member 362 int (*preempt)(void *); member
|
/linux/kernel/trace/ |
A D | trace_sched_switch.c | 24 probe_sched_switch(void *ignore, bool preempt, in probe_sched_switch()
|
A D | fgraph.c | 417 ftrace_graph_probe_sched_switch(void *ignore, bool preempt, in ftrace_graph_probe_sched_switch()
|
A D | trace_sched_wakeup.c | 428 probe_wakeup_sched_switch(void *ignore, bool preempt, in probe_wakeup_sched_switch()
|
A D | trace_events.c | 761 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()
|
A D | trace_osnoise.c | 1171 trace_sched_switch_callback(void *data, bool preempt, struct task_struct *p, in trace_sched_switch_callback()
|
A D | ftrace.c | 7319 ftrace_filter_pid_sched_switch_probe(void *data, bool preempt, in ftrace_filter_pid_sched_switch_probe()
|
/linux/arch/arm64/include/asm/ |
A D | thread_info.h | 39 } preempt; member
|
/linux/kernel/rcu/ |
A D | tree_plugin.h | 308 void rcu_note_context_switch(bool preempt) in rcu_note_context_switch() 887 void rcu_note_context_switch(bool preempt) in rcu_note_context_switch()
|
/linux/drivers/gpu/drm/msm/adreno/ |
A D | a5xx_gpu.h | 35 struct a5xx_preempt_record *preempt[MSM_GPU_MAX_RINGS]; member
|
/linux/drivers/gpu/drm/i915/gt/ |
A D | selftest_lrc.c | 578 bool preempt) in __live_lrc_gpr() 759 static int __lrc_timestamp(const struct lrc_timestamp *arg, bool preempt) in __lrc_timestamp()
|
A D | intel_engine_types.h | 147 struct timer_list preempt; member
|
/linux/kernel/sched/ |
A D | core.c | 5522 static inline void schedule_debug(struct task_struct *prev, bool preempt) in schedule_debug() 8274 int __sched yield_to(struct task_struct *p, bool preempt) in yield_to()
|
Completed in 81 milliseconds