Home
last modified time | relevance | path

Searched refs:dl_nr_migratory (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/sched/
H A Ddeadline.c427 dl_rq->dl_nr_migratory = 0; in init_dl_rq()
473 if (dl_rq->dl_nr_migratory && dl_rq->dl_nr_running > 1) { in update_dl_migration()
489 dl_rq->dl_nr_migratory++; in inc_dl_migration()
499 dl_rq->dl_nr_migratory--; in dec_dl_migration()
H A Ddebug.c676 PU(dl_nr_migratory); in print_dl_rq()
H A Dsched.h693 unsigned long dl_nr_migratory; member