/kernel/locking/ |
D | lockdep.c | 1620 struct task_struct *curr = current; in print_circular_bug_header() local 1653 struct task_struct *curr = current; in print_circular_bug() local 2024 print_bad_irq_dependency(struct task_struct *curr, in print_bad_irq_dependency() 2223 static int check_irq_usage(struct task_struct *curr, struct held_lock *prev, in check_irq_usage() 2315 static inline int check_irq_usage(struct task_struct *curr, in check_irq_usage() 2348 print_deadlock_bug(struct task_struct *curr, struct held_lock *prev, in print_deadlock_bug() 2382 check_deadlock(struct task_struct *curr, struct held_lock *next) in check_deadlock() 2440 check_prev_add(struct task_struct *curr, struct held_lock *prev, in check_prev_add() 2550 check_prevs_add(struct task_struct *curr, struct held_lock *next) in check_prevs_add() 2636 static inline int get_first_held_lock(struct task_struct *curr, in get_first_held_lock() [all …]
|
D | osq_lock.c | 47 int curr = encode_cpu(smp_processor_id()); in osq_wait_next() local 94 int curr = encode_cpu(smp_processor_id()); in osq_lock() local 209 int curr = encode_cpu(smp_processor_id()); in osq_unlock() local
|
D | mutex.c | 109 unsigned long owner, curr = (unsigned long)current; in __mutex_trylock_or_owner() local 168 unsigned long curr = (unsigned long)current; in __mutex_trylock_fast() local 179 unsigned long curr = (unsigned long)current; in __mutex_unlock_fast() local
|
/kernel/sched/ |
D | swait.c | 24 struct swait_queue *curr; in swake_up_locked() local 51 struct swait_queue *curr; in swake_up_all() local
|
D | stop_task.c | 68 struct task_struct *curr = rq->curr; in put_prev_task_stop() local 93 static void task_tick_stop(struct rq *rq, struct task_struct *curr, int queued) in task_tick_stop()
|
D | cputime.c | 51 void irqtime_account_irq(struct task_struct *curr) in irqtime_account_irq() 451 void cputime_adjust(struct task_cputime *curr, struct prev_cputime *prev, in cputime_adjust() 598 void cputime_adjust(struct task_cputime *curr, struct prev_cputime *prev, in cputime_adjust()
|
D | core.c | 510 struct task_struct *curr = rq->curr; in resched_curr() local 3025 static void __fire_sched_in_preempt_notifiers(struct task_struct *curr) in __fire_sched_in_preempt_notifiers() 3033 static __always_inline void fire_sched_in_preempt_notifiers(struct task_struct *curr) in fire_sched_in_preempt_notifiers() 3040 __fire_sched_out_preempt_notifiers(struct task_struct *curr, in __fire_sched_out_preempt_notifiers() 3050 fire_sched_out_preempt_notifiers(struct task_struct *curr, in fire_sched_out_preempt_notifiers() 3059 static inline void fire_sched_in_preempt_notifiers(struct task_struct *curr) in fire_sched_in_preempt_notifiers() 3064 fire_sched_out_preempt_notifiers(struct task_struct *curr, in fire_sched_out_preempt_notifiers() 3534 struct sched_entity *curr = (&p->se)->cfs_rq->curr; in prefetch_curr_exec_start() local 3594 struct task_struct *curr = rq->curr; in scheduler_tick() local 3659 struct task_struct *curr; in sched_tick_remote() local [all …]
|
D | fair.c | 532 struct sched_entity *curr = cfs_rq->curr; in update_min_vruntime() local 835 struct sched_entity *curr = cfs_rq->curr; in update_curr() local 2673 static void task_tick_numa(struct rq *rq, struct task_struct *curr) in task_tick_numa() 2738 static void task_tick_numa(struct rq *rq, struct task_struct *curr) in task_tick_numa() 3979 bool curr = cfs_rq->curr == se; in enqueue_entity() local 4131 check_preempt_tick(struct cfs_rq *cfs_rq, struct sched_entity *curr) in check_preempt_tick() 4211 pick_next_entity(struct cfs_rq *cfs_rq, struct sched_entity *curr) in pick_next_entity() 4288 entity_tick(struct cfs_rq *cfs_rq, struct sched_entity *curr, int queued) in entity_tick() 5159 struct task_struct *curr = rq->curr; in hrtick_update() local 6685 wakeup_preempt_entity(struct sched_entity *curr, struct sched_entity *se) in wakeup_preempt_entity() [all …]
|
D | idle.c | 428 static void task_tick_idle(struct rq *rq, struct task_struct *curr, int queued) in task_tick_idle()
|
D | wait.c | 70 wait_queue_entry_t *curr, *next; in __wake_up_common() local
|
D | rt.c | 527 struct task_struct *curr = rq_of_rt_rq(rt_rq)->curr; in sched_rt_rq_enqueue() local 996 struct task_struct *curr = rq->curr; in update_curr_rt() local 1431 struct task_struct *curr; in select_task_rq_rt() local
|
D | sched.h | 511 struct sched_entity *curr; member 599 int curr; /* highest queued rt task prio */ member 648 u64 curr; member 909 struct task_struct *curr; member
|
D | deadline.c | 1181 struct task_struct *curr = rq->curr; in update_curr_dl() local 1604 struct task_struct *curr; in select_task_rq_dl() local
|
/kernel/power/ |
D | process.c | 204 struct task_struct *curr = current; in thaw_processes() local
|
D | snapshot.c | 710 struct mem_zone_bm_rtree *curr, *zone; in memory_bm_find_bit() local
|
/kernel/ |
D | futex.c | 331 static inline void compat_exit_robust_list(struct task_struct *curr) { } in compat_exit_robust_list() 899 static void exit_pi_state_list(struct task_struct *curr) in exit_pi_state_list() 970 static inline void exit_pi_state_list(struct task_struct *curr) { } in exit_pi_state_list() 3549 static int handle_futex_death(u32 __user *uaddr, struct task_struct *curr, in handle_futex_death() 3677 static void exit_robust_list(struct task_struct *curr) in exit_robust_list() 3977 static void compat_exit_robust_list(struct task_struct *curr) in compat_exit_robust_list()
|
D | sys.c | 1151 struct task_struct *curr = current->group_leader; in set_special_pids() local
|
/kernel/time/ |
D | timer_list.c | 78 struct timerqueue_node *curr; in print_active_timers() local
|
/kernel/gcov/ |
D | fs.c | 567 char *curr; in add_node() local
|
/kernel/trace/ |
D | trace_sched_wakeup.c | 405 struct task_struct *curr, in tracing_sched_wakeup_trace()
|
D | trace_functions_graph.c | 421 struct ftrace_graph_ent_entry *curr) in get_return_for_leaf()
|
/kernel/bpf/ |
D | core.c | 337 s32 end_new, s32 curr, const bool probe_pass) in bpf_adj_delta_to_imm() 355 s32 end_new, s32 curr, const bool probe_pass) in bpf_adj_delta_to_off()
|
/kernel/events/ |
D | uprobes.c | 980 struct map_info *curr = NULL; in build_map_info() local
|