| /kernel/locking/ |
| D | lockdep.c | 563 static void lockdep_print_held_locks(struct task_struct *curr) in lockdep_print_held_locks() 1139 struct task_struct *curr = current; in print_circular_bug_header() local 1172 struct task_struct *curr = current; in print_circular_bug() local 1468 print_bad_irq_dependency(struct task_struct *curr, in print_bad_irq_dependency() 1542 check_usage(struct task_struct *curr, struct held_lock *prev, in check_usage() 1615 static int check_irq_usage(struct task_struct *curr, struct held_lock *prev, in check_irq_usage() 1644 check_prev_add_irq(struct task_struct *curr, struct held_lock *prev, in check_prev_add_irq() 1671 check_prev_add_irq(struct task_struct *curr, struct held_lock *prev, in check_prev_add_irq() 1705 print_deadlock_bug(struct task_struct *curr, struct held_lock *prev, in print_deadlock_bug() 1741 check_deadlock(struct task_struct *curr, struct held_lock *next, in check_deadlock() [all …]
|
| D | osq_lock.c | 41 int curr = encode_cpu(smp_processor_id()); in osq_wait_next() local 88 int curr = encode_cpu(smp_processor_id()); in osq_lock() local 188 int curr = encode_cpu(smp_processor_id()); in osq_unlock() local
|
| /kernel/sched/ |
| D | swait.c | 21 struct swait_queue *curr; in swake_up_locked() local 51 struct swait_queue *curr; in swake_up_all() local
|
| D | stop_task.c | 63 struct task_struct *curr = rq->curr; in put_prev_task_stop() local 80 static void task_tick_stop(struct rq *rq, struct task_struct *curr, int queued) in task_tick_stop()
|
| D | idle_task.c | 53 static void task_tick_idle(struct rq *rq, struct task_struct *curr, int queued) in task_tick_idle()
|
| D | fair.c | 515 struct sched_entity *curr = cfs_rq->curr; in update_min_vruntime() local 848 struct sched_entity *curr = cfs_rq->curr; in update_curr() local 2566 void task_tick_numa(struct rq *rq, struct task_struct *curr) in task_tick_numa() 2598 static void task_tick_numa(struct rq *rq, struct task_struct *curr) in task_tick_numa() 3619 bool curr = cfs_rq->curr == se; in enqueue_entity() local 3771 check_preempt_tick(struct cfs_rq *cfs_rq, struct sched_entity *curr) in check_preempt_tick() 3850 pick_next_entity(struct cfs_rq *cfs_rq, struct sched_entity *curr) in pick_next_entity() 3927 entity_tick(struct cfs_rq *cfs_rq, struct sched_entity *curr, int queued) in entity_tick() 4770 struct task_struct *curr = rq->curr; in hrtick_update() local 7307 wakeup_gran(struct sched_entity *curr, struct sched_entity *se) in wakeup_gran() [all …]
|
| D | cputime.c | 45 void irqtime_account_irq(struct task_struct *curr) in irqtime_account_irq() 645 static void cputime_adjust(struct task_cputime *curr, in cputime_adjust()
|
| D | core.c | 497 struct task_struct *curr = rq->curr; in resched_curr() local 2697 static void __fire_sched_in_preempt_notifiers(struct task_struct *curr) in __fire_sched_in_preempt_notifiers() 2705 static __always_inline void fire_sched_in_preempt_notifiers(struct task_struct *curr) in fire_sched_in_preempt_notifiers() 2712 __fire_sched_out_preempt_notifiers(struct task_struct *curr, in __fire_sched_out_preempt_notifiers() 2722 fire_sched_out_preempt_notifiers(struct task_struct *curr, in fire_sched_out_preempt_notifiers() 2731 static inline void fire_sched_in_preempt_notifiers(struct task_struct *curr) in fire_sched_in_preempt_notifiers() 2736 fire_sched_out_preempt_notifiers(struct task_struct *curr, in fire_sched_out_preempt_notifiers() 3105 struct sched_entity *curr = (&p->se)->cfs_rq->curr; in prefetch_curr_exec_start() local 3165 struct task_struct *curr = rq->curr; in scheduler_tick() local 3723 int default_wake_function(wait_queue_t *curr, unsigned mode, int wake_flags, in default_wake_function() [all …]
|
| D | rt.c | 489 struct task_struct *curr = rq_of_rt_rq(rt_rq)->curr; in sched_rt_rq_enqueue() local 991 struct task_struct *curr = rq->curr; in update_curr_rt() local 1424 struct task_struct *curr; in select_task_rq_rt() local
|
| D | sched.h | 400 struct sched_entity *curr, *next, *last, *skip; member 484 int curr; /* highest queued rt task prio */ member 528 u64 curr; member 684 struct task_struct *curr, *idle, *stop; member 1344 static inline void set_curr_task(struct rq *rq, struct task_struct *curr) in set_curr_task()
|
| D | deadline.c | 826 struct task_struct *curr = rq->curr; in update_curr_dl() local 1145 struct task_struct *curr; in select_task_rq_dl() local
|
| D | walt.c | 245 void walt_account_irqtime(int cpu, struct task_struct *curr, in walt_account_irqtime()
|
| D | wait.c | 68 wait_queue_t *curr, *next; in __wake_up_common() local
|
| /kernel/power/ |
| D | process.c | 199 struct task_struct *curr = current; in thaw_processes() local
|
| /kernel/ |
| D | futex_compat.c | 50 void compat_exit_robust_list(struct task_struct *curr) in compat_exit_robust_list()
|
| D | futex.c | 877 void exit_pi_state_list(struct task_struct *curr) in exit_pi_state_list() 3059 int handle_futex_death(u32 __user *uaddr, struct task_struct *curr, int pi) in handle_futex_death() 3130 void exit_robust_list(struct task_struct *curr) in exit_robust_list()
|
| D | sys.c | 1059 struct task_struct *curr = current->group_leader; in set_special_pids() local
|
| /kernel/time/ |
| D | timer_list.c | 95 struct timerqueue_node *curr; in print_active_timers() local
|
| D | timer_stats.c | 169 struct entry **head, *curr, *prev; in tstat_lookup() local
|
| D | posix-cpu-timers.c | 804 unsigned long long curr) in check_timers_list()
|
| /kernel/gcov/ |
| D | fs.c | 574 char *curr; in add_node() local
|
| /kernel/trace/ |
| D | trace_sched_wakeup.c | 401 struct task_struct *curr, in tracing_sched_wakeup_trace()
|
| D | trace_irqsoff.c | 834 inline void print_irqtrace_events(struct task_struct *curr) in print_irqtrace_events()
|
| D | trace_functions_graph.c | 638 struct ftrace_graph_ent_entry *curr) in get_return_for_leaf()
|
| /kernel/events/ |
| D | uprobes.c | 718 struct map_info *curr = NULL; in build_map_info() local
|