/linux-6.1.9/include/linux/ |
D | rcupdate.h | 182 # define rcu_tasks_classic_qs(t, preempt) \ argument 190 # define rcu_tasks_classic_qs(t, preempt) do { } while (0) argument 219 #define rcu_tasks_qs(t, preempt) \ argument 234 #define rcu_tasks_classic_qs(t, preempt) do { } while (0) argument 235 #define rcu_tasks_qs(t, preempt) do { } while (0) argument
|
D | rcutiny.h | 130 #define rcu_note_context_switch(preempt) \ argument
|
D | parport.h | 142 int (*preempt)(void *); member 362 int (*preempt)(void *); member
|
/linux-6.1.9/include/trace/events/ |
D | sched.h | 190 static inline long __trace_sched_switch_state(bool preempt, in __trace_sched_switch_state()
|
/linux-6.1.9/kernel/trace/rv/monitors/wwnr/ |
D | wwnr.c | 21 static void handle_switch(void *data, bool preempt, struct task_struct *p, in handle_switch()
|
/linux-6.1.9/kernel/trace/ |
D | trace_sched_switch.c | 24 probe_sched_switch(void *ignore, bool preempt, in probe_sched_switch()
|
D | fgraph.c | 426 ftrace_graph_probe_sched_switch(void *ignore, bool preempt, in ftrace_graph_probe_sched_switch()
|
D | trace_sched_wakeup.c | 428 probe_wakeup_sched_switch(void *ignore, bool preempt, in probe_wakeup_sched_switch()
|
D | trace_events.c | 777 event_filter_pid_sched_switch_probe_pre(void *data, bool preempt, in event_filter_pid_sched_switch_probe_pre() 803 event_filter_pid_sched_switch_probe_post(void *data, bool preempt, in event_filter_pid_sched_switch_probe_post()
|
D | trace_osnoise.c | 1169 trace_sched_switch_callback(void *data, bool preempt, in trace_sched_switch_callback()
|
D | ftrace.c | 7638 ftrace_filter_pid_sched_switch_probe(void *data, bool preempt, in ftrace_filter_pid_sched_switch_probe()
|
/linux-6.1.9/kernel/rcu/ |
D | tree_plugin.h | 310 void rcu_note_context_switch(bool preempt) in rcu_note_context_switch() 891 void rcu_note_context_switch(bool preempt) in rcu_note_context_switch()
|
/linux-6.1.9/arch/arm64/include/asm/ |
D | thread_info.h | 39 } preempt; member
|
/linux-6.1.9/drivers/gpu/drm/msm/adreno/ |
D | a5xx_gpu.h | 35 struct a5xx_preempt_record *preempt[MSM_GPU_MAX_RINGS]; member
|
/linux-6.1.9/drivers/gpu/drm/i915/gt/ |
D | selftest_lrc.c | 622 bool preempt) in __live_lrc_gpr() 803 static int __lrc_timestamp(const struct lrc_timestamp *arg, bool preempt) in __lrc_timestamp()
|
D | intel_engine_types.h | 166 struct timer_list preempt; member
|
/linux-6.1.9/kernel/sched/ |
D | core.c | 5790 static inline void schedule_debug(struct task_struct *prev, bool preempt) in schedule_debug() 8676 int __sched yield_to(struct task_struct *p, bool preempt) in yield_to()
|