Searched refs:rq_unlock (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/kernel/sched/ |
D | core.c | 234 rq_unlock(rq, &rf); in hrtick() 259 rq_unlock(rq, &rf); in __hrtick_start() 916 rq_unlock(rq, rf); in move_queued_task() 993 rq_unlock(rq, &rf); in migration_cpu_stop() 1843 rq_unlock(rq, &rf); in ttwu_queue() 2086 rq_unlock(rq, rf); in try_to_wake_up_local() 3054 rq_unlock(rq, &rf); in scheduler_tick() 4947 rq_unlock(rq, &rf); in do_sched_yield() 5629 rq_unlock(rq, rf); in migrate_tasks() 5647 rq_unlock(rq, rf); in migrate_tasks()
|
D | fair.c | 4574 rq_unlock(rq, &rf); in distribute_cfs_runtime() 5444 rq_unlock(this_rq, &rf); in cpu_load_update_nohz_stop() 7285 rq_unlock(rq, &rf); in attach_one_task() 7308 rq_unlock(env->dst_rq, &rf); in attach_tasks() 8616 rq_unlock(busiest, &rf); in load_balance() 8908 rq_unlock(busiest_rq, &rf); in active_load_balance_cpu_stop() 9696 rq_unlock(rq, &rf); in task_fork_fair()
|
D | sched.h | 1853 rq_unlock(struct rq *rq, struct rq_flags *rf) in rq_unlock() function
|