/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 | 1613 __calc_dep_bit(struct held_lock *prev, struct held_lock *next) in __calc_dep_bit() 1618 static inline u8 calc_dep(struct held_lock *prev, struct held_lock *next) in calc_dep() 1628 __calc_dep_bitb(struct held_lock *prev, struct held_lock *next) in __calc_dep_bitb() 1633 static inline u8 calc_depb(struct held_lock *prev, struct held_lock *next) in calc_depb() 2542 struct held_lock *prev, in print_bad_irq_dependency() 2766 static int check_irq_usage(struct task_struct *curr, struct held_lock *prev, in check_irq_usage() 2855 struct held_lock *prev, struct held_lock *next) in check_irq_usage() 2945 struct lock_class *prev = hlock_class(prv); in print_deadlock_scenario() local 2961 print_deadlock_bug(struct task_struct *curr, struct held_lock *prev, in print_deadlock_bug() 2999 struct held_lock *prev; in check_deadlock() local [all …]
|
/kernel/sched/ |
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 | stats.h | 192 static inline void psi_sched_switch(struct task_struct *prev, in psi_sched_switch() 206 static inline void psi_sched_switch(struct task_struct *prev, in psi_sched_switch() 290 sched_info_switch(struct rq *rq, struct task_struct *prev, struct task_struct *next) in sched_info_switch()
|
D | cputime.c | 440 void vtime_task_switch(struct task_struct *prev) in vtime_task_switch() 468 void cputime_adjust(struct task_cputime *curr, struct prev_cputime *prev, in cputime_adjust() 577 void cputime_adjust(struct task_cputime *curr, struct prev_cputime *prev, in cputime_adjust() 804 void vtime_task_switch_generic(struct task_struct *prev) in vtime_task_switch_generic()
|
D | idle.c | 416 balance_idle(struct rq *rq, struct task_struct *prev, struct rq_flags *rf) in balance_idle() 430 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 | core.c | 5014 static inline void finish_task(struct task_struct *prev) in finish_task() 5205 prepare_task_switch(struct rq *rq, struct task_struct *prev, in prepare_task_switch() 5237 static struct rq *finish_task_switch(struct task_struct *prev) in finish_task_switch() 5326 asmlinkage __visible void schedule_tail(struct task_struct *prev) in schedule_tail() 5351 context_switch(struct rq *rq, struct task_struct *prev, in context_switch() 5936 static noinline void __schedule_bug(struct task_struct *prev) in __schedule_bug() 5967 static inline void schedule_debug(struct task_struct *prev, bool preempt) in schedule_debug() 5998 static void put_prev_task_balance(struct rq *rq, struct task_struct *prev, in put_prev_task_balance() 6024 __pick_next_task(struct rq *rq, struct task_struct *prev, struct rq_flags *rf) in __pick_next_task() 6101 pick_next_task(struct rq *rq, struct task_struct *prev, struct rq_flags *rf) in pick_next_task() [all …]
|
D | fair.c | 3566 struct list_head *prev; in child_cfs_rq_on_list() local 3631 struct cfs_rq *prev, struct cfs_rq *next) in set_task_rq_fair() 5095 static void put_prev_entity(struct cfs_rq *cfs_rq, struct sched_entity *prev) in put_prev_entity() 6945 static int select_idle_sibling(struct task_struct *p, int prev, int target) in select_idle_sibling() 7632 balance_fair(struct rq *rq, struct task_struct *prev, struct rq_flags *rf) in balance_fair() 7864 pick_next_task_fair(struct rq *rq, struct task_struct *prev, struct rq_flags *rf) in pick_next_task_fair() 8020 static void put_prev_task_fair(struct rq *rq, struct task_struct *prev) in put_prev_task_fair()
|
/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 | 156 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 | 427 struct task_struct *prev, in ftrace_graph_probe_sched_switch()
|
D | ring_buffer.c | 1340 struct buffer_page *prev, in rb_head_page_set() 1363 struct buffer_page *prev, in rb_head_page_set_update() 1372 struct buffer_page *prev, in rb_head_page_set_head() 1381 struct buffer_page *prev, in rb_head_page_set_normal() 4488 struct list_head *prev = head->list.prev; in __set_head_page_flag() local
|
/kernel/ |
D | scs.c | 133 unsigned long *p, prev, curr = highest, used = 0; in scs_check_usage() local
|
D | static_call_inline.c | 398 struct static_call_mod *site_mod, **prev; in static_call_del_module() local
|
D | jump_label.c | 663 struct static_key_mod *jlm, **prev; in jump_label_del_module() local
|
/kernel/time/ |
D | tick-sched.c | 422 int prev; in tick_nohz_dep_set_all() local 449 int prev; in tick_nohz_dep_set_cpu() local 502 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 | 222 struct klp_func *prev; in klp_check_stack_func() local
|