Searched refs:PREEMPT_RT (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/kernel/Documentation/locking/ |
| H A D | locktypes.rst | 20 for their nesting, including the rules for use under PREEMPT_RT. 46 On PREEMPT_RT kernels, these lock types are converted to sleeping locks: 58 On non-PREEMPT_RT kernels, local_lock functions are wrappers around 71 On non-PREEMPT_RT kernels, these lock types are also spinning locks: 103 PI has limitations on non-PREEMPT_RT kernels due to preemption and 107 regions of code, even on PREEMPT_RT kernels. Instead, PREEMPT_RT kernels 122 semaphores and PREEMPT_RT 125 PREEMPT_RT does not change the semaphore implementation because counting 126 semaphores have no concept of owners, thus preventing PREEMPT_RT from 137 On non-PREEMPT_RT kernels the implementation is fair, thus preventing [all …]
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | mkcompile_h | 8 PREEMPT_RT=$5 47 if [ -n "$PREEMPT_RT" ] ; then CONFIG_FLAGS="$CONFIG_FLAGS PREEMPT_RT"; fi
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-rt/ |
| H A D | README | 2 the PREEMPT_RT kernel. The core-image-rt*.bb images are minimal images with
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-kernel/pm-graph/pm-graph/ |
| H A D | 0001-sleepgraph-add-support-for-RT-kernel-ftrace-flags.patch | 6 with PREEMPT_RT enabled in kernel, ftrace have a different
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-rt/rt-tests/ |
| H A D | rt-tests_git.bb | 3 DESCRIPTION = "The main aim of the PREEMPT_RT patch is to minimize the amount of kernel code that i…
|
| /OK3568_Linux_fs/yocto/poky/meta/ |
| H A D | recipes.txt | 11 recipes-rt - Provides package and image recipes for using and testing the PREEMPT_RT kern…
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | Kconfig.preempt | 58 config PREEMPT_RT config in Preemption Model
|
| /OK3568_Linux_fs/kernel/kernel/rcu/ |
| H A D | Kconfig | 243 default PREEMPT_RT || NR_CPUS < 8
|
| /OK3568_Linux_fs/kernel/Documentation/RCU/ |
| H A D | whatisRCU.rst | 743 PREEMPT_RT, where normal spinlocks can block??? 1124 PREEMPT_RT, where normal spinlocks can block??? 1127 Just as PREEMPT_RT permits preemption of spinlock
|
| /OK3568_Linux_fs/buildroot/linux/ |
| H A D | Config.in | 61 Same as the CIP version, but this is the PREEMPT_RT realtime
|
| /OK3568_Linux_fs/yocto/poky/documentation/ref-manual/ |
| H A D | structure.rst | 827 the ``PREEMPT_RT`` kernel.
|
| /OK3568_Linux_fs/yocto/poky/documentation/kernel-dev/ |
| H A D | advanced.rst | 392 - "preempt-rt": Applies the ``PREEMPT_RT`` patches and the
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | Kconfig.debug | 1222 that the lock nesting rules for PREEMPT_RT enabled kernels are
|