Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/tools/sched_ext/scx_pair.h
121797 views
1
#ifndef __SCX_EXAMPLE_PAIR_H
2
#define __SCX_EXAMPLE_PAIR_H
3
4
enum {
5
MAX_QUEUED = 4096,
6
MAX_CGRPS = 4096,
7
};
8
9
#endif /* __SCX_EXAMPLE_PAIR_H */
10
11