Home
last modified time | relevance | path

Searched refs:PREEMPT_RT (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/locking/
H A Dlocktypes.rst20 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 Dmkcompile_h8 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 DREADME2 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 D0001-sleepgraph-add-support-for-RT-kernel-ftrace-flags.patch6 with PREEMPT_RT enabled in kernel, ftrace have a different
/OK3568_Linux_fs/yocto/poky/meta/recipes-rt/rt-tests/
H A Drt-tests_git.bb3 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 Drecipes.txt11 recipes-rt - Provides package and image recipes for using and testing the PREEMPT_RT kern…
/OK3568_Linux_fs/kernel/kernel/
H A DKconfig.preempt58 config PREEMPT_RT config in Preemption Model
/OK3568_Linux_fs/kernel/kernel/rcu/
H A DKconfig243 default PREEMPT_RT || NR_CPUS < 8
/OK3568_Linux_fs/kernel/Documentation/RCU/
H A DwhatisRCU.rst743 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 DConfig.in61 Same as the CIP version, but this is the PREEMPT_RT realtime
/OK3568_Linux_fs/yocto/poky/documentation/ref-manual/
H A Dstructure.rst827 the ``PREEMPT_RT`` kernel.
/OK3568_Linux_fs/yocto/poky/documentation/kernel-dev/
H A Dadvanced.rst392 - "preempt-rt": Applies the ``PREEMPT_RT`` patches and the
/OK3568_Linux_fs/kernel/lib/
H A DKconfig.debug1222 that the lock nesting rules for PREEMPT_RT enabled kernels are