Home
last modified time | relevance | path

Searched defs:curr (Results 1 – 23 of 23) sorted by relevance

/kernel/locking/
Dlockdep.c1620 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 …]
Dosq_lock.c47 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
Dmutex.c109 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/
Dswait.c24 struct swait_queue *curr; in swake_up_locked() local
51 struct swait_queue *curr; in swake_up_all() local
Dstop_task.c68 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()
Dcputime.c51 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()
Dcore.c510 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 …]
Dfair.c532 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 …]
Didle.c428 static void task_tick_idle(struct rq *rq, struct task_struct *curr, int queued) in task_tick_idle()
Dwait.c70 wait_queue_entry_t *curr, *next; in __wake_up_common() local
Drt.c527 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
Dsched.h511 struct sched_entity *curr; member
599 int curr; /* highest queued rt task prio */ member
648 u64 curr; member
909 struct task_struct *curr; member
Ddeadline.c1181 struct task_struct *curr = rq->curr; in update_curr_dl() local
1604 struct task_struct *curr; in select_task_rq_dl() local
/kernel/power/
Dprocess.c204 struct task_struct *curr = current; in thaw_processes() local
Dsnapshot.c710 struct mem_zone_bm_rtree *curr, *zone; in memory_bm_find_bit() local
/kernel/
Dfutex.c331 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()
Dsys.c1151 struct task_struct *curr = current->group_leader; in set_special_pids() local
/kernel/time/
Dtimer_list.c78 struct timerqueue_node *curr; in print_active_timers() local
/kernel/gcov/
Dfs.c567 char *curr; in add_node() local
/kernel/trace/
Dtrace_sched_wakeup.c405 struct task_struct *curr, in tracing_sched_wakeup_trace()
Dtrace_functions_graph.c421 struct ftrace_graph_ent_entry *curr) in get_return_for_leaf()
/kernel/bpf/
Dcore.c337 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/
Duprobes.c980 struct map_info *curr = NULL; in build_map_info() local