Home
last modified time | relevance | path

Searched refs:check_for_migration (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/kernel/sched/
H A Drt.c2774 .check_for_migration = check_for_migration_rt,
H A Dsched.h1982 void (*check_for_migration)(struct rq *rq, struct task_struct *p); member
H A Dcore.c4216 if (curr->sched_class->check_for_migration) in scheduler_tick()
4217 curr->sched_class->check_for_migration(rq, curr); in scheduler_tick()
H A Dfair.c12050 .check_for_migration = check_for_migration_fair,
/kernel/linux/linux-6.6/kernel/sched/
H A Dsched.h2449 void (*check_for_migration)(struct rq *rq, struct task_struct *p); member
H A Drt.c3031 .check_for_migration = check_for_migration_rt,
H A Dcore.c5856 if (curr->sched_class->check_for_migration) in scheduler_tick()
5857 curr->sched_class->check_for_migration(rq, curr); in scheduler_tick()
H A Dfair.c13643 .check_for_migration = check_for_migration_fair,

Completed in 73 milliseconds