| .. | .. |
|---|
| 900 | 900 | config RT_GROUP_SCHED |
|---|
| 901 | 901 | bool "Group scheduling for SCHED_RR/FIFO" |
|---|
| 902 | 902 | depends on CGROUP_SCHED |
|---|
| 903 | + depends on !PREEMPT_RT_FULL |
|---|
| 903 | 904 | default n |
|---|
| 904 | 905 | help |
|---|
| 905 | 906 | This feature lets you explicitly allocate real CPU bandwidth |
|---|
| .. | .. |
|---|
| 1827 | 1828 | |
|---|
| 1828 | 1829 | config SLAB |
|---|
| 1829 | 1830 | bool "SLAB" |
|---|
| 1831 | + depends on !PREEMPT_RT_FULL |
|---|
| 1830 | 1832 | select HAVE_HARDENED_USERCOPY_ALLOCATOR |
|---|
| 1831 | 1833 | help |
|---|
| 1832 | 1834 | The regular slab allocator that is established and known to work |
|---|
| .. | .. |
|---|
| 1847 | 1849 | config SLOB |
|---|
| 1848 | 1850 | depends on EXPERT |
|---|
| 1849 | 1851 | bool "SLOB (Simple Allocator)" |
|---|
| 1852 | + depends on !PREEMPT_RT_FULL |
|---|
| 1850 | 1853 | help |
|---|
| 1851 | 1854 | SLOB replaces the stock allocator with a drastically simpler |
|---|
| 1852 | 1855 | allocator. SLOB is generally more space efficient but |
|---|
| .. | .. |
|---|
| 1888 | 1891 | |
|---|
| 1889 | 1892 | config SLUB_CPU_PARTIAL |
|---|
| 1890 | 1893 | default y |
|---|
| 1891 | | - depends on SLUB && SMP |
|---|
| 1894 | + depends on SLUB && SMP && !PREEMPT_RT_FULL |
|---|
| 1892 | 1895 | bool "SLUB per cpu partial cache" |
|---|
| 1893 | 1896 | help |
|---|
| 1894 | 1897 | Per cpu partial caches accellerate objects allocation and freeing |
|---|