##summary:
- struct rq is basic data structure.
- there is a realtime process(es) and normal process(es) are stored in
different sub-runqueue*_rq
of rq?1
2426 struct cfs_rq cfs;
427 struct rt_rq rt;
1 | 393 /* |
##summary:
*_rq
of rq? 1 | 426 struct cfs_rq cfs; |
1 | 393 /* |