/kernel/sched/ |
D | stats.h | 117 struct task_struct *prev) {} in psi_account_irqtime() 182 static inline void psi_sched_switch(struct task_struct *prev, in psi_sched_switch() 196 static inline void psi_sched_switch(struct task_struct *prev, in psi_sched_switch() 200 struct task_struct *prev) {} in psi_account_irqtime() 281 sched_info_switch(struct rq *rq, struct task_struct *prev, struct task_struct *next) in sched_info_switch()
|
D | stop_task.c | 19 balance_stop(struct rq *rq, struct task_struct *prev, struct rq_flags *rf) in balance_stop() 71 static void put_prev_task_stop(struct rq *rq, struct task_struct *prev) in put_prev_task_stop()
|
D | cputime.c | 444 void vtime_task_switch(struct task_struct *prev) in vtime_task_switch() 472 void cputime_adjust(struct task_cputime *curr, struct prev_cputime *prev, in cputime_adjust() 580 void cputime_adjust(struct task_cputime *curr, struct prev_cputime *prev, in cputime_adjust() 813 void vtime_task_switch_generic(struct task_struct *prev) in vtime_task_switch_generic()
|
D | idle.c | 395 balance_idle(struct rq *rq, struct task_struct *prev, struct rq_flags *rf) in balance_idle() 409 static void put_prev_task_idle(struct rq *rq, struct task_struct *prev) in put_prev_task_idle()
|
D | autogroup.c | 160 struct autogroup *prev; in autogroup_move_group() local
|
D | psi.c | 934 void psi_task_switch(struct task_struct *prev, struct task_struct *next, in psi_task_switch() 1013 void psi_account_irqtime(struct rq *rq, struct task_struct *curr, struct task_struct *prev) in psi_account_irqtime()
|
D | core.c | 5119 static inline void finish_task(struct task_struct *prev) in finish_task() 5310 prepare_task_switch(struct rq *rq, struct task_struct *prev, in prepare_task_switch() 5342 static struct rq *finish_task_switch(struct task_struct *prev) in finish_task_switch() 5432 asmlinkage __visible void schedule_tail(struct task_struct *prev) in schedule_tail() 5457 context_switch(struct rq *rq, struct task_struct *prev, in context_switch() 6050 static noinline void __schedule_bug(struct task_struct *prev) in __schedule_bug() 6081 static inline void schedule_debug(struct task_struct *prev, bool preempt) in schedule_debug() 6112 static void put_prev_task_balance(struct rq *rq, struct task_struct *prev, in put_prev_task_balance() 6138 __pick_next_task(struct rq *rq, struct task_struct *prev, struct rq_flags *rf) in __pick_next_task() 6215 pick_next_task(struct rq *rq, struct task_struct *prev, struct rq_flags *rf) in pick_next_task() [all …]
|
/kernel/locking/ |
D | osq_lock.c | 44 struct optimistic_spin_node *prev) in osq_wait_next() 93 struct optimistic_spin_node *prev, *next; in osq_lock() local
|
D | qspinlock.c | 275 struct mcs_spinlock *prev) { } in __pv_wait_node() 318 struct mcs_spinlock *prev, *next, *node; in queued_spin_lock_slowpath() local
|
D | qspinlock_paravirt.h | 267 pv_wait_early(struct pv_node *prev, int loop) in pv_wait_early() 293 static void pv_wait_node(struct mcs_spinlock *node, struct mcs_spinlock *prev) in pv_wait_node()
|
D | mcs_spinlock.h | 67 struct mcs_spinlock *prev; in mcs_spin_lock() local
|
D | lockdep.c | 1615 __calc_dep_bit(struct held_lock *prev, struct held_lock *next) in __calc_dep_bit() 1620 static inline u8 calc_dep(struct held_lock *prev, struct held_lock *next) in calc_dep() 1630 __calc_dep_bitb(struct held_lock *prev, struct held_lock *next) in __calc_dep_bitb() 1635 static inline u8 calc_depb(struct held_lock *prev, struct held_lock *next) in calc_depb() 2564 struct held_lock *prev, in print_bad_irq_dependency() 2788 static int check_irq_usage(struct task_struct *curr, struct held_lock *prev, in check_irq_usage() 2877 struct held_lock *prev, struct held_lock *next) in check_irq_usage() 2967 struct lock_class *prev = hlock_class(prv); in print_deadlock_scenario() local 2983 print_deadlock_bug(struct task_struct *curr, struct held_lock *prev, in print_deadlock_bug() 3029 struct held_lock *prev; in check_deadlock() local [all …]
|
/kernel/gcov/ |
D | base.c | 108 struct gcov_info *prev = NULL; in gcov_module_notifier() local
|
D | clang.c | 197 void gcov_info_unlink(struct gcov_info *prev, struct gcov_info *info) in gcov_info_unlink()
|
D | gcc_4_7.c | 158 void gcov_info_unlink(struct gcov_info *prev, struct gcov_info *info) in gcov_info_unlink()
|
/kernel/trace/ |
D | trace_sched_switch.c | 25 struct task_struct *prev, struct task_struct *next, in probe_sched_switch()
|
D | trace_sched_wakeup.c | 375 struct task_struct *prev, in tracing_sched_switch_trace() 431 struct task_struct *prev, struct task_struct *next, in probe_wakeup_sched_switch()
|
D | fgraph.c | 452 struct task_struct *prev, in ftrace_graph_probe_sched_switch()
|
/kernel/ |
D | scs.c | 133 unsigned long *p, prev, curr = highest, used = 0; in scs_check_usage() local
|
D | static_call_inline.c | 409 struct static_call_mod *site_mod, **prev; in static_call_del_module() local
|
D | jump_label.c | 704 struct static_key_mod *jlm, **prev; in jump_label_del_module() local
|
D | smp.c | 448 struct llist_node *entry, *prev; in __flush_smp_call_function_queue() local
|
/kernel/time/ |
D | tick-sched.c | 424 int prev; in tick_nohz_dep_set_all() local 451 int prev; in tick_nohz_dep_set_cpu() local 504 int prev; in tick_nohz_dep_set_signal() local
|
/kernel/dma/ |
D | pool.c | 224 static inline struct gen_pool *dma_guess_pool(struct gen_pool *prev, gfp_t gfp) in dma_guess_pool()
|
/kernel/livepatch/ |
D | transition.c | 241 struct klp_func *prev; in klp_check_stack_func() local
|